README.md in suspenders-1.10.2 vs README.md in suspenders-1.11.0
- old
+ new
@@ -13,21 +13,21 @@
Then run:
suspenders projectname
-This will create a Rails 4.1 app in `projectname`.
+This will create a Rails app in `projectname` using the latest version of Rails.
By default this script creates a new git repository. See below if you
want to use it against an existing repo.
Gemfile
-------
To see the latest and greatest gems, look at Suspenders'
-[Gemfile](templates/Gemfile.erb),
-which will be appended to the default generated projectname/Gemfile.
+[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
* [Bourbon](https://github.com/thoughtbot/bourbon) for Sass mixins
@@ -89,17 +89,19 @@
* A [low database connection pool limit][pool]
* [Safe binstubs][binstub]
* [t() and l() in specs without prefixing with I18n][i18n]
* An automatically-created `SECRET_KEY_BASE` environment variable in all
environments.
+* Configuration for [Travis Pro][travis] continuous integration.
[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
+[travis]: http://docs.travis-ci.com/user/travis-pro/
Heroku
------
You can optionally create Heroku staging and production apps:
@@ -135,11 +137,11 @@
hub create organization/project
Dependencies
------------
-Suspenders requires Ruby 1.9.2 or greater.
+Suspenders requires the latest version of Ruby.
Some gems included in Suspenders have native extensions. You should have GCC
installed on your machine before generating an app with Suspenders.
Use [OS X GCC Installer](https://github.com/kennethreitz/osx-gcc-installer/) for
@@ -147,25 +149,27 @@
Use [Command Line Tools for XCode](https://developer.apple.com/downloads/index.action)
for Lion (OS X 10.7) or Mountain Lion (OS X 10.8).
We use [Capybara Webkit](https://github.com/thoughtbot/capybara-webkit) for
-full-stack Javascript integration testing. It requires QT. Instructions for
+full-stack JavaScript integration testing. It requires QT. Instructions for
installing QT are
[here](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-Qt-and-compiling-capybara-webkit).
PostgreSQL needs to be installed and running for the `db:create` rake task.
Issues
------
If you have problems, please create a
-[Github Issue](https://github.com/thoughtbot/suspenders/issues).
+[GitHub Issue](https://github.com/thoughtbot/suspenders/issues).
Contributing
------------
-Please see CONTRIBUTING.md for details.
+To update Suspenders' Ruby version, change `.ruby-version` and `.travis.yml`.
+
+Please see CONTRIBUTING.md for further details.
Credits
-------
![thoughtbot](http://thoughtbot.com/images/tm/logo.png)