aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Added :select option for JavaScriptMacroHelper#auto_complete_field that makes...David Heinemeier Hansson2005-12-246-19/+61
* cosmetic change to assert_validTobias Lütke2005-12-231-1/+1
* only log session_id if @session object responds to .session_id. Tobias Lütke2005-12-221-1/+1
* Added delayed execution of Javascript from within RJS (closes #3264) [devslas...David Heinemeier Hansson2005-12-222-2/+21
* Add session ID to default logging, but remove the verbose description of ever...David Heinemeier Hansson2005-12-223-15/+3
* Fix form_for use of datetime_select and date_select as well as a few stylisti...David Heinemeier Hansson2005-12-211-4/+4
* Added toggle to compliment show and hide for RJSDavid Heinemeier Hansson2005-12-201-0/+5
* Don't try to strip out the controller name if default_action_name is nilMarcel Molina2005-12-203-2/+15
* Add additional RJS functionality: alert, redirect_to, call, assign, and <<Sam Stephenson2005-12-203-9/+60
* Documentation fixesNicholas Seckar2005-12-192-1/+3
* Don't include a layout when rendering an rjs template using render's :templat...Marcel Molina2005-12-174-2/+17
* Update trunk to scriptaculous 1.5 finalThomas Fuchs2005-12-131-0/+2
* Don't used defined? on a scoped constant since it results in a const_missing ...Jeremy Kemper2005-12-131-1/+1
* Update to Prototype 1.4.0 finalSam Stephenson2005-12-132-8/+27
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-132-1/+9
* Update to script.aculo.us 1.5.0_rc6Thomas Fuchs2005-12-123-440/+437
* Added form_remote_for [DHH]David Heinemeier Hansson2005-12-101-1/+7
* Remove insignificant classes from docsDavid Heinemeier Hansson2005-12-081-1/+1
* More robust relative url root discovery for SCGI compatibility. This solves ...Jeremy Kemper2005-12-083-1/+9
* Fixed RDoc warnings [DHH]David Heinemeier Hansson2005-12-081-1/+1
* Fix docs for text_area_tag. Closes #3083.Marcel Molina2005-12-022-1/+3
* Silence deprecation warnings for keep_flash when running tests.Marcel Molina2005-12-021-1/+1
* Change form_for and fields_for method signatures to take object name and obje...Marcel Molina2005-12-025-33/+22
* Introduce :selected option to the select helper. Allows you to specify a sel...Jeremy Kemper2005-11-233-2/+26
* Correct spelling of persistent [Stefan Kaes]. Document and eliminate warning...Jeremy Kemper2005-11-231-5/+15
* Make javascript_include_tag :default behave correctly with application.js, fi...Thomas Fuchs2005-11-221-1/+1
* Initialize @optional in routing code to avoid warningsNicholas Seckar2005-11-222-0/+3
* Make ActionController's render honor the :locals option when rendering a :fil...Sam Stephenson2005-11-225-3/+42
* FormHelper correctly passes its object through select, collection_select, cou...Jeremy Kemper2005-11-222-5/+7
* Allow assert_tag(:conditions) to match the empty string when a tag has no chi...Jamis Buck2005-11-213-2/+10
* Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis Buck]Jamis Buck2005-11-213-0/+18
* Don't put flash in session if sessions are disabled.Jeremy Kemper2005-11-212-7/+18
* Back out of 3109 for now as it seems to interfere with the flashDavid Heinemeier Hansson2005-11-211-6/+2
* Strip out trailing &_= for raw post bodies #2868Sam Stephenson2005-11-212-0/+3
* Fix grammar error in [3115]. References #2966.Jeremy Kemper2005-11-211-2/+1
* Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat...Sam Stephenson2005-11-213-6/+8
* Improve expire_fragment documentation. Closes #2966.Jeremy Kemper2005-11-212-1/+4
* Correct docs for automatic layout assignment. Closes #2610.Marcel Molina2005-11-202-1/+5
* r3209@asus: jeremy | 2005-11-20 01:04:22 -0800Jeremy Kemper2005-11-201-2/+6
* Make data writer private. Marshal/unmarshal handle nil.Jeremy Kemper2005-11-201-8/+8
* Log ActiveRecordStore debugging.Jeremy Kemper2005-11-201-0/+19
* Document request.env and request.host. Strip trailing whitespace.Jeremy Kemper2005-11-201-15/+18
* r3173@asus: jeremy | 2005-11-18 23:34:41 -0800Jeremy Kemper2005-11-204-13/+16
* Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha...Sam Stephenson2005-11-192-9/+21
* Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=...Sam Stephenson2005-11-183-3/+5
* Make rjs templates always implicitly skip out on layouts.Marcel Molina2005-11-184-9/+19
* Correct length for the truncate text helper. Closes #2913.Jeremy Kemper2005-11-183-7/+9
* Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783.Sam Stephenson2005-11-182-61/+95
* Add support for new rjs templates which wrap an update_page block.Marcel Molina2005-11-174-23/+99
* Inline a method used by render_partial. Closes #2881.Jeremy Kemper2005-11-171-9/+6