CHANGELOG.md in pah-0.0.13 vs CHANGELOG.md in pah-0.0.14

- old
+ new

@@ -1,8 +1,37 @@ # Changelog +## 0.0.14 (May 30, 2014) +### improvements + +- Update rails version to `4.1.1` +- Set ruby 2.1.2 as default +- Better config of RSpec mocks +- Update RSpec to 3.0.0.beta2 +- Better default README +- Use `rack-timeout` from github (ref.: https://github.com/kch/rack-timeout/issues/41) +- Add `config/puma.rb` with Puma app server configuration +- Add `preload_app!` directive for Puma workers +- Add `ENV['MIN_THREADS']`, `ENV['MAX_THREADS']`, `ENV['PUMA_WORKERS']`, for Puma configuration. +- Add `ActiveRecord::Base.establish_connection` on worker boot specific setup +- Load Puma configuration file on Procfile web process +- Replace Haml with Slim +- Transfer `$main-color`, `$text`, `$darker-color`, `$lighter-color` SASS variables to `_variables.scss` partial. +- Add SendGrid setup +- Import `_variables.scss` only once, on `application.scss` +- Use `email_spec` from GitHub to avoid warnings raised by latest rspec +- Add Rack::Deflater +- Include **Newrelic** on the list of default addons +- Add filter_run and run_all_when_everything_filtered on RSpec config + +### bug fixes + +- Remove duplicated error messages section on locale file +- Abort application generation in case problems are detected when installing gems +- Remove the .disabled class on _form.scss. Issue #322 + ## 0.0.13 (March 21, 2014) ### improvements - Add rollbar as default heroku addon @@ -36,9 +65,10 @@ - Add gem bullet - Add quiet_assets gem - Set ruby 2.1.1 as default - Add custom error pages - Update jumpup.rake to comply jumpup gem. +- Remove `deferred_garbage_collection.rb`. ### bug fixes - Run pah against specific version of rails - Layout partial replaces page_title method call on application.html.haml.