README.rdoc in wafflemix-0.0.5 vs README.rdoc in wafflemix-0.0.6

- old
+ new

@@ -5,20 +5,22 @@ Setup your db here: wafflemix/test/dummy/config/database.yml start dummy app with: rails server -= Using as an engine + settig up new application += Using as an engine + setting up new application -1. Add wafflemix to your gemfile - gem 'wafflemix', :git => 'git://github.com/jrissler/wafflemix.git' +1. Add wafflemix to your gemfile - gem 'wafflemix', '~> 0.0.5' 2. config/application.rb - add require "wafflemix" below bundle method. 3. config/routes.rb - add: mount Wafflemix::Engine => "/" -4. rake wafflemix:install:migrations +4. Include wafflemix helpers in application_controller.rb: helper Wafflemix::Engine.helpers -5. rake db:migrate +5. rake wafflemix:install:migrations + +6. rake db:migrate = Devise 1. Ensure you have defined default url options in your environments files. Here is an example of default_url_options appropriate for a development environment \ No newline at end of file