- improve ‘add_user’ recipe for Mongoid (contributed by Michel Pavan Macedo)
- improve ‘omniauth’ recipe for Mongoid (contributed by Michel Pavan Macedo)
- improve ‘seed_database’ recipe for Mongoid
- update gem ‘zurb-foundation’ from 3.0.2 to 3.0.3
- add ‘unicorn’ recipe (contributed by Michel Pavan Macedo)
- rollback gem ‘mongoid-rspec’ from 1.4.6 to 1.4.5 (contributed by Michel Pavan Macedo)
- improve ‘guard’ recipe (contributed by Michel Pavan Macedo)
- improve ‘rspec’ recipe to offer option of factory_girl or machinist (contributed by Michel Pavan Macedo)
- improve ‘rails_admin’ recipe to mount engine (contributed by ngottlieb)
- improve ‘heroku’ recipe (contributed by ngottlieb)
- update gem ‘compass-rails’ from 1.0.2 to 1.0.3
- update gem ‘bootstrap-sass’ from 2.0.3 to 2.0.4.0
- update gem ‘zurb-foundation’ to 3.0.2
- update ‘prelaunch_signup’ recipe with migration for ‘opt-in’ field
- update gem ‘factory_girl_rails’ from 3.3.0 to 3.5.0
- update gem ‘cancan’ from 1.6.7 to 1.6.8
- update gem ‘compass’ from 0.12.1 to 0.12.2
- update gem ‘compass-rails’ from 1.0.0 to 1.0.2
- update gem ‘devise’ from 2.1.0 to 2.1.2
- update gem ‘mongoid-rspec’ from 1.4.4 to 1.4.6
- add ‘prelaunch_signup’ recipe
- fix ‘seed_database’ recipe to apply migration for devise_invitable
- update ‘devise’ recipe to apply patch for problems with Rolify 3.1 and Mongoid
- revert ‘devise’ recipe to remove ‘rolify 3.2.0.beta4’ with Mongoid
- update ‘devise’ recipe to use ‘rolify 3.2.0.beta4’ with Mongoid
- update gem ‘bson_ext’ from 1.6.2 to 1.6.4
- update gem ‘mongoid’ from 2.4.10 to 2.4.11
- update gem ‘devise_invitable’ from 1.0.1 to 1.0.2
- update gem ‘database_cleaner’ from 0.7.2 to 0.8.0
- fix ‘omniauth’ and ‘add_user’ recipes to improve regex for gsub_file (contributed by Hosam Aly)
- New “defaults” option to specify recipes and preferences (contributed by Bryan Stearns)
- revised README
- update ‘add_user’ recipe to rename folders used for Devise Haml views
- minor update to ‘action_mailer’ recipe for “Mandrill by MailChimp” option
- update ‘action_mailer’ recipe to add “Mandrill by MailChimp” option
- update ‘action_mailer’ recipe to allow choice of sending email via SMTP, Gmail, or SendGrid accounts
- update gem ‘bootstrap-sass’ from 2.0.1 to 2.0.3
- remove ‘add_user’ patch for RailsApps/rails3-application-templates#35
- update gem ‘haml’ from 3.1.5 to 3.1.6
- update gem ‘devise’ from 2.1.0.rc2 to 2.1.0
- fix ‘add_user’ recipe to add patch for RailsApps/rails3-application-templates#35
- update ‘omniauth’ recipe to add RSpec tests (contributed by Taylor Mock)
- update gem ‘mongoid’ from 2.4.9 to 2.4.10
- update gem ‘factory_girl_rails’ from 3.2.0 to 3.3.0
- fix ‘subdomains’ recipe to accommodate recent changes
- fix ‘omniauth_email’ recipe to redirect if user’s email is blank (contributed by Taylor Mock)
- add ‘responders’ recipe (contributed by allen13)
- fix ‘html5’ recipe so Twitter Bootstrap icons will be available with ‘bootstrap_sass’ option
- fix ‘cucumber’ recipe to add ‘:require => false’ and avoid warning message
- fix ‘active_admin’ recipe to correct typo for activeadmin-mongoid gem (contributed by Alex Kravets)
- fix ‘users_page’ recipe to force it to run after ‘add_user’ recipe
- fix ‘add_user’ recipe to remove a uniqueness constraint when Mongoid is used (contributed by nrser)
- fix ‘add_user’ recipe to remove superfluous ‘attr_accessible’ comment
- fix ‘add_user’ recipe to accommodate mongoid when Devise invitable module is used
- update gem ‘devise’ from 2.1.0.rc to 2.1.0.rc2
- update gem ‘haml’ from 3.1.4 to 3.1.5
- update gem ‘rspec-rails’ from 2.9.0.rc2 to 2.10.1
- improve ‘extras’ recipe to offer to install gem ‘therubyracer’ for Linux users without node.js
- fix ‘html5’ recipe to add gem ‘therubyracer’ for ‘Bootstrap with Less’ option
- improve ‘html5’ recipe to move flash messages into partials for application layouts
- add ‘paperclip’ recipe with support for mongoid and cloudfiles (contributed by merlinvn)
- add ‘cloudfiles’ recipe (contributed by merlinvn)
- improve ‘extras’ recipe to support mongoid for will_paginate (contributed by merlinvn)
- improve ‘active_admin’ recipe to support mongoid (contributed by merlinvn)
- improve ‘home_page’ recipe to allow use of ‘slim’ recipe (contributed by Guten Ye)
- improve ‘omniauth’ recipe to add Tumblr to the strategy list (contributed by monfresh)
- correct error when using Cucumber and Capybara recipes together (contributed by Alan Oliver)
- update gem ‘mongoid’ from 2.4.8 to 2.4.9
- update gem ‘factory_girl_rails’ from 3.1.0 to 3.2.0
- update gem ‘rails-backbone’ from 0.7.1 to 0.7.2
- update gem ‘omniauth’ from 1.0.3 to 1.1.0
- resolve versioning issues
- add option for authorization with CanCan and Rolify
- add ‘will-paginate’ option to ‘extras’ recipe
- update gem ‘mongoid’ from 2.4.7 to 2.4.8
- update gem ‘factory_girl_rails’ from 3.0.0 to 3.1.0
- update gem ‘bson_ext’ from 1.6.1 to 1.6.2
- update ‘devise’ recipe to use Devise 2.1.0.rc when devise_invitable is selected
- tweak ‘simple_form’ recipe
- update ‘add_user’ and ‘omniauth’ recipes to fix problem generating rails3-mongoid-omniauth example
- add ‘redis’ recipe (contributed by Julián Porta)
- add ‘resque’ recipe (contributed by Julián Porta)
- add ‘compass_960’ recipe (contributed by Julián Porta)
- update ‘compass’ recipe (contributed by Julián Porta)
- add ‘datamapper’ recipe (contributed by Peter Fern)
- rename ‘hoptoad’ recipe to ‘airbrake’ and update (contributed by Peter Fern)
- update ‘extras’ recipe to run ‘rails-footnotes’ generator when selected (contributed by Peter Fern)
- update ‘devise’ recipe to use Devise 2.0.4 when devise_invitable is selected (pending fix to devise_invitable)
- update ‘add_user’ recipe to support Devise ‘confirmable’ option for mongoid
- update ‘seed_database’ recipe to support mongoid with ‘Time.now.utc’ instead of ‘DateTime.now’
- update gem ‘rails-backbone’ from 0.7.0 to 0.7.1
- update gem ‘factory_girl_rails’ from 2.0.0.rc to 3.0.0
- update gem ‘mongoid’ from 2.4.6 to 2.4.7
- update gem ‘database_cleaner’ from 0.7.1 to 0.7.2
- update gem ‘launchy’ from 2.0.5 to 2.1.0
- added template command (no longer using ‘rake print’) (contributed by Keenan Brock)
- update ‘devise’ recipe to remove deprecated use of FactoryGirl
- implement and enable support for ‘run_after’ parameter (contributed by Rico Sta. Cruz)
- update ‘omniauth’ recipe to add ‘omniauth-google’ gem (contributed by Rico Sta. Cruz)
- update ‘compass’ recipe to add ‘compass-rails’ gem (contributed by Rico Sta. Cruz)
- update gem ‘compass’ from 0.12.rc.1 to 0.12.1 (contributed by Rico Sta. Cruz)
- fix ‘rspec’ recipe to add ‘factory_girl_rails’ to development group (Philippe Van Eerdenbrugghe)
- add ‘active_admin’ recipe (contributed by Philippe Van Eerdenbrugghe)
- update gem ‘omniauth’ from 1.0.2 to 1.0.3
- update gem ‘bson_ext’ from 1.5.2 to 1.6.1
- update gem ‘factory_girl_rails’ from 1.7.0 to 2.0.0.rc
- update gem ‘rspec-rails’ from 2.8.1 to 2.9.0.rc2
- update gem ‘devise’ from 2.0.4 to 2.1.0.rc
- fix ‘backbone’ recipe
- remove ‘navigation’ recipe (consolidated with ‘html5’ recipe)
- improve ‘html5’ recipe to download files for complex application layout and css for Twitter Bootstrap
- update gem ‘mongoid’ from 2.4.4 to 2.4.6
- improve ‘home_page’ recipe to show how to set a home page for Devise authenticated users
- improve ‘devise’ recipe for Devise ‘confirmable’ option
- improve ‘cleanup’ recipe to remove commented lines from config/routes.rb
- improve ‘html5’ recipe to allow choice of bootstrap_less or bootstrap_sass (contributed by gmgp)
- remove ‘css_setup’ recipe (consolidated with ‘html5’ recipe)
- add ‘inherited_resources’ recipe (contributed by gmgp)
- add ‘simple_form’ recipe (contributed by gmgp)
- update ‘devise’ recipe to accommmodate RSpec and Cucumber for Devise ‘confirmable’ option
- update ‘action_mailer’ recipe to configure test environment
- update ‘action_mailer’ recipe to configure ActionMailer to send email using a GMail account
- update ‘devise’ recipe with ‘confirmable’ and ‘invitable’ options (with a Cucumber scenario)
- change prompt for ‘guard’ recipe
- update ‘seed_database’ recipe to add ‘rake db:test:prepare’
- remove ‘add_user_name’ recipe (replaced by ‘add_user’ recipe)
- update ‘cucumber’ recipe to run single features without adding “—require features” to the command line
- add ‘slim’ recipe (contributed by claudiob)
- add a ‘bundle update’ after ‘bundle install’
- fix ‘email_spec’ configuration in ‘rspec’ recipe
- fix typo for machinist in ‘rspec’ recipe
- avoid deprecation warning with Devise 2.0 for old ‘devise/shared/_links.erb’ partial
- add ‘email_spec’ gem to ‘rspec’ recipe
- update gem ‘cucumber-rails’ from 1.2.1 to 1.3.0
- update gem ‘factory_girl_rails’ from 1.6.0 to 1.7.0
- update gem ‘devise’ from 2.0.0 to 2.0.4
- update gem ‘mongoid’ from 2.4.3 to 2.4.4
- update gem ‘bson_ext’ from 1.3.1 to 1.5.2
- update gem ‘rails-backbone’ from 0.6.1 to 0.7.0
- update gem ‘compass’ from 0.12.alpha.4 to 0.12.rc.1
- update gem ‘bootstrap-sass’ from 2.0.0 to 2.0.1
- fix typo for machinist in ‘rspec’ recipe
- fix Twitter Bootstrap in the ‘html5’ recipe
- warn that ‘rails-footnotes’ is SLOW in the ‘extras’ recipe
- bugfix in ‘rspec’ recipe: call machinist:install generator
- require ‘rake’ in the gemspec file to avoid ‘could not find rake’ failures
- remove support for Rails 3.0 (require Rails 3.1 or newer)
- remove ‘application_layout’ recipe (use html5 recipe instead)
- remove ‘jquery’ recipe (jQuery installed by default for Rails 3.1)
- remove ‘draggable’ recipe (not maintained)
- remove ‘env_yaml’ recipe (not maintained)
- remove ‘jammit’ recipe (not maintained)
- remove ‘mongo_mapper’ recipe (not maintained)
- remove ‘mootools’ recipe (not maintained)
- remove ‘pow’ recipe (not maintained)
- remove ‘prototype’ recipe (not maintained)
- remove ‘redis’ recipe (not maintained)
- remove ‘redistogo’ recipe (not maintained)
- remove ‘rightjs’ recipe (not maintained)
- remove ‘sequel’ recipe (not maintained)
- remove ‘slim’ recipe (not maintained)
- remove ‘test_unit’ recipe (not maintained)
- incorporate ‘ban_spiders’ recipe in ‘extras’ recipe
- update gem ‘rails-backbone’ from 0.5.3 to 0.6.1
- update gem ‘compass’ from 0.12.alpha.0 to 0.12.alpha.4
- update gem ‘cucumber-rails’ from 1.2.0 to 1.2.1
- update gem ‘database_cleaner’ from 0.7.0 to 0.7.1
- update gem ‘devise’ from 1.5.0 to 2.0.0
- update gem ‘haml’ from 3.1.2 to 3.1.4
- update gem ‘mongoid’ from 2.3.3 to 2.4.3
- update gem ‘omniauth’ from 1.0.0 to 1.0.2
- update gem ‘rspec-rails’ from 2.8.0.rc1 to 2.8.1
- update gem ‘factory_girl_rails’ from 1.4.0 to 1.6.0
- update gem ‘sass’ from 3.1.6 to 3.1.12
- bugfix in ‘omniauth’ recipe: eliminate ‘other’ as a provider choice
- add MongoLab recipe based on MongoHQ recipe (contributed by Leo Lou)
- remove code that adds a Javascript runtime to the Gemfile for Linux users
- ‘compass’ recipe => fix typo (TMorgan99)
- ‘guard’ recipe => gets missing newline in Gemfile.append for case OS (TMorgan99)
- ‘heroku’ recipe => declares gem ‘heroku’ (TMorgan99)
- ‘rspec’ recipe => adds support for machinist (TMorgan99)
- switch from ‘twitter-bootstrap-rails’ to ‘bootstrap-sass’
- ‘application.css’ renamed as ‘application.css.scss’
- update gem ‘factory_girl_rails’ from 1.3.0 to 1.4.0
- improve logic for displaying navigation in subdomains recipe
- update gem ‘capybara’ from 1.1.1 to 1.1.2
- add ‘subdomains’ recipe
- modify layout.erb to autoload modules/classes from the lib directory
- update gem ‘devise’ from 1.4.9 to 1.5.0
- update gem ‘database_cleaner’ from 0.6.7 to 0.7.0
- update gem ‘omniauth’ from 0.3.2 to 1.0.0 (and update recipe)
- use mongoid 2.3.3 (works with bson_ext 1.3.1)
- update gem ‘cucumber-rails’ from 1.1.1 to 1.2.0
- update gem ‘rspec-rails’ from 2.7.0 to 2.8.0.rc1
- mongoid 2.3.2 depends on bson_ext > 1.4, use mongoid 2.2.3 with bson_ext 1.3.1
- gem ‘bson_ext’ rolled back from 1.4.1 to 1.3.1 because of performance issues
- drop HTML5 Boilerplate from the html5 recipe
- add Zurb Foundation framework to html5 recipe
- add Twitter Bootstrap framework to html5 recipe
- use RbConfig instead of Config to avoid deprecation warning in Ruby 1.9.3
- update gem ‘bson_ext’ from 1.4.0 to 1.4.1
- update gem ‘mongoid’ from 2.3.0 to 2.3.2
- update gem ‘devise’ from 1.4.7 to 1.4.9
- update gem ‘factory_girl_rails’ from 1.2.0 to 1.3.0
- update gem ‘rspec-rails’ from 2.6.1 to 2.7.0
- update gem ‘omniauth’ from 0.3.0 to 0.3.2
- update gem ‘cucumber-rails’ from 1.0.2 to 1.1.1
- update gem ‘bson_ext’ from 1.3.1 to 1.4.0
- update gem ‘mongoid’ from 2.2.0 to 2.3.0
- update gem ‘devise’ from 1.4.5 to 1.4.7
- update gem ‘omniauth’ from 0.3.0.rc3 to 0.3.0
- fixed pesky HAML indent in ‘navigation’ recipe
- remove ‘devise_navigation’ recipe and merge with ‘navigation’ recipe
- update gem ‘capybara’ from 1.1.0 to 1.1.1
- update gem ‘devise’ from 1.4.4 to 1.4.5
- update gem ‘omniauth’ from 0.2.6 to 0.3.0.rc3
- fix indentation of ‘body’ tag in ‘html5’ recipe
- add recipe for Guard (contributed by Ashley Woodard)
- remove explicit dependency on sass gem for Rails 3.1 projects (contributed by Ashley Woodard)
- update gem ‘factory_girl_rails’ from 1.1.0 to 1.2.0
- update gem ‘capybara’ 1.0.1 to 1.1.0
- for ‘omniauth’ recipe, use OmniAuth from GitHub to avoid gem compatibility issues
- add recipe for Compass (contributed by Ashley Woodard)
- add recipe for Backbone.js (contributed by Ashley Woodard)
- use ‘mysql2 ~> 0.2’ for Rails 3.0 projects (contributed by Ashley Woodard)
- add “:method=>’delete’” to ‘Logout’ link for devise_navigation recipe
- update gem ‘devise’ from 1.4.2 to 1.4.4
- update gem ‘mongoid’ from 2.1.9 to 2.2.0
- improve fix for Devise/Cucumber issue RailsApps/rails3-devise-rspec-cucumber#3
- update gem ‘mongoid’ from 2.1.5 to 2.1.9
- update gem ‘capybara’ 1.0.0 to 1.0.1
- update HTML5 boilerplate recipe Javascript urls for Skeleton, changed app.js to tabs.js
- add christopherhein’s frontend-helpers gem to HTML5 recipe
- set scope for CSS stylesheets using body tag in HTML5 recipe
- update gem ‘mongoid’ from 2.0.2 to 2.1.5
- update gem ‘factory_girl_rails’ from 1.1.rc1 to 1.1.0
- update gem ‘launchy’ from 0.4.0 to 2.0.5
- update HTML5 boilerplate recipe with changed Javascript urls
- update gem ‘factory_girl_rails’ from 1.1.beta3 to 1.1.rc1
- update gem ‘devise’ from 1.4.0 to 1.4.2
- fix for Devise/Cucumber issue RailsApps/rails3-devise-rspec-cucumber#3
- add ‘Skeleton Boilerplate’ (getskeleton.com) option to ‘html5’ recipe
- update gem ‘cucumber-rails’ from 1.0.0 to 1.0.2
- update gem ‘factory_girl_rails’ from 1.1.beta1 to 1.1.beta3
- update gem ‘devise’ from 1.3.4 to 1.4.0
- fix ‘navigation’ recipe to accommodate HTML5
- add ‘extras’ recipe
- add ‘rails-footnotes’ to ‘extras’ recipe
- update gem ‘cucumber-rails’ from 0.5.2 to 1.0.0
- rename ‘boilerplate’ recipe to ‘html5’
- add option to normalize css as alternative to full CSS reset
- correct location for HTML5 Boilerplate site root assets
- tweak CSS and layout for HTML5 Boilerplate
- add HTML5 Boilerplate recipe
- update gem ‘capybara’ 1.0.0.rc1 to 1.0.0
- fix to avoid the error “You have already activated rake…”
- for Rails 3.1, install a gem for a Javascript runtime for Linux users
- update gems for Rails 3.1: haml 3.1.2, cucumber-rails 0.5.2, capybara 1.0.0.rc1
- minor change to URLs for downloading ‘raw’ files from GitHub
- adjust Javascript and stylesheet link tags for Rails 3.1
- adjust CSS stylesheets location for Rails 3.1
- use HTML 5 for Haml
- fix indentation in devise_navigation recipe for Haml
- update gems for Rails 3.0.8 and 3.1: cucumber-rails 0.5.1, capybara 1.0.0.beta1, rspec 2.6.1
- remove “fix_rake” recipe, was needed for Rails 3.0.7, not needed for Rails 3.0.8
- for Rails 3.0, use only gem versions that we know work
- for Rails 3.1+, use optimistic versioning for gems
- add “fix_rake” recipe for Rails 3.0 that binds the rake gem at version 0.8.7
- new gem versions: devise, bson_ext, rspec-rails, cucumber-rails, capybara
- bugfix for jquery recipe
- exception handling if RSpec or Cucumber example files are unobtainable
- rename project from rails3_devise_wizard to rails_apps_composer and move to new repo at http://github.com/RailsApps/
- omniauth recipe no longer requires add_user recipe
- fixed a syntax error in the omniauth recipe
- accommodate Rails 3.1 and change the jquery recipe
- modify recipes to compose the rails3-devise-rspec-cucumber example app
- add recipes needed for the rails3-mongoid-omniauth example app
- update various recipes with newer gem versions
- app template will confirm preferences before running recipes (allows creation of a single master installation script)
- add recipes needed for the rails3-mongoid-devise example app
- changes to many recipes (different from RailsWizard)
- execution order dependent on list of recipes, not “run_after” and “run_before” configuration flags (different from RailsWizard)
- original version named rails3_devise_wizard and based on Michael Bleigh’s RailsWizard gem version 0.1.4
- Michael Bleigh’s RailsWizard gem