| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to Prototype 1.4.0 final | Sam Stephenson | 2005-12-13 | 1 | -8/+25 |
* | Added option inheritance for find calls on has_and_belongs_to_many and has_ma... | David Heinemeier Hansson | 2005-12-13 | 1 | -1/+7 |
* | Update to script.aculo.us 1.5.0_rc6 | Thomas Fuchs | 2005-12-12 | 2 | -440/+435 |
* | Added form_remote_for [DHH] | David Heinemeier Hansson | 2005-12-10 | 1 | -1/+7 |
* | Fix docs for text_area_tag. Closes #3083. | Marcel Molina | 2005-12-02 | 1 | -1/+1 |
* | Change form_for and fields_for method signatures to take object name and obje... | Marcel Molina | 2005-12-02 | 1 | -23/+10 |
* | Introduce :selected option to the select helper. Allows you to specify a sel... | Jeremy Kemper | 2005-11-23 | 1 | -2/+6 |
* | Make javascript_include_tag :default behave correctly with application.js, fi... | Thomas Fuchs | 2005-11-22 | 1 | -1/+1 |
* | FormHelper correctly passes its object through select, collection_select, cou... | Jeremy Kemper | 2005-11-22 | 2 | -5/+7 |
* | Pass multiple arguments to Element.show and Element.hide in JavaScriptGenerat... | Sam Stephenson | 2005-11-21 | 1 | -2/+2 |
* | r3173@asus: jeremy | 2005-11-18 23:34:41 -0800 | Jeremy Kemper | 2005-11-20 | 1 | -1/+1 |
* | Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha... | Sam Stephenson | 2005-11-19 | 1 | -9/+19 |
* | Use Element.update('id', 'html') instead of uid=501(sam) gid=501(sam) groups=... | Sam Stephenson | 2005-11-18 | 1 | -1/+1 |
* | Correct length for the truncate text helper. Closes #2913. | Jeremy Kemper | 2005-11-18 | 1 | -3/+3 |
* | Update to Prototype 1.4.0_rc3. Closes #1893, #2505, #2550, #2748, #2783. | Sam Stephenson | 2005-11-18 | 1 | -61/+93 |
* | Add support for new rjs templates which wrap an update_page block. | Marcel Molina | 2005-11-17 | 1 | -23/+66 |
* | Inline a method used by render_partial. Closes #2881. | Jeremy Kemper | 2005-11-17 | 1 | -9/+6 |
* | Correct time_zone_options_for_select docs. Closes #2892. | Jeremy Kemper | 2005-11-16 | 1 | -1/+1 |
* | Inline commonly-called template presence checks. Closes #2882. | Jeremy Kemper | 2005-11-16 | 1 | -2/+2 |
* | Avoid logging code if logger is nil. Closes #2881. | Jeremy Kemper | 2005-11-16 | 1 | -4/+15 |
* | Use Set instead of Array to speed up prototype helper include? calls. Closes... | Jeremy Kemper | 2005-11-16 | 1 | -5/+7 |
* | Remove invalid links in ActionView::Helpers::UrlHelper documentation. Closes... | Jeremy Kemper | 2005-11-15 | 1 | -2/+2 |
* | Refactored JavaScriptHelper into PrototypeHelper and ScriptaculousHelper. Ad... | Sam Stephenson | 2005-11-14 | 3 | -449/+662 |
* | Update trunk to latests script.aculo.us | Thomas Fuchs | 2005-11-14 | 3 | -109/+70 |
* | * Updated docs for in_place_editor, fixes a couple bugs and offers extended s... | Tobias Lütke | 2005-11-14 | 1 | -9/+11 |
* | Only include builtin filters whose filenames match /^[a-z][a-z_]*_helper.rb$/... | Jeremy Kemper | 2005-11-13 | 1 | -5/+4 |
* | hidden_field can also be in fields_for | David Heinemeier Hansson | 2005-11-13 | 1 | -1/+1 |
* | Make form_for work with additional options | David Heinemeier Hansson | 2005-11-13 | 1 | -1/+1 |
* | Added FormHelper#form_for and FormHelper#fields_for that makes it easier to w... | David Heinemeier Hansson | 2005-11-13 | 4 | -17/+143 |
* | options_for_select allows any objects which respond_to? :first and :last rath... | Jeremy Kemper | 2005-11-10 | 1 | -1/+1 |
* | The auto_link text helper accepts an optional block to format the link text f... | Jeremy Kemper | 2005-11-10 | 1 | -9/+30 |
* | Added request as instance method to views, so you can do <%= request.env["HTT... | David Heinemeier Hansson | 2005-11-07 | 1 | -1/+1 |
* | Fix docs (closes #2725) | David Heinemeier Hansson | 2005-11-07 | 2 | -2/+2 |
* | Change javascript_include_tag :defaults to not use script.aculo.us loader, wh... | Thomas Fuchs | 2005-11-01 | 3 | -326/+21 |
* | Added support for the queue option on visual_effect | Thomas Fuchs | 2005-10-29 | 1 | -0/+1 |
* | Update script.aculo.us to V1.5_rc4 | Thomas Fuchs | 2005-10-29 | 5 | -455/+427 |
* | Fix line number detection and escape RAILS_ROOT in backtrace Regexp | Nicholas Seckar | 2005-10-27 | 1 | -1/+2 |
* | Bump to Prototype 1.4.0_rc2 | Sam Stephenson | 2005-10-26 | 1 | -8/+8 |
* | Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT... | David Heinemeier Hansson | 2005-10-26 | 1 | -0/+22 |
* | Upgrade to Prototype 1.4.0_rc1 | Sam Stephenson | 2005-10-18 | 1 | -5/+7 |
* | Fix spelling error | Nicholas Seckar | 2005-10-17 | 1 | -1/+1 |
* | Make string-keys locals assigns optional | Nicholas Seckar | 2005-10-17 | 1 | -4/+10 |
* | Improve line number detection for template errors | Nicholas Seckar | 2005-10-16 | 1 | -1/+1 |
* | Update/clean up AP documentation (rdoc) | Jamis Buck | 2005-10-16 | 2 | -2/+9 |
* | Merge remainder of util.js into effects.js | Sam Stephenson | 2005-10-16 | 2 | -548/+290 |
* | Upgrade to Prototype 1.4.0_rc0 | Sam Stephenson | 2005-10-16 | 1 | -169/+421 |
* | Add temporary support for passing locals to render using string keys | Nicholas Seckar | 2005-10-16 | 1 | -2/+5 |
* | Clean up error pages by providing better backtraces | Nicholas Seckar | 2005-10-15 | 2 | -24/+11 |
* | Updated and clarified documentation for JavaScriptHelper to be more concise a... | Thomas Fuchs | 2005-10-15 | 1 | -6/+24 |
* | Ensure radio_button works as expected with values other than strings. | Michael Koziarski | 2005-10-14 | 1 | -1/+1 |