aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fix assert_redirected_to so it works with symbolsJamis Buck2006-03-202-5/+20
* Turn RJS debugging on by default and show the source code when an exception i...David Heinemeier Hansson2006-03-201-2/+3
* Comments, commentsDavid Heinemeier Hansson2006-03-201-0/+3
* My beautiful eyes [DHH]David Heinemeier Hansson2006-03-202-3/+3
* Updated Kernel#returning for the AP performance patch [DHH]David Heinemeier Hansson2006-03-201-1/+1
* fix usage of #returning in ActionController::BaseRick Olson2006-03-201-1/+1
* Performance speedup for ActionController (closes #4174) [Stefan Kaes] Include...David Heinemeier Hansson2006-03-207-77/+79
* Added option to String#camelize to generate lower-cased camel case by passing...David Heinemeier Hansson2006-03-201-2/+2
* Add :script option to in_place_editor to support evalScripts (closes #4194) [...Rick Olson2006-03-193-0/+11
* Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...Rick Olson2006-03-193-2/+17
* Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...Nicholas Seckar2006-03-193-2/+7
* If RAW_POST_DATA was set explicitly, use that (closes #4281)David Heinemeier Hansson2006-03-191-6/+10
* Added nicer message for assert_redirected_to (closes #4294) [court3nay, Chris...Rick Olson2006-03-193-2/+29
* Change url_for to escape the resulting URLs when called from a view. Closes #...Nicholas Seckar2006-03-183-19/+31
* Added test for Accept header for xml_http_request calls in functional tests (...David Heinemeier Hansson2006-03-181-1/+9
* Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...David Heinemeier Hansson2006-03-187-29/+37
* Added easy support for testing file uploads with fixture_file_upload (closes ...David Heinemeier Hansson2006-03-184-0/+75
* Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr...David Heinemeier Hansson2006-03-182-1/+3
* Make sure xml_simple requests don't blow up if an empty request body is recievedJamis Buck2006-03-182-5/+12
* fix broken respond_to testJamis Buck2006-03-184-1/+4
* Add ability for relative_url_root to be specified via an environment variable...Nicholas Seckar2006-03-183-2/+26
* Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ...David Heinemeier Hansson2006-03-183-3/+5
* Just use a normal update on the indifferent hashDavid Heinemeier Hansson2006-03-181-1/+1
* Added :function option to PrototypeHelper#observe_field/observe_form that all...David Heinemeier Hansson2006-03-183-2/+16
* Add Integration::Session.accept for setting the HTTP Accept header to use (de...Jamis Buck2006-03-181-1/+6
* rename 'integration_test.rb' -> 'integration.rb'Jamis Buck2006-03-181-0/+0
* Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]David Heinemeier Hansson2006-03-182-2/+22
* Add a test to make sure basic XML entities get unescaped properlyJamis Buck2006-03-181-0/+8
* Make Mime::Type.parse consider q values (if any)Jamis Buck2006-03-183-13/+93
* XML-formatted requests are typecast according to "type" attributes for :xml_s...Jamis Buck2006-03-183-2/+98
* Added access to remote_addr in integration tests (closes #4266) [Chad Fowler]David Heinemeier Hansson2006-03-181-7/+8
* Be sure to look at array elements when dasherizing keys of a formatted requestJamis Buck2006-03-171-9/+11
* trivial documentation patch for #pagination_links [Francois Beausoleil] close...Rick Olson2006-03-161-1/+1
* Fixed proxy support for lighttpd (closes #3267) [stephen_purcell@yahoo.com]David Heinemeier Hansson2006-03-162-15/+38
* Explain thyselfNicholas Seckar2006-03-161-0/+1
* Added protection against proxy setups treating requests as local even when th...David Heinemeier Hansson2006-03-162-1/+3
* Added TestRequest#raw_post that simulate raw_post from CgiRequest (closes #30...David Heinemeier Hansson2006-03-163-0/+29
* Dots in template path should not trip up rendering (closes #4244) [lmarlow@ya...David Heinemeier Hansson2006-03-163-3/+29
* Breakpoints in running code makes for no fun ;)David Heinemeier Hansson2006-03-161-1/+0
* Fixes a bug in routes controller traversing which caused it to fail on for do...Tobias Lütke2006-03-151-2/+3
* Underscore dasherized keys in formatted requestsJamis Buck2006-03-154-5/+44
* Add MimeResponds::Responder#any for managing multiple types with identical re...Jamis Buck2006-03-153-0/+27
* use "mime_type" instead of "format"Jamis Buck2006-03-151-1/+1
* Fix Mime::Type#to_sym to do @string.to_sym. Add text/yaml as alias for Mime::...Jamis Buck2006-03-151-3/+5
* Make the xml_http_request testing method set the HTTP_ACCEPT headerJamis Buck2006-03-142-0/+4
* Add verification to scaffolds (generated and reflection based). Require POST...Michael Koziarski2006-03-143-1/+8
* Simplify controller_pathNicholas Seckar2006-03-133-10/+27
* Always use application/xml, then the charset is determined by the XML docDavid Heinemeier Hansson2006-03-131-1/+1
* The mere existance of a rjs file shouldnt cause the layout to disappear. Made...David Heinemeier Hansson2006-03-131-1/+1
* The mere existance of a rjs file shouldnt cause the layout to disappear. Made...David Heinemeier Hansson2006-03-132-3/+14