| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add message when you have no routes defined. | Steve Klabnik | 2013-02-18 | 1 | -0/+15 |
* | Remove BestStandardsSupport middleware | Guillermo Iguaran | 2013-01-29 | 2 | -32/+1 |
* | Deprecate the `eager_load_paths` configuration | Andrew White | 2013-01-24 | 2 | -6/+6 |
* | Revert "Set the default timezone after the initialization since the configura... | Carlos Antonio da Silva | 2013-01-22 | 1 | -11/+1 |
* | 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 |
* | remove performance tests from the default stack | Yves Senn | 2013-01-10 | 1 | -25/+0 |
* | Revert "unpermitted params" exception -- it's just not going to work. See the... | David Heinemeier Hansson | 2013-01-08 | 1 | -48/+0 |
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ... | Jeremy Kemper | 2013-01-06 | 2 | -7/+3 |
* | 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 |
* | 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 |
* | Set the default timezone after the initialization since the configuration | Rafael Mendonça França | 2013-01-04 | 1 | -1/+11 |
* | Restore original remote_ip algorithm. | Andre Arko | 2013-01-02 | 1 | -1/+1 |
* | Fix usage of lambda as a Rack endpoint | Jiri Pospisil | 2012-12-31 | 1 | -1/+1 |
* | Fixes for PR [#8267] | Marc-Andre Lafortune | 2012-12-22 | 1 | -2/+2 |
* | 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 |
* | Revert "Add test to deprecation of Path#children" | Carlos Antonio da Silva | 2012-12-19 | 1 | -6/+0 |
* | Revert "Merge pull request #7587 from elia/fix-too-eager-loading" | Rafael Mendonça França | 2012-12-18 | 1 | -3/+0 |
* | Clear url helper methods when routes are reloaded | Andrew White | 2012-12-14 | 1 | -0/+71 |
* | Merge pull request #8468 from schneems/schneems/rack-index-page | Santiago Pastorino | 2012-12-10 | 1 | -0/+36 |
|\ |
|
| * | Use Rails to Render Default Index Page | schneems | 2012-12-10 | 1 | -0/+36 |
* | | Ensure the scaffold tests will pass when using references attributes | Rafael Mendonça França | 2012-12-10 | 1 | -0/+10 |
|/ |
|
* | Revert "Invert precedence of content in ActionDispatch::Static" | Andrew White | 2012-12-07 | 1 | -23/+0 |
* | Stop shelling out more than necessary | Carlos Antonio da Silva | 2012-12-07 | 1 | -10/+10 |
* | Run rake tasks all at once in rake dbs test for a speed up | Carlos Antonio da Silva | 2012-12-06 | 1 | -12/+6 |
* | Invert precedence of content in ActionDispatch::Static | Andrew White | 2012-12-06 | 1 | -0/+23 |
* | Refactor tests that switch RAILS_ENV and RACK_ENV | Carlos Antonio da Silva | 2012-12-06 | 1 | -12/+8 |
* | Fix duplicated method name | Carlos Antonio da Silva | 2012-12-05 | 1 | -2/+1 |
* | Add ENV['RACK_ENV'] support to rake runner/console/server. | kennyj | 2012-12-06 | 1 | -0/+23 |
* | Fix failing tests related to rake notes | Carlos Antonio da Silva | 2012-12-03 | 1 | -2/+2 |
* | Add db to the list of default annotation folders | Antonio Cangiano | 2012-12-01 | 1 | -0/+4 |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 3 | -60/+0 |
* | Unused variable warning removed | Rashmi Yadav | 2012-11-27 | 1 | -1/+0 |
* | Add UpgradeSignatureToEncryptionCookieStore | Santiago Pastorino | 2012-11-16 | 1 | -0/+110 |
* | Remove duplicated get /foo/write_session | Santiago Pastorino | 2012-11-16 | 1 | -1/+0 |
* | Remove unused config option | Santiago Pastorino | 2012-11-16 | 1 | -1/+0 |
* | Merge pull request #8112 from rails/encrypted_cookies | Santiago Pastorino | 2012-11-15 | 4 | -7/+62 |
|\ |
|
| * | Rename secret_token_key to secret_key_base | Santiago Pastorino | 2012-11-03 | 2 | -3/+3 |
| * | Use derived keys everywhere, http_authentication was missing it | Santiago Pastorino | 2012-11-03 | 2 | -19/+3 |
| * | Add encrypted cookie store | Santiago Pastorino | 2012-11-03 | 1 | -0/+51 |
| * | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 2 | -3/+23 |
* | | asset compilation should not require a database connection | Aaron Patterson | 2012-11-13 | 1 | -0/+26 |
* | | Merge pull request #8169 from nicolasdespres/robust_git_repository_check | Rafael Mendonça França | 2012-11-13 | 1 | -0/+29 |
|\ \ |
|