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
2005-05-14 08:36:19 +00:00
..
cgi_ext Added support for POST data in form of YAML or XML, which is controller through the POST_DATA_MARSHAL header 2005-05-14 08:36:19 +00:00
session Changed ActiveRecordStore to use Marshal instead of YAML as the latter proved troublesome in persisting circular dependencies. Updating existing applications MUST clear their existing session table from data to start using this updated store #739 [Jamis Buck] 2005-03-06 23:34:03 +00:00
templates Removed dumping of template assigns on the rescue page as it would very easily include a ton of data making page loads take seconds (and the information was rarely helpful) #1222 2005-04-30 08:19:14 +00:00
vendor Added support for POST data in form of YAML or XML, which is controller through the POST_DATA_MARSHAL header 2005-05-14 08:36:19 +00:00
assertions.rb Added functionality to assert_tag, so you can now do tests on the siblings of a node, to assert that some element comes before or after the element in question, or just to assert that some element exists as a sibling #1226 [Jamis Buck] 2005-05-06 16:42:01 +00:00
base.rb Changed RAILS_ASSET_HOST to become ActionController::Base.asset_host 2005-05-06 05:10:36 +00:00
benchmarking.rb Fixed that rendering a template would require a connection to the database #1146 2005-04-19 09:57:15 +00:00
caching.rb Added better error handling for regexp caching expiration 2005-05-06 05:09:01 +00:00
cgi_process.rb Added support for POST data in form of YAML or XML, which is controller through the POST_DATA_MARSHAL header 2005-05-14 08:36:19 +00:00
components.rb Params for components should treat string and symbol keys indifferently 2005-03-11 01:55:18 +00:00
cookies.rb Added that deleting a cookie should not just set it to an empty string but also instantly expire it #1118 [todd@robotcoop.com] 2005-04-17 07:18:39 +00:00
dependencies.rb Fixed that MissingSourceFile's wasn't properly detected in production mode #925 [Nicholas Seckar] 2005-03-25 09:07:01 +00:00
deprecated_assertions.rb Hide the deprecated methods from the docs 2005-04-17 11:47:54 +00:00
filters.rb Added conditions to around_filters just like before_filter and after_filter 2005-04-27 06:42:12 +00:00
flash.rb Deprecated the majority of all the testing assertions and replaced them with a much smaller core and access to all the collections the old assertions relied on. That way the regular test/unit assertions can be used against these. Added documentation about how to use it all. 2005-04-17 11:38:01 +00:00
helpers.rb Fixed that MissingSourceFile's wasn't properly detected in production mode #925 [Nicholas Seckar] 2005-03-25 09:07:01 +00:00
layout.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00
pagination.rb Fixed pagination to work with joins #1034 [scott@sigkill.org] 2005-04-13 05:40:22 +00:00
request.rb Added support for POST data in form of YAML or XML, which is controller through the POST_DATA_MARSHAL header 2005-05-14 08:36:19 +00:00
rescue.rb Tweaked the rescue with breakpoint, still not perfect 2005-03-23 12:03:30 +00:00
response.rb Added "short hypertext note with a hyperlink to the new URI(s)" to redirects to fulfill compliance with RFC 2616 (HTTP/1.1) section 10.3.3 #397 [Tim Bates] 2004-12-31 17:07:20 +00:00
routing.rb Fixed that *rest parameter in map.connect couldn't accept an empty list #1037 [Dee.Zsombor@gmail.com] 2005-04-13 05:35:51 +00:00
scaffolding.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00
session.rb Forgot to include the new session module 2004-12-22 14:30:29 +00:00
test_process.rb Added xml_http_request/xhr method for simulating XMLHttpRequest in functional tests #1151 [Sam Stephenson] 2005-04-19 16:34:44 +00:00
url_rewriter.rb Fixed page caching for non-vhost applications living underneath the root #1004 [Ben Schumacher] 2005-04-17 14:10:24 +00:00
verification.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00