Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/base.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9242 [9242] 04/08/08 05:05:54 rick Automatically parse posted JSON content for Mime::JSON requests. [rick]
(edit) @9123 [9123] 03/28/08 21:23:28 bitsweat Inspect options hashes in RenderError message so it's actually readable. …
(edit) @8985 [8985] 03/05/08 12:12:17 pratik Remove unused ActionController::Base.template_class. Closes #10787
(edit) @8981 [8981] 03/05/08 02:03:24 pratik Moved template handlers related code from ActionView::Base to …
(edit) @8862 [8862] 02/12/08 22:42:36 nzkoz Make sure render :update support the options hash. Closes #11088
(edit) @8805 [8805] 02/06/08 04:26:40 nzkoz Introduce a Template class to ActionView. Closes #11024 [lifofifo]
(edit) @8683 [8683] 01/21/08 20:45:04 nzkoz Reapply the TemplateFinder first applied in [8669] then reverted in …
(edit) @8676 [8676] 01/19/08 06:01:57 bitsweat Revert r8669 for now, breaks Action Mailer. Reopens #10800.
(edit) @8669 [8669] 01/19/08 03:20:39 bitsweat Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
(edit) @8645 [8645] 01/16/08 01:41:31 nzkoz Ensure that the tests use the instance-level view-paths correctly. Closes …
(edit) @8633 [8633] 01/12/08 03:09:39 nzkoz don't misbehave when redirecting to nil. Closes #10272 [farleyknight]
(edit) @8577 [8577] 01/06/08 20:52:57 bitsweat Support render :text => nil. Closes #6684.
(edit) @8499 [8499] 12/28/07 05:42:12 bitsweat Ruby 1.9 compat: introduce instance_variable_names. Closes #10630
(edit) @8374 [8374] 12/10/07 23:14:47 bitsweat More Action View refactoring. Knock :erb default down a notch. Closes …
(edit) @8342 [8342] 12/09/07 22:11:37 bitsweat render :xml and :json preserve custom content types. Closes #10388.
(edit) @8335 [8335] 12/08/07 19:32:10 rick Fix DoubleRenderError message and leave out mention of returning false …
(edit) @8334 [8334] 12/08/07 19:23:03 rick Clean up some cruft around ActionController::Base#head. Closes #10417
(edit) @8316 [8316] 12/05/07 22:07:58 marcel Add example of redirect_to that uses a named route. Closes #7149
(edit) @8301 [8301] 12/05/07 18:54:41 david Fix typos (closes #10378)
(edit) @8235 [8235] 11/29/07 02:08:51 rick Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303
(edit) @8215 [8215] 11/26/07 20:57:04 marcel Minor inconsistency in description of render example. Closes #10029
(edit) @8214 [8214] 11/26/07 03:59:23 rick Add #prepend_view_path and #append_view_path instance methods on …
(edit) @8189 [8189] 11/22/07 05:48:45 bitsweat Document that the cookie store is the default session store. Mention the …
(edit) @8106 [8106] 11/06/07 23:33:40 marcel Standardize on using hyphens rather than colons to separate option names …
(edit) @8035 [8035] 10/26/07 05:45:41 rick Simplfy #view_paths implementation. ActionView templates get the exact …
(edit) @8011 [8011] 10/25/07 06:38:01 nzkoz Refactor the default rendering out to a method called default_render to …
(edit) @7999 [7999] 10/23/07 05:54:19 bitsweat Remove duplicate rjs layout check. Closes #9956 [Josh Peek]
(edit) @7905 [7905] 10/15/07 07:04:10 nzkoz Fix Json related documentation for render and the AR serializer. Closes …
(edit) @7820 [7820] 10/09/07 23:07:36 nzkoz Add :status to redirect_to allowing users to choose their own response …
(edit) @7757 [7757] 10/06/07 09:28:50 bitsweat Don't generate strings to log unless they'll actually get logged.
(edit) @7724 [7724] 10/03/07 05:47:41 rick Move ActionController::Routing.optimise_named_routes to …
(edit) @7719 [7719] 10/02/07 05:32:14 bitsweat Ruby 1.9 compat, consistent load paths
(edit) @7668 [7668] 09/28/07 15:55:45 rick Allow ability to disable request forgery protection, disable it in test …
(edit) @7666 [7666] 09/28/07 14:18:47 david Fixed spelling errors (closes #9706) [tarmo/rmm5t]
(edit) @7596 [7596] 09/23/07 18:14:44 rick Rename some RequestForgeryProtection methods. The class method is now …
(edit) @7592 [7592] 09/23/07 02:32:55 rick Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model …
(edit) @7520 [7520] 09/20/07 23:34:07 david Added that render :json will automatically call .to_json unless its being …
(edit) @7473 [7473] 09/14/07 00:25:59 bitsweat Deprecation: removed Reloadable.
(edit) @7438 [7438] 09/09/07 23:12:57 david Random hits from the style nazi
(edit) @7426 [7426] 09/09/07 18:00:55 david Removed the deprecated ActionController#Base.template_root/= methods (use …
(edit) @7415 [7415] 09/06/07 14:28:32 xal Remove deprecated named routes [pixeltrix]
(edit) @7403 [7403] 09/03/07 00:18:30 nzkoz Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]
(edit) @7331 [7331] 08/17/07 01:08:16 nzkoz Improve url_for documentation for ActionController::Base and UrlRewriter. …
(edit) @7181 [7181] 07/11/07 23:32:02 nzkoz Make sure missing template exceptions actually say which template they …
(edit) @7103 [7103] 06/23/07 17:36:13 david Docfix (closes #8518)
(edit) @6875 [6875] 05/27/07 23:48:28 bitsweat Don't prepare response when rendering a component. Closes #8493.
(edit) @6862 [6862] 05/26/07 20:07:34 bitsweat Routing: respond with 405 Method Not Allowed status when the route path …
(edit) @6821 [6821] 05/23/07 08:00:35 bitsweat Extend the view instance directly instead of mucking with anonymous …
(edit) @6820 [6820] 05/23/07 07:44:57 bitsweat Don't play with fire (anonymous class and returning block).
(edit) @6802 [6802] 05/21/07 23:01:17 bitsweat Fix filtered parameter logging with nil parameter values. Closes #8422.
(edit) @6764 [6764] 05/18/07 06:24:50 bitsweat Parse url-encoded and multipart requests ourselves instead of delegating …
(edit) @6758 [6758] 05/18/07 01:21:48 bitsweat Oops.
(edit) @6751 [6751] 05/18/07 00:36:14 bitsweat Clean up the simply_helpful merge.
(edit) @6750 [6750] 05/17/07 20:48:47 david Added url_for usage on render :location, which allows for record …
(edit) @6736 [6736] 05/15/07 06:36:34 rick Add some performance enhancements to ActionView.
(edit) @6731 [6731] 05/14/07 17:30:35 david Added record identifications to FormHelper#form_for and …
(edit) @6729 [6729] 05/12/07 21:12:31 david Removed deprecated parameters_for_method_reference concept (legacy from …
(edit) @6574 [6574] 04/24/07 18:29:37 david Added that render :xml will try to call to_xml if it can [DHH]
(edit) @6572 [6572] 04/24/07 17:52:03 david Added :location option to render so that the common pattern of rendering a …
(edit) @6560 [6560] 04/24/07 04:12:47 bitsweat Stringify rendered text unless it's a Proc object for streaming.
(edit) @6547 [6547] 04/21/07 14:15:59 david Ensure that render_text only adds string content to the body of the …
(edit) @6517 [6517] 04/12/07 20:25:32 rick The default respond_to blocks don't set a specific extension anymore, so …
(edit) @6499 [6499] 04/02/07 00:02:11 rick Change ActionView template defaults. Look for templates using the request …
(edit) @6435 [6435] 03/16/07 13:55:36 bitsweat Revert [6430] since the test is faulty. References #7837, closes #7842.
(edit) @6430 [6430] 03/16/07 05:21:19 bitsweat Undeprecate redirect_to with Hash argument and additional url_for …
(edit) @6412 [6412] 03/13/07 05:44:18 bitsweat Deprecation: remove deprecated url_for(:symbol, *args) and …
(edit) @6404 [6404] 03/13/07 05:06:41 bitsweat Deprecation: privatize deprecated render_partial and …
(edit) @6399 [6399] 03/13/07 03:49:52 bitsweat Deprecation: remove deprecated instance variables.
(edit) @6302 [6302] 03/03/07 22:19:54 david Added user/password options for url_for to add http authentication in a …
(edit) @6253 [6253] 02/27/07 06:36:25 bitsweat session_enabled? works with session :off. Closes #6680.
(edit) @6178 [6178] 02/20/07 22:09:12 david Added .erb and .builder as preferred aliases to the now deprecated .rhtml …
(edit) @6165 [6165] 02/19/07 00:27:19 david Move etagging down to response, so renders with layouts dont screw it up …
(edit) @6164 [6164] 02/18/07 23:54:20 david Added caching option to AssetTagHelper#stylesheet_link_tag and …
(edit) @6163 [6163] 02/18/07 16:32:05 david Allow people to set their own etags, if they want more control over the …
(edit) @6160 [6160] 02/18/07 00:47:18 bitsweat Etagging ignores appended and block responses.
(edit) @6158 [6158] 02/17/07 18:16:44 david Added that rendering will automatically insert the etag header on 200 OK …
(edit) @6125 [6125] 02/04/07 22:27:45 rick Fix issue with deprecation messing up #template_root= usage. Add …
(edit) @6120 [6120] 02/04/07 20:47:05 rick Allow Controllers to have multiple view_paths instead of a single …
(edit) @5927 [5927] 01/14/07 13:57:44 bitsweat Allow exempt_from_layout :rhtml. References #6742, closes #7026.
(edit) @5697 [5697] 12/06/06 23:16:25 bitsweat Remove unrelated render :yaml changes. References #4185.
(edit) @5694 [5694] 12/06/06 22:27:08 bitsweat respond_to recognizes JSON. render :json => @person.to_json automatically …
(edit) @5635 [5635] 11/26/06 05:35:53 bitsweat Use Location rather than location header.
(edit) @5626 [5626] 11/25/06 19:29:10 david Dont set default charset if the response is sending a file. Closes #6689
(edit) @5591 [5591] 11/20/06 11:03:21 bitsweat Ensure render_to_string cleans up after itself when an exception is …
(edit) @5253 [5253] 10/09/06 01:26:35 bitsweat render_text may optionally append to the response body. render_javascript …
(edit) @5221 [5221] 10/02/06 22:36:02 bitsweat add response to list of deprecated instance variables
(edit) @5207 [5207] 09/29/06 08:26:45 bitsweat Deprecate @response
(edit) @5206 [5206] 09/29/06 08:12:16 bitsweat Deprecate @headers
(edit) @5205 [5205] 09/29/06 08:04:39 bitsweat Deprecate @cookies
(edit) @5201 [5201] 09/29/06 07:34:02 bitsweat Deprecation: @request will be removed after 1.2. Use the request method …
(edit) @5200 [5200] 09/28/06 19:32:40 minam modify head so that you can specify a bare status code as the first …
(edit) @5199 [5199] 09/28/06 19:13:55 minam Add ActionController::Base#head for rendering empty responses. Add support …
(edit) @5129 [5129] 09/17/06 16:20:32 david Added proper getters and setters for content type and charset [DHH] Added …
(edit) @5126 [5126] 09/16/06 01:31:17 bitsweat Declare file extensions exempt from layouts. Closes #6219.
(edit) @4988 [4988] 09/04/06 16:47:48 david Doc fix (closes #6023)
(edit) @4975 [4975] 09/04/06 05:24:08 david Dont raise deprecation warning on render :action => "stuff"
(edit) @4969 [4969] 09/04/06 04:58:08 bitsweat silence deprecation warnings. cosmetics.
(edit) @4965 [4965] 09/04/06 03:36:13 bitsweat pass caller to deprecation warning
(edit) @4952 [4952] 09/03/06 23:22:24 david Added deprecation language for in_place_editor and auto_complete_field …
(edit) @4947 [4947] 09/03/06 23:02:56 david Deprecated old render parameter calls
Note: See TracRevisionLog for help on using the revision log.