Sha256: c83e246a7b59b9330e387f8b745cfd3e6d3bff0c7b5767ce2873bb797348e897

Contents?: true

Size: 557 Bytes

Versions: 1

Compression:

Stored size: 557 Bytes

Contents

# FassetsCore

This project rocks and uses MIT-LICENSE.

# Install

To use this plugin in your rails project, you need to add the gem to your applications `Gemfile`:

```
# for now the git version of fassets core should be used, since it’s under heavy development
gem 'fassets_core', :git => "git://github.com/fassets/fassets_core.git"
```

After that, run the `bundle` command to install all new dependencies.

Then you need to install and run the migrations:

```
bundle exec rake fassets_core_engine:install:migrations
bundle exec rake db:migrate
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fassets_core-0.2.0 README.md