aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.Sam Stephenson2007-10-165-1643/+2648
* 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-163-1/+12
* Improve the error message for assert_redirected_to. Closes #7337 [mikong, san...Jeremy Kemper2007-10-162-5/+4
* Test link_to 'back', :backJeremy Kemper2007-10-161-0/+10
* 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-152-73/+796
* Enhance documentation for observe_field. Closes #9808 [RubyRedRick, danger]Michael Koziarski2007-10-151-1/+10
* Expand Routes::DynamicSegment test coverage. Closes #7122 [Kevin Clark]Jeremy Kemper2007-10-151-0/+22
* Skip memcache tests unless it's installedJeremy Kemper2007-10-152-8/+12
* Wrap test with uses_mochaJeremy Kemper2007-10-141-2/+4
* Memcached sessions: add session data on initialization; don't silently discar...Jeremy Kemper2007-10-143-15/+188
* non-executableJeremy Kemper2007-10-142-0/+0
* error_messages_for also takes :message and :header_message options which defa...Jeremy Kemper2007-10-143-12/+24
* 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-133-7/+82
* Update versions here tooDavid Heinemeier Hansson2007-10-122-2/+2
* 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-105-530/+564
* rescue_from accepts :with => lambda { |exception| ... } or a normal block. Cl...Jeremy Kemper2007-10-103-4/+68
* Add :status to redirect_to allowing users to choose their own response code w...Michael Koziarski2007-10-094-10/+105
* 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 tests for [7727]. Closes #6090 [dkubb, mpalmer, tarmo]Jeremy Kemper2007-10-081-0/+15
* Add link_to :back which uses your referrer with a fallback to a javascript li...Michael Koziarski2007-10-083-4/+24
* error_messages_for and friends also work with local variables. Closes #9699.Jeremy Kemper2007-10-075-6/+64
* Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...Jeremy Kemper2007-10-075-1/+24
* 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-062-59/+79
* Rewind stdin if possible after multipart parsing.Jeremy Kemper2007-10-062-1/+4
* Don't generate strings to log unless they'll actually get logged.Jeremy Kemper2007-10-061-1/+1
* TypoJeremy Kemper2007-10-061-1/+1
* Move misplaced CHANGELOG entryJeremy Kemper2007-10-061-0/+2
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-052-4/+4
* 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-033-1/+4
* Move ActionController::Routing.optimise_named_routes to ActionController::Bas...Rick Olson2007-10-036-17/+28
* Merge session fixation fixes from stableMichael Koziarski2007-10-022-4/+16
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-0233-170/+193
* Fixed that render template did not honor exempt_from_layout (closes #9698) [p...David Heinemeier Hansson2007-09-304-3/+24
* Docfix (closes #9740) [chuyeow]David Heinemeier Hansson2007-09-301-5/+4
* Fixed JSON encoding to use quoted keys according to the JSON standard (closes...David Heinemeier Hansson2007-09-301-3/+3
* UpdatedDavid Heinemeier Hansson2007-09-291-1/+600
* Fixed that a response has to be available for that exact mime type for it to ...David Heinemeier Hansson2007-09-291-1/+1
* Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]David Heinemeier Hansson2007-09-292-4/+9
* Ensure request is present, as well as defined. [nzkoz]Michael Koziarski2007-09-291-4/+4