README.md in suspenders-1.7.0 vs README.md in suspenders-1.8.0
- old
+ new
@@ -33,12 +33,12 @@
* [Bourbon](https://github.com/thoughtbot/bourbon) for Sass mixins
* [Delayed Job](https://github.com/collectiveidea/delayed_job) for background
processing
* [Email Validator](https://github.com/balexand/email_validator) for email
validation
-* [Flutie](https://github.com/thoughtbot/flutie) for `page_title` and
- `body_class` view helpers
+* [Flutie](https://github.com/thoughtbot/flutie) for and `body_class` view
+ helper
* [High Voltage](https://github.com/thoughtbot/high_voltage) for static pages
* [jQuery Rails](https://github.com/rails/jquery-rails) for jQuery
* [Neat](https://github.com/thoughtbot/neat) for semantic grids
* [Postgres](https://github.com/ged/ruby-pg) for access to the Postgres database
* [Rack Timeout](https://github.com/kch/rack-timeout) to abort requests that are
@@ -46,17 +46,26 @@
* [Recipient Interceptor](https://github.com/croaky/recipient_interceptor) to
avoid accidentally sending emails to real people from staging
* [Simple Form](https://github.com/plataformatec/simple_form) for form markup
and style
* [Unicorn](https://github.com/defunkt/unicorn) to serve HTTP requests
+* [Title](https://github.com/calebthompson/title) for storing titles in
+ translations
And gems only for staging and production like:
* [New Relic RPM](https://github.com/newrelic/rpm) for monitoring performance
-* [Rails 12 Factor](https://github.com/heroku/rails_12factor) to making running
+* [Rails 12 Factor](https://github.com/heroku/rails_12factor) to make running
Rails 4 apps easier on Heroku
+And development gems like:
+
+* [Dotenv](https://github.com/bkeepers/dotenv) for loading environment variables
+* [Pry Rails](https://github.com/rweng/pry-rails) for debugging
+* [Spring](https://github.com/rails/spring) for fast Rails actions via
+ pre-loading
+
And testing gems like:
* [Capybara](https://github.com/jnicklas/capybara) and
[Capybara Webkit](https://github.com/thoughtbot/capybara-webkit) for
integration testing
@@ -73,16 +82,20 @@
Suspenders also comes with:
* The [`./bin/setup`][bin] convention for new developer setup
* Rails' flashes set up and in application layout
* A few nice time formats set up for localization
-* `Rack::Timeout` to [compress responses with Gzip][compress]
+* `Rack::Deflater` to [compress responses with Gzip][compress]
* [Fast-failing factories][fast]
+* A [low database connection pool limit][pool]
+* [Safe binstubs][binstub]
[bin]: http://robots.thoughtbot.com/bin-setup
[compress]: http://robots.thoughtbot.com/content-compression-with-rack-deflater/
[fast]: http://robots.thoughtbot.com/testing-your-factories-first
+[pool]: https://devcenter.heroku.com/articles/concurrency-and-database-connections
+[binstub]: https://github.com/thoughtbot/suspenders/pull/282
Suspenders fixes several of Rails' [insecure defaults]:
* Suspenders uses Unicorn instead of WEBrick, allowing less verbose Server
headers.
@@ -170,7 +183,7 @@
The names and logos for thoughtbot are trademarks of thoughtbot, inc.
License
-------
-Suspenders is Copyright © 2008-2013 thoughtbot. It is free software, and may be
+Suspenders is Copyright © 2008-2014 thoughtbot. It is free software, and may be
redistributed under the terms specified in the LICENSE file.