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 07f90f6bec Merge branch 'exceptions' with the following features:
* A Railtie API for registering new exceptions and their respective status code (check Active Record railtie for an example)

* Extraction of ShowExceptions middleware logging and debugging features into a middleware called DebugExceptions

Conflicts:
	actionpack/CHANGELOG.md
2011-12-01 21:18:47 +01:00
..
abstract
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 branch 'exceptions' with the following features: 2011-12-01 21:18:47 +01:00
dispatch Remove unnecessary test setup. 2011-12-01 21:17:11 +01:00
fixtures test helpers in erb using erb 2011-11-30 17:38:09 +03:00
lib
template test helpers in erb using erb 2011-11-30 17:38:09 +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