Sha256: 042365c297b3c6d47d6e8b1f992e71e589752a70024b18b85d2bcfb9c642a845
Contents?: true
Size: 671 Bytes
Versions: 3
Compression:
Stored size: 671 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`: ``` gem 'fassets_core' ``` 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 ``` # Run tests In order to run the tests for the first time, you need to do the following in a clean repository: ``` bundle RAILS_ENV=test rake db:migrate bundle exec guard ``` After the initial setup, it is okay to just start guard: ``` bundle exec guard ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fassets_core-0.4.0 | README.md |
fassets_core-0.3.1 | README.md |
fassets_core-0.3.0 | README.md |