1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
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
..
caching this should never return nil, so no use for "try" 2011-10-31 15:17:16 -04:00
deprecated Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
metal Revert "Added ActiveRecord::Base#last_modified to work with the new fresh_when/stale? conditional get methods from Action Pack" 2011-12-01 20:45:47 +01:00
railties Rely on a public contract between railties instead of accessing railtie methods directly. 2011-11-23 19:06:45 +00:00
vendor HTMl -> HTML: html scanner comment fix 2011-10-15 23:54:26 +04:00
base.rb removes a Serialization constant left in the previous revert 2011-11-25 15:06:30 -08:00
caching.rb DrbStore removed from cache backends 2011-11-07 18:57:55 +04:00
deprecated.rb Partial revert of #d650b71 'Remove deprecated stuff in ActionController' 2010-09-26 02:13:48 +08:00
log_subscriber.rb Add an ExceptionWrapper that wraps an exception and provide convenience helpers. 2011-12-01 20:02:00 +01:00
metal.rb move show_detailed_exceptions? to Rescue module 2011-11-22 13:34:13 +03:00
middleware.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
railtie.rb move show_detailed_exceptions? to Rescue module 2011-11-22 13:34:13 +03:00
record_identifier.rb Update AC::RecordIdentifier example 2011-10-15 11:34:33 +04:00
test_case.rb Merge pull request #3193 from avakhov/patch-ac-test-case-safe-constantize 2011-10-03 02:10:40 -07:00