| Commit message (Expand) | Author | Age | Files | Lines |
* | The console --sandbox transaction should not be joinable | Jon Leighton | 2013-03-08 | 1 | -10/+8 |
* | Fix rails console --sandbox | Jon Leighton | 2013-03-08 | 1 | -8/+74 |
* | Bring config.allow_concurrency back | José Valim | 2013-03-03 | 1 | -0/+6 |
* | Remove hard coded references to Active Record in railties | José Valim | 2013-03-02 | 1 | -13/+0 |
* | Support creating a table migration generator | Sammy Larbi | 2013-03-01 | 1 | -3/+14 |
* | Ensure plugins generated with plugin new can boot the dummy application | José Valim | 2013-02-28 | 1 | -39/+16 |
* | Improve `rake stats` for JavaScript and CoffeeScript. | Hendy Tanata | 2013-02-25 | 1 | -0/+288 |
* | Merge pull request #9401 from sikachu/master-remove-builder-option | Rafael Mendonça França | 2013-02-24 | 10 | -169/+0 |
|\ |
|
| * | Remove `--builder` option from `rails` command | Prem Sichanugrist | 2013-02-24 | 10 | -169/+0 |
* | | remove AR auto-explain (config.auto_explain_threshold_in_seconds) | Yves Senn | 2013-02-24 | 1 | -9/+0 |
|/ |
|
* | Fix backwards compatibility with Rails 3 apps. | Steve Klabnik | 2013-02-22 | 1 | -29/+36 |
* | remove uncommented railties boot_test.rb | Yves Senn | 2013-02-21 | 1 | -20/+0 |
* | 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 |
* | Fix rake routes output in railties test | Carlos Antonio da Silva | 2013-02-19 | 1 | -2/+4 |
* | Revert "Deprecate the `eager_load_paths` configuration" | Andrew White | 2013-02-19 | 3 | -30/+38 |
* | 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 notice message for destroy method in scaffold | Rahul P. Chaudhari | 2013-02-10 | 1 | -0/+1 |
* | --no-rc in the railties tests | Akira Matsuda | 2013-02-01 | 2 | -2/+2 |
* | Remove BestStandardsSupport middleware | Guillermo Iguaran | 2013-01-29 | 2 | -32/+1 |
* | Merge pull request #8303 from jeremywrowe/master | Rafael Mendonça França | 2013-01-25 | 1 | -0/+5 |
|\ |
|
| * | Fixes improper database name when a '.' is included while creating a new rails | Jeremy W. Rowe | 2013-01-16 | 1 | -0/+5 |
* | | Deprecate the `eager_load_paths` configuration | Andrew White | 2013-01-24 | 3 | -38/+30 |
* | | Revert "Set the default timezone after the initialization since the configura... | Carlos Antonio da Silva | 2013-01-22 | 1 | -11/+1 |
* | | Merge pull request #8557 from timraymond/add_back_engines_and_deprecate | Rafael Mendonça França | 2013-01-22 | 1 | -0/+6 |
|\ \ |
|
| * | | Adding Back Rails::Engine::Railties#engines | Tim Raymond | 2013-01-03 | 1 | -0/+6 |
* | | | Fix asset_path in mounted engine | Piotr Sarnacki | 2013-01-21 | 1 | -0/+9 |
* | | | Restore and adapt the implementation reverted at | Rafael Mendonça França | 2013-01-19 | 1 | -0/+48 |
* | | | script => bin | Akira Matsuda | 2013-01-18 | 1 | -6/+6 |
| |/
|/| |
|
* | | allow :dirs option for .enumerate | Brian D. Burns | 2013-01-15 | 1 | -0/+39 |
* | | Account for ignored cookie set by turbolinks | Nick Reed | 2013-01-14 | 1 | -6/+6 |
* | | Add regression test to #8907 | Rafael Mendonça França | 2013-01-14 | 1 | -0/+31 |
* | | More consistent quotes in scaffold generator | Pavel Pravosud | 2013-01-11 | 1 | -1/+1 |
* | | Include jbuilder by default and rely on its scaffold generator to show json A... | David Heinemeier Hansson | 2013-01-10 | 2 | -24/+1 |
* | | remove performance tests from the default stack | Yves Senn | 2013-01-10 | 2 | -28/+0 |
* | | extract PerformanceTest into rails-performance_tests gem | Yves Senn | 2013-01-10 | 1 | -12/+0 |
* | | fire a notification when the request stops / starts | Aaron Patterson | 2013-01-09 | 1 | -0/+71 |
* | | Revert "unpermitted params" exception -- it's just not going to work. See the... | David Heinemeier Hansson | 2013-01-08 | 1 | -48/+0 |
* | | Fix readme tests | Carlos Antonio da Silva | 2013-01-07 | 1 | -2/+2 |
* | | doc/README_FOR_APP is no longer generated | Xavier Noria | 2013-01-08 | 1 | -1/+0 |
* | | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ... | Jeremy Kemper | 2013-01-06 | 9 | -40/+57 |
* | | Move config.filter_parameters to you own initializer file | Rafael Mendonça França | 2013-01-05 | 1 | -2/+2 |
* | | Assert config.filter_parameters should be able to be set in a initializer | Rafael Mendonça França | 2013-01-05 | 1 | -0/+10 |
* | | Make sure assets is disable when --skip-sprockets is used | Rafael Mendonça França | 2013-01-05 | 1 | -1/+2 |
* | | config.assets.enabled is now true by default | David Heinemeier Hansson | 2013-01-05 | 1 | -1/+0 |
* | | Remove warning "ambiguous first argument" | Carlos Antonio da Silva | 2013-01-05 | 1 | -1/+1 |
* | | Rename the configuration to raise_on_unpermitted_parameters | Rafael Mendonça França | 2013-01-05 | 1 | -9/+9 |