1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
Aaron Patterson b13849de88 Merge branch 'master' into session
* master: (55 commits)
  extract deprecated dynamic methods
  Add some docs and changelog entry
  Allow overriding exception handling in threaded consumer
  Allow configuring a different queue consumer
  actually don't need to expand the aggregates at all
  #to_sym is unnecessary
  de-globalise method
  extract code from AR::Base
  clean up implementation of dynamic methods. use method compilation etc.
  Fix ActiveModel README example
  mention database mapping in getting started guide
  Remove vestiges of the http_only! config from configuring guide
  Remove content-length as well
  Make ActionController#head pass rack-link
  RouteSet: optimize routes generation when globbing is used
  Allows assert_redirected_to to accept a regular expression
  use extract_options!
  No need to force conversion to Symbol since case ensures it's already one.
  No need to work around 1.8 warnings anymore.
  Update command line guide
  ...
2012-05-04 10:14:10 -07:00
..
abstract Add a test case for layout nil. 2012-03-28 23:06:52 +04:00
activerecord Support cookie jar options for all cookie stores 2012-04-30 04:14:51 +04:00
assertions test response assertions 2012-01-06 11:20:26 -08:00
controller Merge pull request #6148 from twinturbo/head-fix 2012-05-03 22:52:08 -07:00
dispatch Merge branch 'master' into session 2012-05-04 10:14:10 -07:00
fixtures wrap translate defaults to use translate helper features, closes #1102 2012-04-30 09:44:39 +03:00
lib/controller Removing old Controller test 2012-02-12 21:05:30 -02:00
routing add some tests, yay! 2012-02-22 11:05:03 -08:00
template distance_of_time_in_words: Add/tweak comments to understand time intervals better 2012-04-30 11:29:36 -06:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb AS/kernel/reporting no where used in ts_isolated 2012-03-04 21:30:48 +05:30