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
José Valim f6cc4fd7a2 Merge pull request #3861 from andyjeffries/master
Named Routes shouldn't override existing ones (currently route recognition goes with the earliest match, named routes use the latest match)
2011-12-05 08:48:25 -08:00
..
abstract Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
activerecord Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
controller Merge pull request #3861 from andyjeffries/master 2011-12-05 08:48:25 -08:00
dispatch Fix failing cascade exception. 2011-12-03 11:38:25 +01:00
fixtures test helpers in erb using erb 2011-11-30 17:38:09 +03:00
lib Rely on a public contract between railties instead of accessing railtie methods directly. 2011-11-23 19:06:45 +00:00
template form_for with +:as+ option uses "action_as" as css class and id 2011-12-04 22:12:24 +03:00
tmp
abstract_unit.rb Split ShowExceptions responsibilities in two middlewares. 2011-12-01 20:46:18 +01:00
active_record_unit.rb
ts_isolated.rb