README.md in suspenders-1.8.1 vs README.md in suspenders-1.9.0
- old
+ new
@@ -22,11 +22,11 @@
Gemfile
-------
To see the latest and greatest gems, look at Suspenders'
-[templates/Gemfile_clean](templates/Gemfile_clean),
+[Gemfile](templates/Gemfile.erb),
which will be appended to the default generated projectname/Gemfile.
It includes application gems like:
* [Airbrake](https://github.com/airbrake/airbrake) for exception notification
@@ -86,15 +86,17 @@
* A few nice time formats set up for localization
* `Rack::Deflater` to [compress responses with Gzip][compress]
* [Fast-failing factories][fast]
* A [low database connection pool limit][pool]
* [Safe binstubs][binstub]
+* [t() and l() in specs without prefixing with I18n][i18n]
[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
+[i18n]: https://github.com/thoughtbot/suspenders/pull/304
Suspenders fixes several of Rails' [insecure defaults]:
* Suspenders uses Unicorn instead of WEBrick, allowing less verbose Server
headers.