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
2006-08-14 14:33:40 +00:00
..
cgi_ext The white space inquisition is coming for you! 2006-08-04 16:47:48 +00:00
macros Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
session Fix problem with unloaded ARStore sessions being loaded when they are garbage collected, causing problems if there were AR objects in the session. 2006-03-08 16:53:34 +00:00
templates Deprecate direct usage of @params. Update ActionView::Base for instance var deprecation. 2006-08-07 12:40:14 +00:00
vendor Added Hash.create_from_xml(string) which will create a hash from a XML string and even typecast if possible [DHH] 2006-06-16 10:07:13 +00:00
assertions.rb Fix assert_redirected_to issue with named routes for module controllers. [Rick Olson] 2006-08-13 18:31:58 +00:00
base.rb Invoke method_missing directly for hidden actions. Closes #3030. 2006-08-13 04:15:22 +00:00
benchmarking.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
caching.rb Fix typo in caching docs. 2006-08-09 15:30:43 +00:00
cgi_process.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
components.rb Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. 2006-08-07 06:11:56 +00:00
cookies.rb Fixed docs (closes #2468) 2005-10-26 13:20:46 +00:00
dependencies.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
deprecated_assertions.rb Hide the deprecated methods from the docs 2005-04-17 11:47:54 +00:00
deprecated_redirects.rb Fixed docs 2006-03-28 03:19:27 +00:00
deprecated_request_methods.rb Mime types are separated by a comma, not semicolon, in the Accept header. Also switch all internal configuration of mime types away from strings and over to Mime::Type [DHH] 2006-03-12 16:03:44 +00:00
filters.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
flash.rb Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. 2006-08-07 06:11:56 +00:00
helpers.rb Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.] 2006-04-29 20:20:22 +00:00
integration.rb r4886@ks: jeremy | 2006-07-31 00:01:55 -0700 2006-07-31 07:02:08 +00:00
layout.rb New dependencies implementation 2006-08-08 21:21:04 +00:00
mime_responds.rb Update respond_to docs to follow established naming convention 2006-08-14 14:33:40 +00:00
mime_type.rb Added ICS to extension lookup recognition [Lars Pind] 2006-07-26 16:34:49 +00:00
pagination.rb Deprecate direct usage of @params. Update ActionView::Base for instance var deprecation. 2006-08-07 12:40:14 +00:00
request.rb Restrict Request Method hacking with ?_method to POST requests. [Rick Olson] 2006-08-01 03:02:31 +00:00
rescue.rb Deprecate direct usage of @params. Update ActionView::Base for instance var deprecation. 2006-08-07 12:40:14 +00:00
resources.rb add Rdocs to map.resources 2006-08-06 16:33:22 +00:00
response.rb Add layout attribute to response object with the name of the layout that was rendered, or nil if none rendered. [Kevin Clark kevin.clark@gmail.com] 2006-05-17 07:25:36 +00:00
routing.rb Tweak RoutingError message to show option diffs, not just missing named route significant keys. [Rick Olson] 2006-08-13 18:00:08 +00:00
scaffolding.rb Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.] 2006-04-29 18:10:14 +00:00
session_management.rb Deprecation! @session and @flash will be removed after 1.2. Use the session and flash methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. 2006-08-07 06:11:56 +00:00
streaming.rb Excise the headache-prone syswrite in send_file. 2006-06-02 03:34:38 +00:00
test_process.rb Require Tempfile explicitly for TestUploadedFile due to changes in class auto loading. [Rick Olson] 2006-08-09 00:11:28 +00:00
url_rewriter.rb Add route_name_path method to generate only the path for a named routes. For example, map.person will add person_path. 2006-06-30 02:36:17 +00:00
verification.rb Deprecate direct usage of @params. Update ActionView::Base for instance var deprecation. 2006-08-07 12:40:14 +00:00