rails/railties/CHANGELOG.md

51 lines
1.4 KiB
Markdown
Raw Normal View History

* Removed deprecated threadsafe! from Rails Config.
*Paul Nikitochkin*
* Remove deprecated `ActiveRecord::Generators::ActiveModel#update_attributes` in
favor of `ActiveRecord::Generators::ActiveModel#update`
*Vipul A M*
2013-07-02 03:55:08 +00:00
* Remove deprecated `config.whiny_nils` option
*Vipul A M*
* Rename `commands/plugin_new.rb` to `commands/plugin.rb` and fix references
*Richard Schneeman*
* Fix `rails plugin --help` command.
*Richard Schneeman*
* Omit turbolinks configuration completely on skip_javascript generator option.
*Nikita Fedyashev*
2013-06-26 23:07:26 +00:00
* Removed deprecated rake tasks for running tests: `rake test:uncommitted` and
`rake test:recent`.
*John Wang*
* Clearing autoloaded constants triggers routes reloading [Fixes #10685].
*Xavier Noria*
2013-05-04 13:53:53 +00:00
* Fixes bug with scaffold generator with `--assets=false --resource-route=false`.
Fixes #9525.
*Arun Agrawal*
* Rails::Railtie no longer forces the Rails::Configurable module on everything
2013-05-18 13:52:46 +00:00
that subclasses it. Instead, the methods from Rails::Configurable have been
moved to class methods in Railtie and the Railtie has been made abstract.
*John Wang*
2013-06-26 23:07:26 +00:00
* Changes repetitive th tags to use colspan attribute in `index.html.erb` template.
2013-06-26 23:07:26 +00:00
*Sıtkı Bağdat*
2013-02-26 16:45:20 +00:00
2013-04-29 16:06:45 +00:00
Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/railties/CHANGELOG.md) for previous changes.