aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed stylesheet load order in the stylesheet manifest generator.Pawel Janiak2013-07-281-0/+4
|
* Added generated unit test for generator generator and new test:generators ↵Josef Šimánek2013-07-161-0/+5
| | | | rake task included in test:all rake task.
* Remove update:application_controller rake task.Josef Šimánek2013-07-131-0/+4
|
* #11381: Ignore config.eager_load=true for rakePaul Nikitochkin2013-07-101-0/+4
| | | | Closes #11381
* handle notes in *.sass filesYuri Artemev2013-07-081-0/+4
|
* Removed deprecated `Rails.application.railties.engines`.Arun Agrawal2013-07-041-0/+4
|
* Added missing CHANGELOG from PR #11279 [ci skip]Arun Agrawal2013-07-031-0/+4
|
* Remove deprecated `ActiveRecord::Generators::ActiveModel#update_attributes` inVipul A M2013-07-031-0/+5
| | | | favor of `ActiveRecord::Generators::ActiveModel#update`
* Remove deprecated `config.whiny_nils`Vipul A M2013-07-021-0/+4
|
* s/plugin_new/pluginschneems2013-06-301-0/+4
| | | | | There are historical reasons that the `plugin` command was `plugin_new`, now those are no longer applicable, we should remove the naming edge case from the project. This PR is based off of comments from #11176 ATP Railties
* Fix `rails plugin --help`schneems2013-06-291-0/+4
| | | | | | | | | | | | | | | | Right now if you run the `rails plugin --help` command it fails because rails expects a command in `railties/lib/rails/commands/plugin.rb` that does not exist because the file is named `plugin_new`. This is the error: ``` ruby-2.0.0-p0 ~/documents/projects/tmp/vanilla (master) $ rails plugin --help /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require': cannot load such file -- rails/commands/plugin (LoadError) from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `block in require' from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:213:in `load_dependency' from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:228:in `require' from /Users/schneems/.rvm/gems/ruby-2.0.0-p0/gems/railties-4.0.0/lib/rails/commands.rb:49:in `<top (required)>' from bin/rails:4:in `require' from bin/rails:4:in `<main>' ```
* Omit turbolinks configuration completely on skip_javascript generator optionNikita Fedyashev2013-06-281-0/+4
|
* Review railties changelog [ci skip]Carlos Antonio da Silva2013-06-261-5/+4
|
* Removing deprecated rake tasks.wangjohn2013-06-241-0/+6
| | | | | The `rake test:recent` and `rake test:uncommitted` tasks were deprecated and are now being removed.
* Use Colspan in th TagsSıtkı Bağdat2013-06-171-0/+4
| | | | | | | | | | Is it more suitable that using ```<th colspan="3">``` instead of three empty ```<th>```? It is simple, but what i am missing about it? Change repetitive th tags to use colspan attribute Update CHANGELOG.md Update CHANGELOG.md
* registers recent patch in the railties CHANGELOGXavier Noria2013-06-061-0/+4
|
* Fxied some typosPrathamesh Sonpatki2013-05-181-1/+1
|
* Review the CHANGELOG entry [ci skip]Rafael Mendonça França2013-05-041-1/+2
|
* Fixes Scaffold generator with --assets=falseArun Agrawal2013-05-041-0/+4
| | | | | | Scaffold generator with --assets=false option outputs an error See #9525
* Removing Railtie::Configurable from the base Railtie object and makingwangjohn2013-04-291-1/+5
| | | | | Railtie itself abstract. This stops the weird behavior of forcing subclasses of Railtie to include the Configurable module.
* rails/master is now 4.1.0.betaRafael Mendonça França2013-04-291-374/+2
|
* use unified and clean formatting in CHANGELOGS. [ci skip]Yves Senn2013-04-121-1/+1
|
* removing `rails test`, updating docs to show how to use `rake test`Aaron Patterson2013-04-051-19/+5
|
* CHANGELOG entry for rails.png removal.Steve Klabnik2013-04-021-0/+5
|
* :scissors:Rafael Mendonça França2013-04-011-4/+4
| | | | [ci skip]
* Remove CHANGELOG entry for #10002Rafael Mendonça França2013-04-011-4/+0
| | | | [ci skip]
* Merge pull request #9991 from Passionate/patch-1Rafael Mendonça França2013-03-301-18/+50
|\ | | | | improve readability
| * improve readabilityParitosh Piplewar2013-03-291-18/+50
| |
* | registers the new doc:rails behaviour in the changelogXavier Noria2013-03-301-0/+5
|/
* Put coffee-rails in top-level of generated GemfileGabe Kopley2013-03-241-0/+12
| | | | v3 of pull request based on additional feedback from @jeremy
* add changelog entryCharlie Somerville2013-03-241-0/+4
|
* Don't generate a scaffold.css if no-assetsKevin Glowacz2013-03-201-0/+4
|
* Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-4/+0
| | | | | | This reverts commit b7d9d6e2cd5082d269dafbc0316e2107febe1451. Per discussion with @jeremy and @rubys on Campfire.
* make new rails apps log to STDOUTTerence Lee2013-03-151-0/+4
|
* Add support for generate scaffold password:digestSam Ruby2013-03-131-0/+12
| | | | | | | | | | * adds password_digest attribute to the migration * adds has_secure_password to the model * adds password and password_confirmation password_fields to _form.html * omits password entirely from index.html and show.html * adds password and password_confirmation to the controller * adds unencrypted password and password_confirmation to the controller test * adds encrypted password_digest to the fixture
* Move some railties changelog entries to the top [ci skip]Carlos Antonio da Silva2013-03-131-20/+21
|
* Improve wording for rails test commandDalibor Nasevic2013-03-091-8/+11
|
* Load fixtures only when running suites, or `-f`Prem Sichanugrist2013-03-091-0/+8
| | | | | | * `rails test -f` will run the test suites with all fixtures loaded * New application will now generated without `fixtures :all` line enabled by default.
* Add `rails test` command to run the test suitePrem Sichanugrist and Chris Toomey2013-03-091-0/+21
| | | | | | | | | | | | | | | | | | | To run the whole test suite: $ rails test To run the test file(s): $ rails test test/unit/foo_test.rb [test/unit/bar_test.rb ...] To run the test suite $ rails test [models,helpers,units,controllers,mailers,...] For more information, see `rails test --help`. This command will eventually replacing `rake test:*`, and `rake test` command will actually invoking `rails test` instead.
* Use "Fixes" in place of "Fix" in changelogs for consistency [ci skip].Yves Senn2013-03-091-7/+7
|
* New beauty pages(404, 422, 500)Stanislav2013-03-021-0/+1
| | | | | | moving changelog note to unreleased section New beauty pages(404, 422, 500)
* Update CHANGELOGSRafael Mendonça França2013-02-261-0/+3
|
* Preparing for 4.0.0.beta1 releaseDavid Heinemeier Hansson2013-02-251-1/+1
|
* Improve `rake stats` for JavaScript and CoffeeScript.Hendy Tanata2013-02-251-0/+5
| | | | Ignore block comments and calculates number of functions.
* Remove `--builder` option from `rails` commandPrem Sichanugrist2013-02-241-0/+7
| | | | | | | Ability to use a custom builder by passing `--builder` (or `-b`) has been removed. Consider using application template instead. See this guide for more detail: http://guides.rubyonrails.org/rails_application_templates.html
* Revert "move config.assets.precompile into config/application.rb"Yves Senn2013-02-241-6/+0
| | | | | | | This reverts commit 304f4d4c25ccabdbf97d37dd7a92a54d0b63a9c9. As it turns out everything should behave as it did and we don't need to move this configuration option.
* Merge pull request #9341 from senny/move_precompiled_asset_config_to_applicationRafael Mendonça França2013-02-201-0/+6
|\ | | | | move config.assets.precompile into config/application.rb
| * move config.assets.precompile into config/application.rbYves Senn2013-02-201-0/+6
| |
* | update changelogTerence Lee2013-02-211-0/+3
|/
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-9/+0
| | | | | | | | | | | Because of the possibility of lib being unintentionally eager loaded it's been agreed that we'll leave autoload paths and eager load paths separate for Rails 4.0. This reverts commit 0757b3388ffe4f44b60de950d40e18ef05055931. Conflicts: railties/CHANGELOG.md