rails/actionpack/test
Aaron Patterson 295e912211 Merge branch 'master' into mapper
* master:
  Update url to rake docs [ci skip]
  Name#model_name doesn't return a String object
  Result sets never override a model's column type
  [ci skip] Make last note show up in postgresql guide.
  Add missing `:param` option from the docs for Mapper#match [ci skip] Option discovered by @zackperdue in #14741, implemented in #5581.
  Add @senny's changed from #14741, including code font for `resources` options, and wrapped to 80 chars. [ci skip]
  Use github url for homepage of log4r [ci skip]
  Remove TODO.
  Ensure we always use instances of the adapter specific column class
  Fix indentation from 1b4b26f [ci skip]
  [ci skip] Improve form_helpers.md guide.
  Clear inflections after test.
  Remove unnecessary include for integration tests.
  Added documentation for the :param option for resourceful routing
2014-05-29 10:56:33 -07:00
..
abstract Deprecate all *_filter callbacks in favor of *_action callbacks 2014-05-27 19:10:14 -03:00
assertions Change all MiniTest to Minitest since, MiniTest namespace has been renamed to Minitest 2013-12-18 14:39:50 +05:30
controller Merge pull request #15384 from zuhao/refactor_actionpack_params_wrapper_test 2014-05-29 01:13:17 +02:00
dispatch "controllers" should be a valid path name 2014-05-29 10:55:59 -07:00
fixtures Ensure LookupContext in Digestor selects correct variant 2014-03-09 08:47:17 +01:00
journey Remove TODO. 2014-05-28 20:06:08 -07:00
lib/controller Eliminate JSON.{parse,load,generate,dump} and def to_json 2013-11-05 22:26:45 -08:00
routing Fix failing test missed for the past year :( 2013-07-17 08:56:34 +01:00
tmp
abstract_unit.rb Merge pull request #15061 from tgxworld/remove_unnecessary_include 2014-05-29 21:33:12 +09:30