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-06-10 12:21:25 +00:00
..
cgi_ext Arrays sent via multipart posts are converted to strings #1032 [dj@omelia.org] 2005-06-10 12:21:25 +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 CSS needs "red" not #red 2005-06-06 09:48:48 +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 Fixed assert_redirect_to to work with redirect_to_path #869 [Nicholas Seckar] 2005-05-19 19:19:58 +00:00
base.rb render(:action) and render() are the only two render calls to use a layout by default. All others default to :layout => false. Also, allow :layout => true to be a synonym for :layout => nil. 2005-06-01 13:39:58 +00:00
benchmarking.rb Make sure the benchmarking render method always returns the result of the render, regardless of whether logging is enabled or not. 2005-05-30 09:00:46 +00:00
caching.rb Don't die when an attempt to delete a cache fails 2005-05-30 07:05:52 +00:00
cgi_process.rb Made the post_format work with content-type 2005-05-20 18:32:04 +00:00
components.rb Params for components should treat string and symbol keys indifferently 2005-03-11 01:55:18 +00:00
cookies.rb Deprecated all render_* methods in favor of consolidating all rendering behavior in Base#render(options). This enables more natural use of combining options, such as layouts 2005-05-22 08:58:43 +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
deprecated_renders_and_redirects.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +00:00
filters.rb Faster action_exempted? #1231 [skaen] 2005-05-19 18:54:16 +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 render(:action) and render() are the only two render calls to use a layout by default. All others default to :layout => false. Also, allow :layout => true to be a synonym for :layout => nil. 2005-06-01 13:39:58 +00:00
pagination.rb Fixed pagination to work with joins #1034 [scott@sigkill.org] 2005-04-13 05:40:22 +00:00
request.rb Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_to do the right thing when passed either a path or url. Introduced r as a unified method for render (still under construction) 2005-05-22 07:43:05 +00:00
rescue.rb Added DoubleRenderError exception that'll be raised if render* is called twice #518 [Nicholas Seckar]. Fixed exceptions occuring after render has been called #1096 [Nicholas Seckar] 2005-05-21 18:51:08 +00:00
response.rb Cure some ills discovered with the refactoring 2005-05-22 11:07:09 +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
streaming.rb Deprecated all render_* methods in favor of consolidating all rendering behavior in Base#render(options). This enables more natural use of combining options, such as layouts 2005-05-22 08:58:43 +00:00
test_process.rb Fixed Request#remote_ip in testing #1251 [bitsweat] 2005-05-19 18:24:52 +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 verify with :redirect_to won't redirect if a redirect or render has already been performed #1350 2005-05-30 07:24:46 +00:00