2013-06-06 17:16:04 -04:00
|
|
|
|
* Clearing autoloaded constants triggers routes reloading [Fixes #10685].
|
|
|
|
|
|
|
|
|
|
*Xavier Noria*
|
|
|
|
|
|
2013-05-04 09:53:53 -04:00
|
|
|
|
* Fixes bug with scaffold generator with `--assets=false --resource-route=false`.
|
|
|
|
|
Fixes #9525.
|
2013-05-03 05:42:30 -04:00
|
|
|
|
|
|
|
|
|
*Arun Agrawal*
|
|
|
|
|
|
2013-03-18 22:12:35 -04:00
|
|
|
|
* Rails::Railtie no longer forces the Rails::Configurable module on everything
|
2013-05-18 09:52:46 -04:00
|
|
|
|
that subclasses it. Instead, the methods from Rails::Configurable have been
|
2013-03-18 22:12:35 -04:00
|
|
|
|
moved to class methods in Railtie and the Railtie has been made abstract.
|
|
|
|
|
|
|
|
|
|
*John Wang*
|
2013-06-16 20:22:31 -04:00
|
|
|
|
|
|
|
|
|
* Changes repetitive th tags to use colspan attribute in `index.html.erb` template.
|
|
|
|
|
|
|
|
|
|
*Sıtkı Bağdat*
|
2013-02-26 11:45:20 -05:00
|
|
|
|
|
2013-04-29 12:06:45 -04:00
|
|
|
|
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/railties/CHANGELOG.md) for previous changes.
|