| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Escape query strings in the href attribute of URLs created by url_helper. #2333 | Jeremy Kemper | 2005-10-13 | 1 | -2/+2 |
* | Improved line number reporting for template errors | Nicholas Seckar | 2005-10-13 | 1 | -3/+3 |
* | Wrap javascript_tag contents in a CDATA section and add a cdata_section metho... | Sam Stephenson | 2005-10-12 | 2 | -4/+17 |
* | Misc doc fixes (typos/grammar/etc). Closes #2445. | Marcel Molina | 2005-10-12 | 8 | -26/+26 |
* | Make xyz_tag(..., :id => "foo") work again | Jamis Buck | 2005-10-12 | 1 | -7/+7 |
* | Convert boolean form options form the tag_helper. Recloses #809. | Marcel Molina | 2005-10-10 | 2 | -29/+20 |
* | Fixed that an instance variable with the same name as a partial should be imp... | Sam Stephenson | 2005-10-10 | 1 | -1/+6 |
* | Fix Element.toggle logic | Sam Stephenson | 2005-10-10 | 1 | -1/+1 |
* | Update Prototype to V1.4.0_pre11, script.aculo.us to [2502] and fix the rails... | Thomas Fuchs | 2005-10-09 | 5 | -276/+448 |
* | Forced newer versions of RedCloth to use hard breaks [DHH] | David Heinemeier Hansson | 2005-10-02 | 1 | -0/+1 |