aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Replaced TemplateFinder abstraction with ViewLoadPathsJoshua Peek2008-06-171-14/+10
* Fix url_for with no arguments when default_url_options is not explicitly defi...Luke Redpath2008-06-171-2/+2
* Drop ActionController::Base.allow_concurrency flagJoshua Peek2008-06-081-7/+0
* Merge docrails.Pratik Naik2008-05-251-7/+7
* Protect #filter_parameters created by filter_parameter_logging [José Valim] ...Joshua Peek2008-05-141-25/+26
* Merge docrails:Pratik Naik2008-05-091-23/+29
* Allow ActionController::Base#default_url_options to have a default options ar...Cheah Chu Yeow2008-05-051-1/+1
* Ensure that default_url_options, if defined, are used in named routes.Cheah Chu Yeow2008-05-041-2/+2
* Improve documentation coverage and markupXavier Noria2008-05-021-6/+7
* Clarify confusing ActionController::Base.allow_concurrency flag.Jeremy Kemper2008-04-281-3/+4
* Delegate ivars to controller instead of copyingPratik Naik2008-04-211-1/+2
* Remove ActionController::Base#view_controller_internalsPratik Naik2008-04-211-24/+6
* Remove ActionController::Base#add_class_variables_to_assignsPratik Naik2008-04-211-7/+0
* Remove unused ignore_missing_templates optionPratik Naik2008-04-191-4/+1
* Move missing template logic to ActionViewPratik Naik2008-04-191-13/+0
* Introduce ActionView::InlineTemplate classPratik Naik2008-04-191-1/+1
* Allow alternative values for the 'new' and 'edit' actions in resourceful routes.Michael Koziarski2008-04-121-0/+4
* Automatically parse posted JSON content for Mime::JSON requests. [rick]Rick Olson2008-04-081-2/+3
* Inspect options hashes in RenderError message so it's actually readable. Clos...Jeremy Kemper2008-03-281-2/+2
* Remove unused ActionController::Base.template_class. Closes #10787Pratik Naik2008-03-051-8/+1
* Moved template handlers related code from ActionView::Base to ActionView::Tem...Pratik Naik2008-03-051-2/+1
* Make sure render :update support the options hash. Closes #11088 [ernesto.ji...Michael Koziarski2008-02-121-3/+5
* Introduce a Template class to ActionView. Closes #11024 [lifofifo]Michael Koziarski2008-02-061-1/+3
* Reapply the TemplateFinder first applied in [8669] then reverted in [8676]. C...Michael Koziarski2008-01-211-6/+10
* Revert r8669 for now, breaks Action Mailer. Reopens #10800.Jeremy Kemper2008-01-191-10/+6
* Introduce TemplateFinder to handle view paths and lookups. Closes #10800.Jeremy Kemper2008-01-191-6/+10
* Ensure that the tests use the instance-level view-paths correctly. Closes #1...Michael Koziarski2008-01-161-5/+5
* don't misbehave when redirecting to nil. Closes #10272 [farleyknight]Michael Koziarski2008-01-121-1/+2
* Support render :text => nil. Closes #6684.Jeremy Kemper2008-01-061-2/+2
* Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...Jeremy Kemper2007-12-281-1/+1
* More Action View refactoring. Knock :erb default down a notch. Closes #10455.Jeremy Kemper2007-12-101-1/+1
* 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