Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 2.48 KB

CHANGELOG.textile

File metadata and controls

76 lines (44 loc) · 2.48 KB

CHANGELOG

2.1.4 December 29, 2014 (book version unreleased)

  • workaround for changes in ‘google_drive’ gem v1.0.0
  • updated Ruby from version 2.1.5 to 2.2.0

2.1.3 December 25, 2014 (book version 2.1.3)

  • updated Rails from version 4.1.8 to Rails 4.2.0

2.1.2 December 4, 2014 (book version 2.1.2)

  • updated Ruby from version 2.1.3 to 2.1.5
  • updated Rails from version 4.1.6 to Rails 4.1.8

2.1.0 October 12, 2014 (book version 2.1.1)

  • no need to specify ‘foundation-rails’ gem version (closes issue #38)

2.0.4 September 24, 2014 (book version unreleased)

  • updated Ruby from version 2.1.2 to 2.1.3
  • updated Rails from version 4.1.4 to Rails 4.1.6
  • add files to support deployment with Heroku Button
  • specify ‘foundation-rails 5.4.3.1’ (don’t use foundation-rails 5.4.4.0) pending resolution of issue #38

2.0.3 July 7, 2014 (book version unreleased)

  • updated Ruby from version 2.1.1 to 2.1.2
  • updated Rails from version 4.1.1 to Rails 4.1.4

2.0.2 May 5, 2014 (book version 2.0.2)

  • set ‘mailchimp_api_key’ explicitly when instantiating Gibbon

2.0.1 April 16, 2014 (book version 2.0.1)

  • replaced ‘Rails.application.secrets.gmail_username’ with ‘Rails.application.secrets.email_provider_username’
  • replaced ‘gmail_password’ with ‘email_provider_password’

2.0.0 April 11, 2014 (book version 2.0.0)

  • extensive changes for Ruby 2.1 and Rails 4.1

1.19.2 March 6, 2014 (book version unreleased)

  • ok to specify ‘foundation-rails’ (foundation-rails 5.2.0.0 resolves issue #27)

1.19.1 February 19, 2014 (book version unreleased)

  • specify ‘foundation-rails 5.0.3.1’ (don’t use foundation-rails 5.1.1.0) pending resolution of issue #27
  • update to Rails 4.0.3

1.19.0 February 1, 2014 (book version 1.19)

  • use Foundation 5.0.3

1.18.0 January 10, 2014 (book version 1.18)

  • Update from Ruby 2.0.0 to Ruby 2.0.1
  • added ActionMailer configuration values to file ‘config/environments/development.rb’
  • added ActionMailer configuration values to file ‘config/environments/production.rb’

Changes in the book:

  • Changed one line in the “Front-End Framework” chapter to accommodate a change in the rails_layout gem version 1.0.1. The command rails generate layout foundation4 --force becomes rails generate layout:install foundation4 --force.

1.17.2 December 8, 2013 (book version 1.17)

  • update to Rails 4.0.2
  • use Foundation 4 pending resolution of issue #10

1.17.1 December 5, 2013 (book version 1.17)

  • fix tracking in segmentio.js (issue #2)