2016-07-09 08:21:31 -04:00
|
|
|
* Set the server host using the `HOST` environment variable.
|
|
|
|
|
|
|
|
*mahnunchik*
|
|
|
|
|
2016-07-07 22:54:21 -04:00
|
|
|
* Add public API to register new folders for `rake notes`:
|
2016-07-06 08:38:48 -04:00
|
|
|
|
|
|
|
config.annotations.register_directories('spec', 'features')
|
|
|
|
|
|
|
|
*John Meehan*
|
|
|
|
|
2016-07-01 16:34:31 -04:00
|
|
|
* Do not run `bundle install` when generating a new plugin.
|
|
|
|
|
|
|
|
Since bundler 1.12.0, the gemspec is validated so the `bundle install`
|
|
|
|
command will fail just after the gem is created causing confusion to the
|
|
|
|
users. This change was a bug fix to correctly validate gemspecs.
|
|
|
|
|
|
|
|
*Rafael Mendonça França*
|
|
|
|
|
2016-06-22 20:43:12 -04:00
|
|
|
* Default `config.assets.quiet = true` in the development environment. Suppress
|
2016-07-09 08:21:31 -04:00
|
|
|
logging of assets requests by default.
|
2016-06-22 20:43:12 -04:00
|
|
|
|
|
|
|
*Kevin McPhillips*
|
|
|
|
|
2016-06-18 04:46:44 -04:00
|
|
|
* Ensure `/rails/info` routes match in development for apps with a catch-all globbing route.
|
|
|
|
|
|
|
|
*Nicholas Firth-McCoy*
|
|
|
|
|
2016-05-21 12:29:34 -04:00
|
|
|
* Added a shared section to `config/secrets.yml` that will be loaded for all environments.
|
2016-05-21 09:07:06 -04:00
|
|
|
|
|
|
|
*DHH*
|
2016-05-06 17:54:40 -04:00
|
|
|
|
2016-05-10 00:07:09 -04:00
|
|
|
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/railties/CHANGELOG.md) for previous changes.
|