aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-173-2/+4
* Correct time_zone_options_for_select docs. Closes #2892.Jeremy Kemper2005-11-162-1/+3
* Remove the unused, slow response_dump and session_dump variables from error p...Jeremy Kemper2005-11-162-2/+2
* Include QUOTED_TYPE constant in ActionPack AR assertions tests.Jeremy Kemper2005-11-161-0/+1
* fewer objects, no loop in convert_content_type. Closes #2883.Jeremy Kemper2005-11-162-6/+9
* Inline commonly-called template presence checks. Closes #2882.Jeremy Kemper2005-11-162-3/+3
* Avoid logging code if logger is nil. Closes #2881.Jeremy Kemper2005-11-162-5/+16
* Use Set instead of Array to speed up prototype helper include? calls. Closes...Jeremy Kemper2005-11-162-5/+9
* MemCache store may be given multiple addresses. Closes #2869.Jeremy Kemper2005-11-163-35/+39
* Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes...Jeremy Kemper2005-11-151-2/+2
* Handle cookie parsing irregularity for certain Nokia phones. Closes #2530.Jeremy Kemper2005-11-153-1/+15