README.md in voluntary-0.5.2 vs README.md in voluntary-0.6.0
- old
+ new
@@ -87,10 +87,10 @@
# change config/boot.rb to require bundler like here: https://github.com/volontariat/voluntary_scholarship/blob/master/dummy/config/boot.rb
# change database names to #{product_name}_#{environment} and customize user credentials in config/database.yml
bundle exec rake db:create:all && bundle exec rails g voluntary:product_dummy # confirm all overwrite questions except of Gemfile
cd ..
# add gitignore file from voluntary: https://github.com/volontariat/voluntary/blob/master/.gitignore
- rails g migration add_product_name_product
+ bundle exec rails g migration add_product_name_product
# fill migration file with template: https://github.com/volontariat/voluntary_scholarship/blob/master/db/migrate/20140306201232_add_scholarship_product.rb
cd dummy
bundle exec rake railties:install:migrations
# change database names to #{product_name}_#{environment} and customize user credentials in dummy/config/mongoid.yml
# create a class for your new product under app/models/product/product_name.rb like: https://github.com/volontariat/voluntary_scholarship/blob/master/app/models/product/scholarship.rb