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
2005-11-08 08:23:13 +00:00
..
action_controller Controllers with acronyms in their names (e.g. PDFController) require the correct default helper (PDFHelper in file pdf_helper.rb). Closes #2262. Do not raise an exception when default helper is missing; log a debug message instead. It's nice to delete empty helpers. 2005-11-08 08:23:13 +00:00
action_pack Made ready for 0.14.3 (RC4) 2005-11-07 19:40:27 +00:00
action_view Added request as instance method to views, so you can do <%= request.env["HTTP_REFERER"] %>, just like you can already access response, session, and the likes [DHH] 2005-11-07 13:51:56 +00:00
action_controller.rb Only attempt to require Active Support if it hasnt been already #1959 2005-09-15 05:34:59 +00:00
action_pack.rb Added action_pack.rb stub so that ActionPack::Version loads properly 2005-11-05 03:03:31 +00:00
action_view.rb Streamline render process, code cleaning. Closes #2294. 2005-09-27 16:45:39 +00:00