Skip to content

Latest commit

 

History

History
247 lines (177 loc) · 8.81 KB

CHANGELOG.textile

File metadata and controls

247 lines (177 loc) · 8.81 KB

CHANGELOG

1.1.1 February 4, 2012

  • bugfix in ‘rspec’ recipe: call machinist:install generator
  • require ‘rake’ in the gemspec file to avoid ‘could not find rake’ failures

1.1.0 January 28, 2012

  • 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 ‘bson_ext’ from 1.3.1 to 1.5.2
  • 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)

1.0.28 unreleased

  • 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)

1.0.27 unreleased

  • 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

1.0.26 November 17, 2011

  • improve logic for displaying navigation in subdomains recipe
  • update gem ‘capybara’ from 1.1.1 to 1.1.2

1.0.25 November 14, 2011

  • 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

1.0.24 November 8, 2011

  • 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

1.0.23 October 28, 2011

  • mongoid 2.3.2 depends on bson_ext > 1.4, use mongoid 2.2.3 with bson_ext 1.3.1

1.0.22 October 28, 2011

  • gem ‘bson_ext’ rolled back from 1.4.1 to 1.3.1 because of performance issues

1.0.21 October 27, 2011

  • 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

1.0.20 October 7, 2011

  • 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

1.0.19 September 9, 2011

  • fixed pesky HAML indent in ‘navigation’ recipe

1.0.18 September 9, 2011

  • 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)

1.0.17 September 2, 2011

  • 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

1.0.16 August 31, 2011

1.0.15 August 24, 2011

  • 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

1.0.14 August 5, 2011

  • add christopherhein’s frontend-helpers gem to HTML5 recipe
  • set scope for CSS stylesheets using body tag in HTML5 recipe

1.0.13 August 5, 2011

  • 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

1.0.12 July 9, 2011

1.0.11 June 29, 2011

  • 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

1.0.10 June 21, 2011

  • add ‘extras’ recipe
  • add ‘rails-footnotes’ to ‘extras’ recipe
  • update gem ‘cucumber-rails’ from 0.5.2 to 1.0.0

1.0.9 June 20, 2011

  • rename ‘boilerplate’ recipe to ‘html5’
  • add option to normalize css as alternative to full CSS reset
  • correct location for HTML5 Boilerplate site root assets

1.0.8 June 19, 2011

  • tweak CSS and layout for HTML5 Boilerplate

1.0.7 June 18, 2011

  • add HTML5 Boilerplate recipe
  • update gem ‘capybara’ 1.0.0.rc1 to 1.0.0

1.0.6 June 8, 2011

  • 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

1.0.5 May 27, 2011

  • 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

1.0.4 May 24, 2011

  • 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

1.0.3 May 19, 2011

  • 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

1.0.0 May 17, 2011

0.3.2 May 17, 2011

  • omniauth recipe no longer requires add_user recipe
  • fixed a syntax error in the omniauth recipe

0.3.1 May 13, 2011

  • accommodate Rails 3.1 and change the jquery recipe
  • modify recipes to compose the rails3-devise-rspec-cucumber example app

0.2.8 May 5, 2011

  • add recipes needed for the rails3-mongoid-omniauth example app
  • update various recipes with newer gem versions

0.2.5 April 18, 2011

  • 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)

0.2.0 April 15, 2011

0.1.4 April 7, 2011

  • Michael Bleigh’s RailsWizard gem