| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Apparently we can't get away from adding lib to the load path | José Valim | 2013-02-25 | 1 | -0/+1 |
* | | | Plugins can use a similar bootscript to Rails apps | José Valim | 2013-02-25 | 1 | -8/+3 |
* | | | Bump sass-rails and coffee-rails to 4.0.0.beta1 in Gemfile | Guillermo Iguaran | 2013-02-25 | 1 | -2/+2 |
* | | | Remove sprockets-rails from the Gemfile generator | robertomiranda | 2013-02-25 | 1 | -1/+0 |
|/ / |
|
* | | Preparing for 4.0.0.beta1 release | David Heinemeier Hansson | 2013-02-25 | 2 | -2/+2 |
* | | Revert "Use sass compressor as the default CSS compressor" | Guillermo Iguaran | 2013-02-25 | 1 | -1/+1 |
* | | Use sass compressor as the default CSS compressor | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 |
* | | Improve `rake stats` for JavaScript and CoffeeScript. | Hendy Tanata | 2013-02-25 | 4 | -46/+394 |
* | | Merge pull request #9401 from sikachu/master-remove-builder-option | Rafael Mendonça França | 2013-02-24 | 12 | -183/+7 |
|\ \ |
|
| * | | Remove `--builder` option from `rails` command | Prem Sichanugrist | 2013-02-24 | 12 | -183/+7 |
* | | | Merge pull request #9400 from senny/remove_auto_explain_threshold_in_seconds | Xavier Noria | 2013-02-24 | 3 | -19/+0 |
|\ \ \ |
|
| * | | | remove AR auto-explain (config.auto_explain_threshold_in_seconds) | Yves Senn | 2013-02-24 | 3 | -19/+0 |
| |/ / |
|
* / / | Use sprockets-rails 2.0.0.rc3 in new apps | Guillermo Iguaran | 2013-02-24 | 1 | -1/+1 |
|/ / |
|
* | | Revert "move config.assets.precompile into config/application.rb" | Yves Senn | 2013-02-24 | 3 | -10/+6 |
* | | guides/rails_guides moved up and out of the railties directory | Sam Ruby | 2013-02-23 | 1 | -1/+1 |
* | | Fix backwards compatibility with Rails 3 apps. | Steve Klabnik | 2013-02-22 | 3 | -40/+52 |
* | | Update railties/lib/rails/application/configuration.rb | iwiznia | 2013-02-21 | 1 | -3/+3 |
* | | Update railties/lib/rails/application/configuration.rb | iwiznia | 2013-02-21 | 1 | -1/+1 |
* | | remove uncommented railties boot_test.rb | Yves Senn | 2013-02-21 | 1 | -20/+0 |
* | | Merge pull request #9341 from senny/move_precompiled_asset_config_to_application | Rafael Mendonça França | 2013-02-20 | 3 | -6/+10 |
|\ \ |
|
| * | | move config.assets.precompile into config/application.rb | Yves Senn | 2013-02-20 | 3 | -6/+10 |
* | | | update changelog | Terence Lee | 2013-02-21 | 1 | -0/+3 |
* | | | run the load_structure test in the test environment | Terence Lee | 2013-02-21 | 1 | -3/+10 |
* | | | test DATABASE_URL without database.yml around | Terence Lee | 2013-02-21 | 1 | -0/+2 |
* | | | standardize database_configuration to a hash | Terence Lee | 2013-02-21 | 1 | -2/+6 |
|/ / |
|
* | | Better not use tab chars in the generator template | Akira Matsuda | 2013-02-20 | 1 | -5/+5 |
* | | Fix rake routes output in railties test | Carlos Antonio da Silva | 2013-02-19 | 1 | -2/+4 |
* | | Remove config.autoload_paths from config/application.rb | Andrew White | 2013-02-19 | 1 | -3/+0 |
* | | Don't unhook autoloading in production | Andrew White | 2013-02-19 | 1 | -7/+0 |
* | | Revert "Deprecate the `eager_load_paths` configuration" | Andrew White | 2013-02-19 | 7 | -91/+66 |
* | | editorial tweaks | Xavier Noria | 2013-02-19 | 1 | -1/+1 |
* | | Use strip_heredoc in the tests as well. | Steve Klabnik | 2013-02-18 | 1 | -5/+6 |
* | | Add message when you have no routes defined. | Steve Klabnik | 2013-02-18 | 1 | -0/+15 |
* | | Gist URLs are now namespaced | Akira Matsuda | 2013-02-18 | 1 | -3/+3 |
* | | Added extra comment when a migration already exists of the same name. | wangjohn | 2013-02-15 | 1 | -1/+1 |
* | | Add changelog entry for #9177 [ci skip] | Carlos Antonio da Silva | 2013-02-11 | 1 | -4/+11 |
* | | Prefer Ruby 2.0; require 1.9.3+ | Jeremy Kemper | 2013-02-09 | 1 | -2/+2 |
* | | Added notice message for destroy method in scaffold | Rahul P. Chaudhari | 2013-02-10 | 3 | -1/+6 |
* | | Fix article for generator name | Ryunosuke SATO | 2013-02-07 | 1 | -2/+2 |
* | | Added test:all and test:all:db tasks to speed up full test runs. | Ryan Davis | 2013-02-04 | 1 | -0/+12 |
* | | Merge pull request #9175 from robertomiranda/add--rc-desc | Guillermo Iguaran | 2013-02-04 | 1 | -0/+3 |
|\ \ |
|
| * | | Add --rc description on the command line | robertomiranda | 2013-02-04 | 1 | -0/+3 |
* | | | Use --rc= instead of --rc | robertomiranda | 2013-02-04 | 1 | -2/+6 |
|/ / |
|
* | | Add --no-rc description on the command line | robertomiranda | 2013-02-02 | 1 | -0/+3 |
* | | Refactor --rc option | Guillermo Iguaran | 2013-02-02 | 1 | -6/+1 |
* | | Add --rc option to support the load of a custom rc file | Amparo Luna | 2013-02-01 | 2 | -1/+11 |
* | | Prefer File.read over File.open.read | Akira Matsuda | 2013-02-01 | 1 | -1/+1 |
* | | --no-rc in the railties tests | Akira Matsuda | 2013-02-01 | 2 | -2/+2 |
* | | Add --no-rc option to skip the loading of railsrc file | Amparo Luna | 2013-01-31 | 2 | -6/+12 |
* | | Remove BestStandardsSupport middleware | Guillermo Iguaran | 2013-01-29 | 5 | -41/+3 |