aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deept...David Heinemeier Hansson2006-04-011-1/+1
* Applied Prototype $() performance patches (#4465, #4477) and updated script.a...Thomas Fuchs2006-04-013-75/+302
* Make asset timestamping safe to use on assets that don't existJamis Buck2006-03-301-1/+1
* Skip complete URLsDavid Heinemeier Hansson2006-03-291-1/+1
* Added automated timestamping to AssetTagHelper methods for stylesheets, javas...David Heinemeier Hansson2006-03-291-5/+16
* Made ready for releaseDavid Heinemeier Hansson2006-03-281-2/+2
* Add documentation for respond_toMarcel Molina2006-03-281-0/+87
* Fixed docsDavid Heinemeier Hansson2006-03-2811-35/+32
* Spell existence properly (closes #4442)David Heinemeier Hansson2006-03-271-2/+2
* Fixed require of bluecloth and redcloth when gems haven't been loaded (closes...David Heinemeier Hansson2006-03-271-2/+2
* Speedup for sortable with handles initialization in rails trunk tooThomas Fuchs2006-03-272-4/+5
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-271-5/+31
* add the TestCase.fixture_path when testing file uploadsRick Olson2006-03-271-1/+1
* ActionView: Allow to register a Template handler with a Symbol (dont kill mar...David Heinemeier Hansson2006-03-261-1/+1
* effects.js and controls.js fixesThomas Fuchs2006-03-262-4/+5
* finish form_for change, allow hash as the second param: form_for :post, :url ...Rick Olson2006-03-261-3/+6
* Change #form_for and #fields_for so that the second argument is not required ...Rick Olson2006-03-261-2/+2
* Update to script.aculo.us 1.6Thomas Fuchs2006-03-262-180/+248
* Use example.com as standard (closes #4413) [anna]David Heinemeier Hansson2006-03-251-2/+2
* Enable application/x-yaml processing by defaultJamis Buck2006-03-251-6/+7
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-222-3/+15
* Fix assert_redirected_to so it works with symbolsJamis Buck2006-03-201-2/+2
* 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-191-0/+2
* Fix mixed case enumerable methods in the JavaScript Collection Proxy (closes ...Rick Olson2006-03-191-2/+2
* Undo accidental escaping for mail_to; add regression test. Fix incorrect cred...Nicholas Seckar2006-03-191-1/+0
* 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-191-2/+3
* Change url_for to escape the resulting URLs when called from a view. Closes #...Nicholas Seckar2006-03-181-8/+8
* Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...David Heinemeier Hansson2006-03-182-12/+6
* Added easy support for testing file uploads with fixture_file_upload (closes ...David Heinemeier Hansson2006-03-181-0/+43
* Fixed UrlHelper#current_page? to behave even when url-escaped entities are pr...David Heinemeier Hansson2006-03-181-1/+1
* Make sure xml_simple requests don't blow up if an empty request body is recievedJamis Buck2006-03-181-5/+6
* Add ability for relative_url_root to be specified via an environment variable...Nicholas Seckar2006-03-181-2/+11
* Fixed link_to "somewhere", :post => true to produce valid XHTML by using the ...David Heinemeier Hansson2006-03-181-1/+1
* 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-181-2/+4
* 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-181-2/+4
* Make Mime::Type.parse consider q values (if any)Jamis Buck2006-03-181-13/+67
* XML-formatted requests are typecast according to "type" attributes for :xml_s...Jamis Buck2006-03-181-1/+43
* 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