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-04-19 10:26:03 +00:00
..
cgi_ext Added graceful handling of PUT, DELETE, and OPTIONS requests for a complete coverage of REST functionality #1136 [joshknowles@gmail.com] 2005-04-18 14:15:26 +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 Fixed error handling of broken layouts #1115 [Michael Schubert] 2005-04-17 06:11:58 +00:00
vendor/html-scanner/html Fixed documentation and prepared for release of 0.12 2005-04-18 20:10:11 +00:00
assertions.rb Fixed stringification on all assigned hashes. The sacrifice is that assigns[:person] wont work in testing. Instead assigns["person"] or assigns(:person) must be used. In other words, the keys of assigns stay strings but weve added a method-based accessor to appease the need for symbols. 2005-04-19 10:26:03 +00:00
base.rb Added that render_partial called from a controller will use the action name as default #828 [Dan Peterson] 2005-04-17 09:25:54 +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 Fixed page caching for non-vhost applications living underneath the root #1004 [Ben Schumacher] 2005-04-17 14:10:24 +00:00
cgi_process.rb Added support for web servers that use PATH_INFO instead of REQUEST_URI like IIS #1014 [BradG/Nicholas Seckar] 2005-04-18 15:43:07 +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 Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +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 web servers that use PATH_INFO instead of REQUEST_URI like IIS #1014 [BradG/Nicholas Seckar] 2005-04-18 15:43:07 +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 assert_tag and assert_no_tag as a much improved alternative to the deprecated assert_template_xpath_match #1126 [Jamis Buck] 2005-04-17 16:43:48 +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