aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/activerecord
Commit message (Expand)AuthorAgeFilesLines
* fix db_runtime attribute value after raising ActionView::MissingTemplate exc...Igor2013-02-271-0/+14
* Added AR integration tests for form helpersvirusman2013-01-211-0/+91
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-271-4/+4
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-288/+0
* Revert "polymorphic_url with an array generates a query string"Andrew White2012-08-041-14/+0
* Revert "Refactor passing url options via array for polymorphic_url"Andrew White2012-08-041-7/+0
* Refactor passing url options via array for polymorphic_urlAndrew White2012-08-041-0/+7
* polymorphic_url with an array generates a query stringRomain Tribes2012-08-041-0/+14
* Merge pull request #6588 from nbibler/polymorphic_to_modelJosé Valim2012-06-011-1/+27
* Support cookie jar options for all cookie storesbrainopia2012-04-301-0/+7
* remove calls to deprecated find(:first) in actionpack test suiteSergey Nartimov2012-04-261-2/+2
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Make controller namespace partial prefix optionalGrant Hutchins2012-03-281-4/+56
* Test that render gets correct exact template nameGrant Hutchins2012-03-281-4/+4
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-6/+4
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-8/+8
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-4/+2
* Fixed session ID fixation for ActiveRecord::SessionStoreJoseph Wong2011-07-121-0/+31
* provide a more explicit message when using url_for with nilDamien Mathieu2011-07-021-0/+8
* Take into account time spent in AR even if a redirect occurs or if it is afte...Frederick Cheung2011-05-231-0/+26
* Reset ActiveRecord::LogSubscriber runtime at the start of each requestTom Ward2011-05-141-0/+13
* Escape regex in controller_runtime_test to actually check that the ActiveReco...Tom Ward2011-05-141-1/+1
* minor cleaningVishnu Atrai2011-05-101-1/+1
* Replace rudimentary named_scope with scope. [#6052 state:resolved]Pavel Gorbokon2010-12-151-3/+3
* Ensure calling reset session twice does not raise errors.José Valim2010-11-201-0/+12
* Allow AR Session Store to be renewedJosé Valim2010-11-111-0/+20
* in regexps, the dot in a character class is not a metacharacterXavier Noria2010-10-151-1/+1
* Remove duplicated class test. copy/paste fail?Emilio Tagua2010-09-281-32/+0
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-2/+2
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-052-10/+10
* Use new ActiveModel::Naming.route_key in polymorphic_routesPiotr Sarnacki2010-09-031-1/+1
* Add possibility to explicitly call engine's routes through polymorphic_routes...Piotr Sarnacki2010-09-031-0/+8
* Added more tests for polymorphic_url with namespaced models and implemented m...Piotr Sarnacki2010-09-031-0/+56
* Deprecate the old router DSL. Since it is still used intensively across Actio...José Valim2010-06-281-15/+15
* Make sure that Rails doesn't resent session_id cookie over and over again if ...Prem Sichanugrist2010-06-251-0/+12
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-5/+5
* Sessions should not be created until written to and session data should be de...Michael Lovitt2010-06-231-2/+33
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-0/+1
* Cut the fat and make session stores rely on request.cookie_jar and change set...José Valim2010-05-181-1/+7
* Consistent routing languageJoshua Peek2010-03-301-82/+82
* Fix failing Action Pack testsCarlhuda2010-03-021-1/+1
* Stop setting UrlFor using SharedTestHelpersCarlhuda2010-02-261-1/+1
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-3/+3
* Fix all of AP's tests with the non global routerCarlhuda2010-02-251-3/+3
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-5/+2
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-3/+3
* Merge master.José Valim2010-02-171-2/+5
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-151-3/+6
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-8/+8
|/