aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* render :xml and :json preserve custom content types. Closes #10388.Jeremy Kemper2007-12-091-2/+2
* Fix DoubleRenderError message and leave out mention of returning false from f...Rick Olson2007-12-081-1/+1
* Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]Rick Olson2007-12-081-12/+2
* Add example of redirect_to that uses a named route. Closes #7149 [stevenbristol]Marcel Molina2007-12-051-0/+1
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-6/+6
* Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [ta...Rick Olson2007-11-291-0/+2
* Minor inconsistency in description of render example. Closes #10029 [ScottSch...Marcel Molina2007-11-261-2/+2
* Add #prepend_view_path and #append_view_path instance methods on ActionContro...Rick Olson2007-11-261-3/+22
* Document that the cookie store is the default session store. Mention the memc...Jeremy Kemper2007-11-221-5/+14
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-061-5/+5
* Simplfy #view_paths implementation. ActionView templates get the exact objec...Rick Olson2007-10-261-24/+27
* Refactor the default rendering out to a method called default_render to provi...Michael Koziarski2007-10-251-5/+9
* Remove duplicate rjs layout check. Closes #9956 [Josh Peek]Jeremy Kemper2007-10-231-1/+1
* Fix Json related documentation for render and the AR serializer. Closes #9814...Michael Koziarski2007-10-151-5/+11
* Add :status to redirect_to allowing users to choose their own response code w...Michael Koziarski2007-10-091-8/+23
* Don't generate strings to log unless they'll actually get logged.Jeremy Kemper2007-10-061-1/+1
* Move ActionController::Routing.optimise_named_routes to ActionController::Bas...Rick Olson2007-10-031-1/+6
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-9/+9
* Allow ability to disable request forgery protection, disable it in test mode ...Rick Olson2007-09-281-1/+4
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-2/+2
* Rename some RequestForgeryProtection methods. The class method is now #prote...Rick Olson2007-09-231-1/+1
* Merge csrf_killer plugin into rails. Adds RequestForgeryProtection model tha...Rick Olson2007-09-231-0/+4
* Added that render :json will automatically call .to_json unless its being pas...David Heinemeier Hansson2007-09-201-0/+1
* Deprecation: removed Reloadable.Jeremy Kemper2007-09-141-2/+1
* Random hits from the style naziDavid Heinemeier Hansson2007-09-091-8/+32
* Removed the deprecated ActionController#Base.template_root/= methods (use Act...David Heinemeier Hansson2007-09-091-12/+1
* Remove deprecated named routes [pixeltrix]Tobias Lütke2007-09-061-2/+6
* Remove deprecated functionality from actionpack. Closes #8958 [lifofifo]Michael Koziarski2007-09-031-116/+56
* Improve url_for documentation for ActionController::Base and UrlRewriter. Cl...Michael Koziarski2007-08-171-9/+13
* Make sure missing template exceptions actually say which template they were l...Michael Koziarski2007-07-111-2/+3
* Docfix (closes #8518)David Heinemeier Hansson2007-06-231-0/+4
* Don't prepare response when rendering a component. Closes #8493.Jeremy Kemper2007-05-271-1/+1
* Routing: respond with 405 Method Not Allowed status when the route path match...Jeremy Kemper2007-05-261-0/+18
* Extend the view instance directly instead of mucking with anonymous subclasses.Jeremy Kemper2007-05-231-10/+2
* Don't play with fire (anonymous class and returning block).Jeremy Kemper2007-05-231-5/+6
* Fix filtered parameter logging with nil parameter values. Closes #8422.Jeremy Kemper2007-05-211-1/+2
* Parse url-encoded and multipart requests ourselves instead of delegating to CGI.Jeremy Kemper2007-05-181-1/+3
* Oops.Jeremy Kemper2007-05-181-0/+4
* Clean up the simply_helpful merge.Jeremy Kemper2007-05-181-2/+1
* Added url_for usage on render :location, which allows for record identificati...David Heinemeier Hansson2007-05-171-1/+1
* Add some performance enhancements to ActionView.Rick Olson2007-05-151-2/+2
* Added record identifications to FormHelper#form_for and PrototypeHelper#remot...David Heinemeier Hansson2007-05-141-0/+2
* Removed deprecated parameters_for_method_reference concept (legacy from befor...David Heinemeier Hansson2007-05-121-10/+4
* Added that render :xml will try to call to_xml if it can [DHH]David Heinemeier Hansson2007-04-241-1/+1
* Added :location option to render so that the common pattern of rendering a re...David Heinemeier Hansson2007-04-241-8/+7
* Stringify rendered text unless it's a Proc object for streaming.Jeremy Kemper2007-04-241-1/+1
* Ensure that render_text only adds string content to the body of the response ...David Heinemeier Hansson2007-04-211-2/+2
* The default respond_to blocks don't set a specific extension anymore, so that...Rick Olson2007-04-121-1/+1
* Change ActionView template defaults. Look for templates using the request fo...Rick Olson2007-04-021-1/+1
* Revert [6430] since the test is faulty. References #7837, closes #7842.Jeremy Kemper2007-03-161-1/+1