| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Ensure that raise_on_unexpected_params configuration will work | Rafael Mendonça França | 2013-01-05 | 1 | -0/+48 |
* | Merge pull request #8633 from mykola-kyryk/issue_8628 | Rafael Mendonça França | 2013-01-04 | 2 | -0/+18 |
|\ |
|
| * | This commit fixes issue #8628 | Mykola Kyryk | 2013-01-04 | 2 | -0/+18 |
* | | fix failing test broken in 15fb7889c5566ddade1d8f74f49bbbc1c0be6057 | Akira Matsuda | 2013-01-05 | 1 | -1/+1 |
|/ |
|
* | Set the default timezone after the initialization since the configuration | Rafael Mendonça França | 2013-01-04 | 1 | -1/+11 |
* | Merge pull request #8705 from amparo-luna/change_update_attributes_to_update | Guillermo Iguaran | 2013-01-03 | 2 | -3/+3 |
|\ |
|
| * | Updating default application templates to use update instead of update_attrib... | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 2 | -3/+3 |
* | | test PATCH method for update action in generated scaffold controller test rat... | Akira Matsuda | 2013-01-03 | 2 | -4/+4 |
* | | Restore original remote_ip algorithm. | Andre Arko | 2013-01-02 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #8666 from mekishizufu/fix_lambdas | Santiago Pastorino | 2012-12-31 | 2 | -2/+2 |
|\ |
|
| * | Fix usage of lambda as a Rack endpoint | Jiri Pospisil | 2012-12-31 | 2 | -2/+2 |
* | | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 3 | -3/+4 |
* | | Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
|/ |
|
* | Revert "Install binstubs by default" | Jeremy Kemper | 2012-12-28 | 1 | -3/+3 |
* | Revert "Detect rbenv and update the shebang" | Jeremy Kemper | 2012-12-28 | 2 | -10/+0 |
* | Consistent use of single and double quotes | Rafael Mendonça França | 2012-12-26 | 1 | -10/+10 |
* | quote column names in generated fixture files | Yves Senn | 2012-12-26 | 1 | -3/+26 |
* | Merge pull request #8588 from marcandre/fix_reversible | Carlos Antonio da Silva | 2012-12-23 | 1 | -2/+2 |
|\ |
|
| * | Fixes for PR [#8267] | Marc-Andre Lafortune | 2012-12-22 | 1 | -2/+2 |
* | | Forgot to check in railties fixture for binstubs | Yehuda Katz | 2012-12-22 | 1 | -0/+0 |
* | | Add --no-html to scaffold generator | Yehuda Katz | 2012-12-22 | 2 | -0/+17 |
* | | Detect rbenv and update the shebang | Yehuda Katz | 2012-12-22 | 1 | -0/+10 |
* | | Install binstubs by default | Yehuda Katz | 2012-12-22 | 1 | -3/+3 |
|/ |
|
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 2 | -170/+0 |
* | Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (... | Andy Lindeman | 2012-12-21 | 1 | -0/+12 |
* | Migration generators use `change` even for destructive methods [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -31/+12 |
* | Simple replacement of variable name for consistency | Marc-Andre Lafortune | 2012-12-21 | 1 | -32/+32 |
* | Revert "Add test to deprecation of Path#children" | Carlos Antonio da Silva | 2012-12-19 | 1 | -6/+0 |
* | update concerned tests | Francesco Rodriguez | 2012-12-18 | 1 | -0/+2 |
* | Revert "Merge pull request #7587 from elia/fix-too-eager-loading" | Rafael Mendonça França | 2012-12-18 | 1 | -3/+0 |