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/abstract_controller
Rafael Mendonça França 40fa818580 Move Caching module to Abstract Controller
Abstract Controller is the common component between Action Mailer and
Action Controller so if we need to share the caching component it need
to be there.
2016-02-23 21:11:15 -03:00
..
caching Move Caching module to Abstract Controller 2016-02-23 21:11:15 -03:00
railties
asset_paths.rb
base.rb Add missing punctuation mark [ci skip] 2015-11-18 08:22:16 +05:30
caching.rb Move Caching module to Abstract Controller 2016-02-23 21:11:15 -03:00
callbacks.rb Deprecate passing string to define callback. 2015-12-16 19:56:20 +09:00
collector.rb Use Mime[:foo] instead of Mime::Type[:FOO] for back compat 2015-10-06 11:29:30 -07:00
helpers.rb Freeze string literals when not mutated. 2015-07-19 17:45:10 -05:00
logger.rb
rendering.rb fix permitted? conditional for render calls 2016-01-26 18:00:49 -08:00
translation.rb
url_for.rb