aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Not all file systems are case sensitive. Things like 'rake gem' were failingScott Barron2006-04-071-1/+1
* Fixed that template extensions would be cached development mode #4624 [Stefan...David Heinemeier Hansson2006-04-062-10/+28
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-063-3/+3
* Update to Prototype 1.5.0_rc0Sam Stephenson2006-04-062-44/+34
* Do filter condition lookup against the actual hashMarcel Molina2006-04-061-1/+1
* Failed test for Marcel to ponderDavid Heinemeier Hansson2006-04-061-2/+10
* Honor skipping filters conditionally for only certain actions even when the p...Marcel Molina2006-04-053-1/+37
* Delegate xml_http_request in integration tests to the session instance.Jamis Buck2006-04-042-1/+3
* Update the diagnostics template skip the useless '<controller not set>' text.Nicholas Seckar2006-04-042-2/+6
* CHANGED DEFAULT: Don't parse YAML input by default, but keep it available as ...David Heinemeier Hansson2006-04-042-7/+11
* fix ruby syntax in comments for the JavascriptGenerator (closes #4577) [Rick]Rick Olson2006-04-041-1/+1
* Add additional autocompleter options [aballai, Thomas Fuchs]Thomas Fuchs2006-04-023-3/+19
* Fix rails info for when js is off (closes #4472) [erik@codefaktor.de]David Heinemeier Hansson2006-04-011-0/+1
* Fixed fragment caching of binary data on Windows (closes #4493) [bellis@deept...David Heinemeier Hansson2006-04-012-1/+3
* Applied Prototype $() performance patches (#4465, #4477) and updated script.a...Thomas Fuchs2006-04-014-75/+304
* Make asset timestamping safe to use on assets that don't existJamis Buck2006-03-301-1/+1
* Skip complete URLsDavid Heinemeier Hansson2006-03-292-1/+6
* Added automated timestamping to AssetTagHelper methods for stylesheets, javas...David Heinemeier Hansson2006-03-294-5/+45
* Made ready for releaseDavid Heinemeier Hansson2006-03-283-6/+6
* Add 1.0 marker to edge rails changelongsMarcel Molina2006-03-281-0/+4
* Add documentation for respond_toMarcel Molina2006-03-282-0/+89
* Fixed docsDavid Heinemeier Hansson2006-03-2812-37/+33
* Update descriptionDavid Heinemeier Hansson2006-03-281-5/+3
* 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-272-2/+4
* Speedup for sortable with handles initialization in rails trunk tooThomas Fuchs2006-03-272-4/+5
* Update to Prototype 1.5.0_pre1Sam Stephenson2006-03-272-5/+33
* 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-262-1/+9
* 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-263-11/+14
* Change #form_for and #fields_for so that the second argument is not required ...Rick Olson2006-03-263-3/+48
* Update to script.aculo.us 1.6Thomas Fuchs2006-03-263-180/+250
* Use example.com as standard (closes #4413) [anna]David Heinemeier Hansson2006-03-251-2/+2
* Enable application/x-yaml processing by defaultJamis Buck2006-03-252-6/+9
* Fix double url escaping of remote_function. Add :escape => false option to Ac...Nicholas Seckar2006-03-225-3/+23
* Fix testDavid Heinemeier Hansson2006-03-221-1/+1
* 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