- updated Ruby from version 2.1.3 to 2.1.5
- updated Rails from version 4.1.6 to Rails 4.1.8
- no need to specify ‘foundation-rails’ gem version (closes issue #38)
- 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
- updated Ruby from version 2.1.1 to 2.1.2
- updated Rails from version 4.1.1 to Rails 4.1.4
- set ‘mailchimp_api_key’ explicitly when instantiating Gibbon
- replaced ‘Rails.application.secrets.gmail_username’ with ‘Rails.application.secrets.email_provider_username’
- replaced ‘gmail_password’ with ‘email_provider_password’
- extensive changes for Ruby 2.1 and Rails 4.1
- ok to specify ‘foundation-rails’ (foundation-rails 5.2.0.0 resolves issue #27)
- 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
- use Foundation 5.0.3
- 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
becomesrails generate layout:install foundation4 --force
.
- update to Rails 4.0.2
- use Foundation 4 pending resolution of issue #10
- fix tracking in segmentio.js (issue #2)