aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Make assertions in integration sessions proxy to the test instance (only for ...Jamis Buck2006-03-101-0/+3
* make sure nil @session doesn't mess up wsod stacktracesJamis Buck2006-03-101-1/+1
* Update to latest script.aculo.us trunk, fixes possible issue with Effect.Appe...Thomas Fuchs2006-03-091-3/+6
* Move methods from TestResponse into a module, so they can be shared with resp...Jamis Buck2006-03-092-1/+12
* Integration test's url_for now runs in the context of the last request (if an...Tobias Lütke2006-03-081-10/+5
* Fix problem with unloaded ARStore sessions being loaded when they are garbage...Jamis Buck2006-03-081-9/+14
* Re-added mixed-in helper methods for the JavascriptGenerator. Moved Javascri...Rick Olson2006-03-081-260/+294
* remove explicit Builder requireRick Olson2006-03-081-2/+0
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-085-580/+0
* make integration testing not interfere with command-line regex test filtersJamis Buck2006-03-071-2/+10
* Make IntegrationTest refer to superclass properties using copy-on-writeJamis Buck2006-03-071-0/+31
* Proper options for XmlSimpleDavid Heinemeier Hansson2006-03-072-2/+1
* more integration tweaksJamis Buck2006-03-071-8/+37
* XmlSimple _should_ be the default since XmlNode is not compatible with regula...David Heinemeier Hansson2006-03-072-18/+20
* 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-062-1/+11
* 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-052-9/+16
* Added new infrastructure support for REST webservices.Tobias Lütke2006-03-057-44/+186
* allow RJS enum values to be passed to visual_effect() and other scriptaculous...David Heinemeier Hansson2006-03-052-9/+11
* 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-041-1/+3
* CHANGED DEFAILT: File-based sessions now have a suffix of ".rails_session" in...David Heinemeier Hansson2006-03-041-2/+2
* Fixed Effect.Appear in effects.js to work with floats in Safari (closes #3524...David Heinemeier Hansson2006-03-041-0/+10
* RJS now does enumerations, baby! (closes #3876) [Rick Olson]David Heinemeier Hansson2006-03-031-9/+99
* Fixed that default image extension was not appended when using a full URL wit...David Heinemeier Hansson2006-03-021-1/+1
* Added that page caching will only happen if the response code is less than 40...David Heinemeier Hansson2006-03-021-1/+1
* 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-281-0/+423
* Added support to AssetTagHelper#javascript_include_tag for having :defaults a...David Heinemeier Hansson2006-02-281-5/+4
* Added support for visual effects scoped queues to the visual_effect helper #3...Thomas Fuchs2006-02-271-1/+6
* Added .rxml (and any non-rhtml template, really) supportfor CaptureHelper#con...David Heinemeier Hansson2006-02-261-12/+49
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-262-4/+2
* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]Thomas Fuchs2006-02-262-7/+39
* Fixed form_for regression (closes #3962) [t.lucas@toolmantim.com]David Heinemeier Hansson2006-02-261-1/+1
* 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-261-1/+1
* The image_tag helper is not converting the options hash to symbols (closes #3...David Heinemeier Hansson2006-02-261-1/+1
* Check NameErrors and re-raise if they do not match the expected constantNicholas Seckar2006-02-221-3/+7
* Update script.aculo.us to V1.5.3 [Thomas Fuchs]Thomas Fuchs2006-02-223-31/+85
* Added various InPlaceEditor options, #3746, #3891, #3896, #3906Thomas Fuchs2006-02-211-6/+14
* Fixed that the request method would be sticky in tests (closes #3849) [lars@p...David Heinemeier Hansson2006-02-201-2/+3
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-201-1/+8
* Ensure backwards compatibility with symbolized action names for render_action...David Heinemeier Hansson2006-02-191-1/+1
* Make RJS treat symbolic action names nicely #3861 [Rick Olson]David Heinemeier Hansson2006-02-171-1/+1
* Update script.aculo.us in Rails trunk to V1.5.2Thomas Fuchs2006-02-142-14/+95
* 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-121-6/+12