| Commit message (Expand) | Author | Age | Files | Lines |
* | AJAX error handling fix, Prototype event handling #1589 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-03 | 1 | -4/+10 |
* | Added :field_name option to DateHelper#select_(year|month|day) to deviate fro... | David Heinemeier Hansson | 2005-07-02 | 1 | -0/+43 |
* | Update for JavaScript helper tests #1584 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-02 | 1 | -14/+48 |
* | Added that UrlHelper#mail_to will now also encode the default link title #749... | David Heinemeier Hansson | 2005-07-02 | 3 | -9/+17 |
* | Load models and frequency typo on upoad progress #1555 [Sean Treadway] | David Heinemeier Hansson | 2005-07-01 | 1 | -4/+4 |
* | Uncommented request.recycle! as it breaks more than it fixes, left test case ... | David Heinemeier Hansson | 2005-06-30 | 1 | -0/+0 |
* | Fix JavaScriptHelper capitalization and make it compatible with Prototype #15... | David Heinemeier Hansson | 2005-06-29 | 2 | -7/+7 |
* | Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo... | David Heinemeier Hansson | 2005-06-28 | 1 | -0/+272 |
* | Added script.aculo.us Javascripts (controls.js, dragdrop.js, effects.js) (NEE... | David Heinemeier Hansson | 2005-06-26 | 1 | -1/+23 |
* | Added TextHelper#word_wrap(text, line_length = 80) #1449 [tuxie@dekadance.se] | David Heinemeier Hansson | 2005-06-21 | 1 | -0/+4 |
* | Added tag_options as a third parameter to AssetHelper#auto_discovery_link_tag... | David Heinemeier Hansson | 2005-06-21 | 1 | -0/+6 |
* | Added option to pass in parameters to CaptureHelper#capture, so you can creat... | David Heinemeier Hansson | 2005-06-21 | 1 | -4/+4 |
* | More tests for JavascriptHelper #1460 | David Heinemeier Hansson | 2005-06-18 | 1 | -0/+52 |
* | r1335@iwill: jeremy | 2005-06-17 11:41:50 -0700 | Jeremy Kemper | 2005-06-17 | 1 | -0/+9 |
* | Added cuba to country list #1351 [todd] | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Added :extension option to NumberHelper#number_to_phone #1361 [delynnb] | David Heinemeier Hansson | 2005-06-16 | 1 | -0/+2 |
* | Added button_to as a form-based solution to deal with harmful actions that sh... | David Heinemeier Hansson | 2005-06-16 | 1 | -0/+22 |
* | Fixed image_tag so an exception is not thrown just because the image is missi... | David Heinemeier Hansson | 2005-06-16 | 1 | -5/+3 |
* | Added a third parameter to TextHelper#auto_link called href_options for speci... | David Heinemeier Hansson | 2005-06-16 | 1 | -0/+3 |
* | Fixed TextHelper#highlight to return the text, not nil, if the phrase is blan... | David Heinemeier Hansson | 2005-06-16 | 1 | -0/+5 |
* | Its Iraq, not Irak #1443 [ivan] | David Heinemeier Hansson | 2005-06-16 | 1 | -1/+1 |
* | Fixed TagHelper such that :name and 'name' keys in the options doesn't result... | David Heinemeier Hansson | 2005-06-16 | 1 | -0/+4 |
* | Allow distance_of_time_in_words to work with any value that responds to #to_t... | Jamis Buck | 2005-06-14 | 1 | -0/+8 |
* | r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700 | Jeremy Kemper | 2005-06-12 | 1 | -8/+21 |
* | Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_... | David Heinemeier Hansson | 2005-05-22 | 1 | -3/+2 |
* | Fixed that compute_public_path should recognize external URLs, so image_tag("... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+1 |
* | Added support for descending year values in DateHelper#select_year, like sele... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+9 |
* | Fixed that FormHelper#checkbox should return a checked checkbox if the value ... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+8 |
* | Added TextHelper#sanitize that can will remove any Javascript handlers, block... | David Heinemeier Hansson | 2005-05-09 | 1 | -0/+24 |
* | Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in... | David Heinemeier Hansson | 2005-05-03 | 1 | -0/+2 |
* | Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko] | David Heinemeier Hansson | 2005-04-30 | 1 | -4/+4 |
* | Fixed DateHelper to return values on the option tags such that they'll work p... | David Heinemeier Hansson | 2005-04-17 | 3 | -66/+68 |
* | Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB] | David Heinemeier Hansson | 2005-04-17 | 1 | -2/+5 |
* | Added AssetTagHelper#image_path, AssetTagHelper#javascript_path, and AssetTag... | David Heinemeier Hansson | 2005-04-17 | 1 | -0/+48 |
* | Added minute_step as an option to select_minute (and the helpers that use it)... | David Heinemeier Hansson | 2005-04-13 | 1 | -0/+16 |
* | Improved tests for NumberHelper | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+29 |
* | Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an... | David Heinemeier Hansson | 2005-04-12 | 2 | -16/+23 |
* | Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr... | David Heinemeier Hansson | 2005-04-10 | 1 | -4/+4 |
* | Fixed a few tests | David Heinemeier Hansson | 2005-04-10 | 1 | -4/+4 |
* | Fixed autolinking to work better in more cases #1013 [Jamis Buck] | David Heinemeier Hansson | 2005-04-06 | 1 | -4/+17 |
* | Added options to set cc, bcc, subject, and body for UrlHelper#mail_to #966 [D... | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+7 |
* | Fixed include_blank for select_hour/minute/second #527 [edward@debian.org] | David Heinemeier Hansson | 2005-04-02 | 1 | -1/+117 |
* | Added include_seconds option as the third parameter to distance_of_time_in_wo... | David Heinemeier Hansson | 2005-03-26 | 2 | -0/+34 |
* | Added JavascriptHelper#escape_javascript as a public method (was private) and... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+9 |
* | Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa... | David Heinemeier Hansson | 2005-03-20 | 2 | -25/+84 |
* | Fixed form helpers to query Model#id_before_type_cast instead of Model#id as ... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+1 |
* | Added TextHelper#simple_format as a non-dependency text presentation helper.F... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+6 |
* | Added that the html options disabled, readonly, and multiple can all be treat... | David Heinemeier Hansson | 2005-03-20 | 1 | -0/+6 |
* | Added more FormTagHelper test cases #860 [Eric Hodel] | David Heinemeier Hansson | 2005-03-20 | 1 | -16/+78 |
* | Fixed options_for_select on selected line issue #624 [Florian Weber] | David Heinemeier Hansson | 2005-03-15 | 1 | -0/+11 |