1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #13211 from psahni/master

capitalize words starting after numbered list to maintain consistency [c...
This commit is contained in:
Arun Agrawal 2013-12-05 23:05:09 -08:00
commit 10e0e5125b

View file

@ -31,9 +31,9 @@ NOTE: This section is a work in progress.
If you want to use Spring as your application preloader you need to:
1. add `gem 'spring', group: :development` to your `Gemfile`.
2. install spring using `bundle install`.
3. springify your binstubs with `bundle exec spring binstub --all`.
1. Add `gem 'spring', group: :development` to your `Gemfile`.
2. Install spring using `bundle install`.
3. Springify your binstubs with `bundle exec spring binstub --all`.
NOTE: User defined rake tasks will run in the `development` environment by
default. If you want them to run in other environments consult the