rails--rails/actionpack/lib/action_controller
David Heinemeier Hansson b4fe4daa84 Fixed assert_redirected_to to work with :only_path => false #1204 [Alisdair McDiarmid]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1251 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-04-30 08:34:02 +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 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/html-scanner/html Fixed documentation and prepared for release of 0.12 2005-04-18 20:10:11 +00:00
assertions.rb Fixed assert_redirected_to to work with :only_path => false #1204 [Alisdair McDiarmid] 2005-04-30 08:34:02 +00:00
base.rb Fixed render_partial_collection to output an empty string instead of nil when handed an empty array #1202 [Ryan Carver] 2005-04-30 08:29:50 +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 Check definition on constant not string 2005-04-30 08:33:25 +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 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 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 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