aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Request profilerJeremy Kemper2007-10-251-0/+167
* Refactor the default rendering out to a method called default_render to provi...Michael Koziarski2007-10-251-5/+9
* Remove unnecessary returns from builtin filters since render/return is now su...Jeremy Kemper2007-10-243-8/+1
* Disabled checkboxes don't submit a form value. Closes #9301.Jeremy Kemper2007-10-231-1/+1
* Some mime type refactoring. Closes #9957 [Josh Peek]Jeremy Kemper2007-10-233-22/+11
* Remove duplicate rjs layout check. Closes #9956 [Josh Peek]Jeremy Kemper2007-10-231-1/+1
* request.parameters doesn't overwrite request.request_parameters. Closes #9949...Jeremy Kemper2007-10-221-1/+1
* Changed before_filter halting to happen automatically on render or redirect b...David Heinemeier Hansson2007-10-211-19/+28
* Ensure that cookies handle array values correctly. Closes #9937 [queso]Rick Olson2007-10-201-1/+4
* Remove more potential clashes with asset methods and resource routes. Closes...Michael Koziarski2007-10-191-4/+6
* Rename image_path path_to_image to avoid conflicting with named routes. Clos...Michael Koziarski2007-10-192-2/+3
* Use SecureRandom to generate unique ids, if available.Jeremy Kemper2007-10-181-12/+22
* caches_page uses a single after_filter instead of one per action. Closes #9891.Jeremy Kemper2007-10-161-3/+2
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.Sam Stephenson2007-10-164-1643/+2646
* More Performant Cookie Regexp for Integration tests. [Ola Bini]Michael Koziarski2007-10-161-1/+1
* Dispatcher: fix that to_prepare should only run once in production. Closes #9...Jeremy Kemper2007-10-161-1/+2
* Improve the error message for assert_redirected_to. Closes #7337 [mikong, san...Jeremy Kemper2007-10-161-3/+2
* Fix silent failure of rxml templates. Closes #9879.Jeremy Kemper2007-10-151-1/+2
* Fix Json related documentation for render and the AR serializer. Closes #9814...Michael Koziarski2007-10-152-6/+12
* Sync country_select with ISO 3166 long names. Closes #6872 [abhay, mikong, r...Michael Koziarski2007-10-151-52/+45
* Enhance documentation for observe_field. Closes #9808 [RubyRedRick, danger]Michael Koziarski2007-10-151-1/+10
* Memcached sessions: add session data on initialization; don't silently discar...Jeremy Kemper2007-10-141-15/+8
* error_messages_for also takes :message and :header_message options which defa...Jeremy Kemper2007-10-141-12/+14
* Missed post_via_redirect. References #6834Michael Koziarski2007-10-131-1/+1
* Define get_via_redirect as well. Closes #6834 [colthorp]Michael Koziarski2007-10-131-1/+2
* Make sure that custom inflections are picked up by map.resources by triggerin...Michael Koziarski2007-10-131-7/+20
* Update versions here tooDavid Heinemeier Hansson2007-10-121-1/+1
* JavaScriptVariableProxy#to_json ignores the options argJeremy Kemper2007-10-111-1/+1
* Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Change...David Heinemeier Hansson2007-10-102-308/+326
* rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...Jeremy Kemper2007-10-101-4/+7
* Add :status to redirect_to allowing users to choose their own response code w...Michael Koziarski2007-10-092-10/+25
* form_for example for namespaced routes. Closes #9769 [sjgman9]Michael Koziarski2007-10-081-0/+6
* 1 years -> 1 yearJeremy Kemper2007-10-081-1/+1
* Add link_to :back which uses your referrer with a fallback to a javascript li...Michael Koziarski2007-10-081-3/+11
* error_messages_for and friends also work with local variables. Closes #9699.Jeremy Kemper2007-10-072-5/+21
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...Jeremy Kemper2007-10-072-1/+5
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+1
* BlankSlate -> BasicObjectJeremy Kemper2007-10-071-1/+1
* Use StringIO and Tempfile subclasses instead of defining singleton methods on...Jeremy Kemper2007-10-061-47/+59
* Rewind stdin if possible after multipart parsing.Jeremy Kemper2007-10-061-0/+1
* Don't generate strings to log unless they'll actually get logged.Jeremy Kemper2007-10-061-1/+1
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-051-2/+2
* Move #query_string to AbstractRequestJeremy Kemper2007-10-032-3/+10
* rescue LoadError if memcache isn't available while loading the MemCache fragm...Rick Olson2007-10-031-0/+4
* Use #require_library_or_gem to load the memcache library for the MemCache ses...Rick Olson2007-10-032-1/+2
* Move ActionController::Routing.optimise_named_routes to ActionController::Bas...Rick Olson2007-10-033-14/+14
* Merge session fixation fixes from stableMichael Koziarski2007-10-021-4/+12
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-0224-128/+148
* Fixed that render template did not honor exempt_from_layout (closes #9698) [p...David Heinemeier Hansson2007-09-301-3/+3
* Fixed that a response has to be available for that exact mime type for it to ...David Heinemeier Hansson2007-09-291-1/+1