| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup, remove trailing whitespace within actionpack | Yves Senn | 2012-10-27 | 1 | -4/+4 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -288/+0 |
* | Revert "polymorphic_url with an array generates a query string" | Andrew White | 2012-08-04 | 1 | -14/+0 |
* | Revert "Refactor passing url options via array for polymorphic_url" | Andrew White | 2012-08-04 | 1 | -7/+0 |
* | Refactor passing url options via array for polymorphic_url | Andrew White | 2012-08-04 | 1 | -0/+7 |
* | polymorphic_url with an array generates a query string | Romain Tribes | 2012-08-04 | 1 | -0/+14 |
* | Merge pull request #6588 from nbibler/polymorphic_to_model | José Valim | 2012-06-01 | 1 | -1/+27 |
* | Support cookie jar options for all cookie stores | brainopia | 2012-04-30 | 1 | -0/+7 |
* | remove calls to deprecated find(:first) in actionpack test suite | Sergey Nartimov | 2012-04-26 | 1 | -2/+2 |
* | Remove default match without specified method | Jose and Yehuda | 2012-04-24 | 1 | -1/+1 |
* | Make controller namespace partial prefix optional | Grant Hutchins | 2012-03-28 | 1 | -4/+56 |
* | Test that render gets correct exact template name | Grant Hutchins | 2012-03-28 | 1 | -4/+4 |
* | Remove rescue_action from compatibility module and tests | Carlos Antonio da Silva | 2012-01-17 | 1 | -6/+4 |
* | Deprecate set_table_name in favour of self.table_name= or defining your own m... | Jon Leighton | 2011-11-29 | 1 | -8/+8 |
* | Rely on a public contract between railties instead of accessing railtie metho... | José Valim | 2011-11-23 | 1 | -4/+2 |
* | Fixed session ID fixation for ActiveRecord::SessionStore | Joseph Wong | 2011-07-12 | 1 | -0/+31 |
* | provide a more explicit message when using url_for with nil | Damien Mathieu | 2011-07-02 | 1 | -0/+8 |
* | Take into account time spent in AR even if a redirect occurs or if it is afte... | Frederick Cheung | 2011-05-23 | 1 | -0/+26 |
* | Reset ActiveRecord::LogSubscriber runtime at the start of each request | Tom Ward | 2011-05-14 | 1 | -0/+13 |
* | Escape regex in controller_runtime_test to actually check that the ActiveReco... | Tom Ward | 2011-05-14 | 1 | -1/+1 |
* | minor cleaning | Vishnu Atrai | 2011-05-10 | 1 | -1/+1 |
* | Replace rudimentary named_scope with scope. [#6052 state:resolved] | Pavel Gorbokon | 2010-12-15 | 1 | -3/+3 |
* | Ensure calling reset session twice does not raise errors. | José Valim | 2010-11-20 | 1 | -0/+12 |
* | Allow AR Session Store to be renewed | José Valim | 2010-11-11 | 1 | -0/+20 |
* | in regexps, the dot in a character class is not a metacharacter | Xavier Noria | 2010-10-15 | 1 | -1/+1 |
* | Remove duplicated class test. copy/paste fail? | Emilio Tagua | 2010-09-28 | 1 | -32/+0 |
* | Use parentheses when using assert_match followed by a regexp to avoid warnings. | Emilio Tagua | 2010-09-27 | 1 | -2/+2 |
* | Remove deprecated stuff in ActionController | Carlos Antonio da Silva | 2010-09-26 | 1 | -1/+1 |
* | Removed deprecated RouteSet API, still many tests fail | Piotr Sarnacki | 2010-09-05 | 2 | -10/+10 |
* | Use new ActiveModel::Naming.route_key in polymorphic_routes | Piotr Sarnacki | 2010-09-03 | 1 | -1/+1 |
* | Add possibility to explicitly call engine's routes through polymorphic_routes... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+8 |
* | Added more tests for polymorphic_url with namespaced models and implemented m... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+56 |
* | Deprecate the old router DSL. Since it is still used intensively across Actio... | José Valim | 2010-06-28 | 1 | -15/+15 |
* | Make sure that Rails doesn't resent session_id cookie over and over again if ... | Prem Sichanugrist | 2010-06-25 | 1 | -0/+12 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -5/+5 |
* | Sessions should not be created until written to and session data should be de... | Michael Lovitt | 2010-06-23 | 1 | -2/+33 |
* | Make polymorphic_url and scaffolding work with uncountable resources [#3930 s... | Andrew White | 2010-06-20 | 1 | -0/+1 |
* | Cut the fat and make session stores rely on request.cookie_jar and change set... | José Valim | 2010-05-18 | 1 | -1/+7 |
* | Consistent routing language | Joshua Peek | 2010-03-30 | 1 | -82/+82 |
* | Fix failing Action Pack tests | Carlhuda | 2010-03-02 | 1 | -1/+1 |
* | Stop setting UrlFor using SharedTestHelpers | Carlhuda | 2010-02-26 | 1 | -1/+1 |
* | Rename named_url_helpers to url_helpers and url_helpers to url_for | Carlhuda | 2010-02-26 | 1 | -3/+3 |
* | Fix all of AP's tests with the non global router | Carlhuda | 2010-02-25 | 1 | -3/+3 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 1 | -5/+2 |
* | Use ActionDispatch::Routing everywhere | Martin Schürrer | 2010-02-21 | 1 | -3/+3 |
* | Merge master. | José Valim | 2010-02-17 | 1 | -2/+5 |
|\ |
|
| * | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 1 | -3/+6 |
* | | Rename Rails::Subscriber to Rails::LogSubscriber | Prem Sichanugrist | 2010-02-16 | 1 | -8/+8 |
|/ |
|
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 1 | -15/+4 |
* | Move parameters to the top on logging. | José Valim | 2010-01-19 | 1 | -2/+2 |