| Commit message (Expand) | Author | Age | Files | Lines |
* | options_for_select allows any objects which respond_to? :first and :last rath... | Jeremy Kemper | 2005-11-10 | 1 | -6/+16 |
* | The auto_link text helper accepts an optional block to format the link text f... | Jeremy Kemper | 2005-11-10 | 1 | -0/+7 |
* | Change javascript_include_tag :defaults to not use script.aculo.us loader, wh... | Thomas Fuchs | 2005-11-01 | 1 | -2/+19 |
* | Added support for the queue option on visual_effect | Thomas Fuchs | 2005-10-29 | 1 | -0/+1 |
* | Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT... | David Heinemeier Hansson | 2005-10-26 | 1 | -0/+9 |
* | Fixed more Windows tests | David Heinemeier Hansson | 2005-10-16 | 1 | -2/+2 |
* | Ensure radio_button works as expected with values other than strings. | Michael Koziarski | 2005-10-14 | 1 | -0/+6 |
* | Escape query strings in the href attribute of URLs created by url_helper. #2333 | Jeremy Kemper | 2005-10-13 | 1 | -0/+16 |
* | modified javascript_helper testcase to back up #2097 | Tobias Lütke | 2005-10-13 | 1 | -2/+6 |
* | Wrap javascript_tag contents in a CDATA section and add a cdata_section metho... | Sam Stephenson | 2005-10-12 | 3 | -19/+23 |
* | Make xyz_tag(..., :id => "foo") work again | Jamis Buck | 2005-10-12 | 1 | -0/+6 |
* | Convert boolean form options form the tag_helper. Recloses #809. | Marcel Molina | 2005-10-10 | 1 | -0/+5 |
* | Added new scriptaculous options for auto_complete_field #2343 [m.stienstra@fn... | Thomas Fuchs | 2005-10-01 | 1 | -0/+4 |
* | Don't prepend the asset host if the string is already a fully-qualified URL | Jamis Buck | 2005-09-30 | 1 | -0/+10 |
* | Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7 | Thomas Fuchs | 2005-09-28 | 3 | -3/+6 |
* | Added test coverage for stylesheet_path to show that it works as requested in... | Marcel Molina | 2005-09-28 | 1 | -0/+4 |
* | Have text helpers use built in Regexp.escape rather than home grown alternative | Marcel Molina | 2005-09-26 | 1 | -0/+6 |
* | Fixed that auto_discovery_link_tag couldn't take a string as the URL | David Heinemeier Hansson | 2005-09-22 | 1 | -0/+1 |
* | Optimized tag_options to not sort keys, which is no longer necessary when ass... | David Heinemeier Hansson | 2005-09-20 | 9 | -177/+185 |
* | Make the truncate() helper multi-byte safe (assuming $KCODE has been set to s... | Jamis Buck | 2005-09-19 | 1 | -0/+25 |
* | Make upload progress not throw JavaScript errors when there is no progress ba... | David Heinemeier Hansson | 2005-09-16 | 1 | -140/+4 |
* | More auto-link fixes (to include query strings in autolinked text) | Jamis Buck | 2005-09-14 | 1 | -0/+4 |
* | Fix autolinking to not include trailing tags as part of the URL | Jamis Buck | 2005-09-13 | 1 | -0/+7 |
* | Added ActionController::Base.session_store=, session_store, and session_optio... | David Heinemeier Hansson | 2005-09-13 | 1 | -1/+1 |
* | Added TextHelper#cycle to cycle over an array of values on each hit (useful f... | David Heinemeier Hansson | 2005-09-12 | 1 | -0/+89 |
* | Split macros test into their own suite | David Heinemeier Hansson | 2005-09-11 | 2 | -28/+52 |
* | Added :multipart option to ActiveRecordHelper#form to make it possible to add... | David Heinemeier Hansson | 2005-09-11 | 1 | -0/+7 |
* | Added :disabled option to all data selects that'll make the elements inaccess... | David Heinemeier Hansson | 2005-09-11 | 1 | -2/+60 |
* | Fixed that TextHelper#auto_link_urls would include punctuation in the links #... | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+15 |
* | Added Kernel#silence_warnings and puts it into use throughout the framework | David Heinemeier Hansson | 2005-09-11 | 2 | -13/+13 |
* | Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+2 |
* | Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+4 |
* | Fixed that onclick would be overridden even when special features werent used | David Heinemeier Hansson | 2005-09-08 | 1 | -0/+4 |
* | Fixed all AssetHelper methods to work with relative paths, such that javascri... | David Heinemeier Hansson | 2005-09-08 | 1 | -0/+1 |
* | Fixed a broken test | David Heinemeier Hansson | 2005-09-08 | 1 | -1/+1 |
* | Use this.href, not unexisting url | David Heinemeier Hansson | 2005-09-07 | 1 | -1/+1 |
* | Added :post option to UrlHelper#link_to that makes it possible to do POST req... | David Heinemeier Hansson | 2005-09-07 | 1 | -0/+18 |
* | Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com] | David Heinemeier Hansson | 2005-09-04 | 1 | -0/+26 |
* | Render refactoring; render error reporting fixes | Nicholas Seckar | 2005-08-26 | 1 | -0/+63 |
* | Added :use_short_month option to select_month helper to show month names as a... | Jamis Buck | 2005-08-22 | 1 | -0/+18 |
* | Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil... | Jamis Buck | 2005-08-14 | 1 | -0/+4 |
* | Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #... | David Heinemeier Hansson | 2005-07-14 | 1 | -0/+40 |
* | Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #... | David Heinemeier Hansson | 2005-07-11 | 1 | -1/+5 |
* | Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson] | David Heinemeier Hansson | 2005-07-10 | 1 | -18/+18 |
* | Added that nil options are not included in tags, so tag("p", :ignore => nil) ... | David Heinemeier Hansson | 2005-07-09 | 4 | -6/+14 |
* | Include Javascript tests in rake #1655 [courtney] | David Heinemeier Hansson | 2005-07-08 | 1 | -2/+2 |
* | Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-06 | 1 | -2/+10 |
* | benchmark helper takes an optional log level, defaults to :info. Chose symbo... | Jeremy Kemper | 2005-07-05 | 1 | -0/+72 |
* | r2822@asus: jeremy | 2005-07-04 21:14:30 -0700 | Jeremy Kemper | 2005-07-04 | 1 | -6/+8 |
* | Improved update_element_function #1597 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-04 | 1 | -0/+25 |