| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra whitespace | Daniel Colson | 2018-01-25 | 1 | -2/+2 |
* | Fix RuboCop offenses | Koichi ITO | 2017-08-16 | 1 | -5/+5 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Fix the tests to test what they should be testing | Rafael Mendonça França | 2017-03-27 | 1 | -8/+8 |
* | Remove deprecated support to :text in render | Rafael Mendonça França | 2016-10-10 | 1 | -3/+3 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -2/+2 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | Remove unused boot_rails method and it's usage | Prathamesh Sonpatki | 2016-07-04 | 1 | -1/+0 |
* | Don't need to account turbolinks cookies in get request. | Rafael Mendonça França | 2014-10-13 | 1 | -6/+6 |
* | Calls to the application constant have been refactored to use | wangjohn | 2013-06-10 | 1 | -1/+1 |
* | Account for ignored cookie set by turbolinks | Nick Reed | 2013-01-14 | 1 | -6/+6 |
* | Don't use action_controller.perform_caching to enable rack-rack. | Rafael Mendonça França | 2012-10-18 | 1 | -2/+12 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -12/+12 |
* | Fix middleware cache tests enabling rack_cache | Guillermo Iguaran | 2012-10-05 | 1 | -0/+2 |
* | Fixes wrong test class names. | kennyj | 2012-08-29 | 1 | -1/+1 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -1/+1 |
* | convert railties to use AS::TestCase | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | Add ActiveSupport::Cache::NullStore to expose caching interface without actua... | Brian Durand | 2011-12-12 | 1 | -2/+2 |
* | Test demonstrating #3053: If-Modified-Since gets swallowed up by rack-cache. | Brendan Ribera | 2011-10-03 | 1 | -0/+14 |
* | Solve the RAILS_ENV problem in the railties tests in a more generic way | Jon Leighton | 2011-06-06 | 1 | -0/+4 |
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and... | Jon Leighton | 2011-05-23 | 1 | -2/+2 |
* | Fix a routing test. Reorganize middleware tests. | José Valim | 2010-10-02 | 1 | -12/+0 |
* | Only add Rack::Cache to the middleware stack if config.action_controller.perf... | Sparky | 2010-09-15 | 1 | -1/+15 |
* | Add tests for Rack::Cache | Carlhuda | 2010-09-13 | 1 | -0/+148 |