aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* more integration tweaksJamis Buck2006-03-071-8/+37
* XmlSimple _should_ be the default since XmlNode is not compatible with regula...David Heinemeier Hansson2006-03-073-26/+30
* A few minor tweaks to the integration testing stuffJamis Buck2006-03-071-1/+5
* Allow method chaining in RJS elements [Rick Olson]David Heinemeier Hansson2006-03-063-2/+12
* Update Prototype for beta gemsSam Stephenson2006-03-061-48/+55
* Doc fixesDavid Heinemeier Hansson2006-03-052-5/+2
* ActionController::Base.param_parsers now accept symbols. currently supported ...Tobias Lütke2006-03-053-11/+36
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-0510-46/+345
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-051-0/+6
* Fixed tests (closes #4087) [Rick Olson]David Heinemeier Hansson2006-03-052-5/+29
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-055-68/+80
* Backed out of that. PStore doesnt support suffix :(David Heinemeier Hansson2006-03-041-1/+0
* Backed out of that. PStore doesnt support suffix :(David Heinemeier Hansson2006-03-042-3/+3
* CHANGED DEFAILT: File-based sessions now have a suffix of ".rails_session" in...David Heinemeier Hansson2006-03-042-2/+4
* Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524...David Heinemeier Hansson2006-03-043-2/+16
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-032-11/+201
* Fixed that default image extension was not appended when using a full URL wit...David Heinemeier Hansson2006-03-023-2/+5
* Added that page caching will only happen if the response code is less than 40...David Heinemeier Hansson2006-03-022-1/+3
* restore elided TestProcess#assigns methodJamis Buck2006-03-011-6/+7
* Make TestProcess methods public for access via Integration::Session. Make ret...Jamis Buck2006-03-012-115/+112
* Add ActionController::IntegrationTest to allow high-level testing of the way ...Jamis Buck2006-02-282-0/+425
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-284-10/+13
* Added support for visual effects scoped queues to the visual_effect helper #3...Thomas Fuchs2006-02-273-1/+14
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-266-13/+92
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-264-57/+41
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-264-7/+71
* Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com]David Heinemeier Hansson2006-02-262-1/+20
* Fixed testsDavid Heinemeier Hansson2006-02-261-2/+2
* mail_to shouldnt include language attribute in script tag #3364 [donald.piret...David Heinemeier Hansson2006-02-261-1/+1
* Fixed that form elements would strip the trailing [] from the first parameter...David Heinemeier Hansson2006-02-263-1/+10
* The image_tag helper is not converting the options hash to symbols (closes #3...David Heinemeier Hansson2006-02-262-1/+3
* Fixed rdoc.options use all over (closes #3639) [andy@tinnedfruit.org]David Heinemeier Hansson2006-02-261-1/+1
* Check NameErrors and re-raise if they do not match the expected constantNicholas Seckar2006-02-222-3/+9
* Update script.aculo.us to V1.5.3 [Thomas Fuchs]Thomas Fuchs2006-02-224-31/+87
* Added various InPlaceEditor options, #3746, #3891, #3896, #3906Thomas Fuchs2006-02-213-6/+54
* Fixed that the request method would be sticky in tests (closes #3849) [lars@p...David Heinemeier Hansson2006-02-202-2/+9
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-203-3/+27
* Ensure backwards compatibility with symbolized action names for render_action...David Heinemeier Hansson2006-02-192-2/+11
* Make RJS treat symbolic action names nicely #3861 [Rick Olson]David Heinemeier Hansson2006-02-172-1/+10
* Update script.aculo.us in Rails trunk to V1.5.2Thomas Fuchs2006-02-143-14/+97
* Refactor the Javascript proxy into a hierarchy for element/collection [DHH]David Heinemeier Hansson2006-02-141-11/+31
* Use real assigns instead of a method call [DHH]David Heinemeier Hansson2006-02-122-7/+13
* replace_element was renamed replace [DHH]David Heinemeier Hansson2006-02-123-3/+3
* Wups, committed too muchDavid Heinemeier Hansson2006-02-121-14/+16
* Also support replace and replace_html and some refactoring in JavaScriptEleme...David Heinemeier Hansson2006-02-123-31/+55
* Added element and collection proxies to RJS [DHH]David Heinemeier Hansson2006-02-123-1/+73
* The session should be saved even if the filter chain is stoppedDavid Heinemeier Hansson2006-02-121-1/+5
* Modernize flash testsDavid Heinemeier Hansson2006-02-121-41/+26
* Fixed that flash wasnt being cleared after components refactoring yesterdayDavid Heinemeier Hansson2006-02-121-1/+1
* Flash shouldnt depend on components either [DHH]David Heinemeier Hansson2006-02-122-14/+40