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
Keenan Brock ba924a514b Give authentication methods the ability to customize response message.
Digest allowed the messages.
Add the same feature to basic and token
2015-05-03 22:21:19 -04:00
..
caching Merge pull request #14137 from dasch/better-fragment-cache-instrumentation 2014-05-14 20:04:43 -03:00
metal Give authentication methods the ability to customize response message. 2015-05-03 22:21:19 -04:00
railties Simplify helpers handling. Ensure Metal can run AC hooks. 2012-03-15 08:48:38 +01:00
base.rb Override default form builder for a controller 2015-04-13 23:43:34 -04:00
caching.rb [ci skip] correct default cache store class 2014-08-13 18:56:03 +05:30
form_builder.rb remove extra = in form builder example [ci skip] 2015-04-15 23:06:01 +09:00
log_subscriber.rb Don't convert empty arrays to nils when deep munging params 2014-12-15 14:51:07 +00:00
metal.rb Add ActionController::Metal#set_request! 2015-01-21 23:53:38 +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 Merge pull request #15933 from rafael/master 2014-06-27 18:16:52 -03:00
renderer.rb Speed up normalize_keys by removing dup step. 2015-01-22 17:35:19 +01:00
test_case.rb Use args instead of *args in kwargs_request? method 2015-05-02 09:31:03 -04:00