| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -2/+1 |
* | r1318@iwill: jeremy | 2005-06-15 01:08:22 -0700 | Jeremy Kemper | 2005-06-15 | 1 | -11/+1 |
* | Allow distance_of_time_in_words to work with any value that responds to #to_t... | Jamis Buck | 2005-06-14 | 1 | -0/+2 |
* | r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700 | Jeremy Kemper | 2005-06-12 | 1 | -12/+14 |
* | Made Action View work with the new render :file/:partial style from the contr... | David Heinemeier Hansson | 2005-06-02 | 1 | -2/+15 |
* | Include flash in the list of attributes with accessors in the view | David Heinemeier Hansson | 2005-05-20 | 1 | -1/+1 |
* | Fixed escaping of :method option in remote_form_tag #1218 [Rick Olson] | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+5 |
* | Added Serbia and Montenegro to the country_select #1239 [todd@robotcoop.com] | David Heinemeier Hansson | 2005-05-19 | 1 | -2/+2 |
* | Fixed that compute_public_path should recognize external URLs, so image_tag("... | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+1 |
* | Added support for descending year values in DateHelper#select_year, like sele... | David Heinemeier Hansson | 2005-05-19 | 1 | -6/+10 |
* | Ajax docing #1282 [Dee.Zsombor@gmail.com] | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+13 |
* | Fixed that FormHelper#checkbox should return a checked checkbox if the value ... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+2 |
* | Fixed Form.disable in Prototype #1317 [Wintermute] | David Heinemeier Hansson | 2005-05-19 | 1 | -1/+1 |
* | Added accessors to logger, params, response, session, and headers from the vi... | David Heinemeier Hansson | 2005-05-19 | 1 | -0/+2 |
* | Added support for POST data in form of YAML or XML, which is controller throu... | David Heinemeier Hansson | 2005-05-14 | 1 | -1/+1 |
* | Fixed that render_partial_collection should always return a string (and not s... | David Heinemeier Hansson | 2005-05-13 | 1 | -1/+2 |
* | Go straight to the class for asset_host | David Heinemeier Hansson | 2005-05-09 | 1 | -1/+1 |
* | Added TextHelper#sanitize that can will remove any Javascript handlers, block... | David Heinemeier Hansson | 2005-05-09 | 1 | -0/+55 |
* | Changed RAILS_ASSET_HOST to become ActionController::Base.asset_host | David Heinemeier Hansson | 2005-05-06 | 1 | -1/+1 |
* | Added that both AssetHelper#stylesheet_link_tag and AssetHelper#javascript_in... | David Heinemeier Hansson | 2005-05-03 | 1 | -2/+7 |
* | Added FormTagHelper#image_submit_tag for making submit buttons that uses images | David Heinemeier Hansson | 2005-05-03 | 1 | -0/+4 |
* | Added the option of specifying a RAILS_ASSET_HOST that will then be used by a... | David Heinemeier Hansson | 2005-05-03 | 1 | -2/+2 |
* | Dont benchmark if the logger has been turned off | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+2 |
* | Fixed documentation #1214 | David Heinemeier Hansson | 2005-04-30 | 1 | -3/+3 |
* | Fixed missing id uniqueness in FormTag#radio_button #1207 [Jarkko] | David Heinemeier Hansson | 2005-04-30 | 1 | -0/+4 |
* | Added BenchmarkHelper that can measure the execution time of a block in a tem... | David Heinemeier Hansson | 2005-04-27 | 1 | -0/+22 |
* | Update to Prototype 1.2.1 | Sam Stephenson | 2005-04-19 | 1 | -3/+4 |
* | More documentation #1148 [Alisdair McDiarmid] | David Heinemeier Hansson | 2005-04-19 | 1 | -2/+28 |
* | Fixed stringification on all assigned hashes. The sacrifice is that assigns[:... | David Heinemeier Hansson | 2005-04-19 | 1 | -1/+1 |
* | Fixed that you can now pass an alternative :href option to link_to_function/r... | David Heinemeier Hansson | 2005-04-18 | 1 | -3/+3 |
* | Update to Prototype 1.2.0 | Sam Stephenson | 2005-04-18 | 1 | -87/+192 |
* | Deprecated the majority of all the testing assertions and replaced them with ... | David Heinemeier Hansson | 2005-04-17 | 1 | -2/+2 |
* | Fixed DateHelper to return values on the option tags such that they'll work p... | David Heinemeier Hansson | 2005-04-17 | 2 | -15/+15 |
* | Fixed FormTagHelper#check_box to respect checked #1049 [DelynnB] | David Heinemeier Hansson | 2005-04-17 | 1 | -1/+1 |
* | Added Element.toggle, Element.show, and Element.hide to the prototype javascr... | David Heinemeier Hansson | 2005-04-17 | 2 | -15/+28 |
* | Added AssetTagHelper#image_path, AssetTagHelper#javascript_path, and AssetTag... | David Heinemeier Hansson | 2005-04-17 | 1 | -5/+27 |
* | Changed render_partial to take local assigns as the second parameter instead ... | David Heinemeier Hansson | 2005-04-16 | 1 | -5/+16 |
* | Fixed partials handling | David Heinemeier Hansson | 2005-04-16 | 2 | -4/+24 |
* | Added submit_to_remote that allows you to trigger an Ajax form submition at t... | David Heinemeier Hansson | 2005-04-13 | 1 | -0/+14 |
* | Added :confirm option to link_to_remote just like link_to has #1082 [yrashk@f... | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+2 |
* | Added minute_step as an option to select_minute (and the helpers that use it)... | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+2 |
* | Improved tests for NumberHelper | David Heinemeier Hansson | 2005-04-13 | 1 | -4/+4 |
* | Made error_messages_for take a symbol as object_name | David Heinemeier Hansson | 2005-04-12 | 1 | -1/+1 |
* | Moved TextHelper#human_size to NumberHelper#number_to_human_size, but kept an... | David Heinemeier Hansson | 2005-04-12 | 2 | -20/+22 |
* | Fixed spelling of delimiter #1058 | David Heinemeier Hansson | 2005-04-10 | 1 | -14/+14 |
* | Fixed that radio buttons shouldn't have a default size attribute #1074 [hendr... | David Heinemeier Hansson | 2005-04-10 | 1 | -3/+4 |
* | Fixed syntax error | David Heinemeier Hansson | 2005-04-07 | 1 | -1/+1 |
* | Update to the helper to abstract delimeting a number #1015 | David Heinemeier Hansson | 2005-04-07 | 1 | -4/+10 |
* | Added JavascriptHelper#periodically_call_remote in order to create areas of a... | David Heinemeier Hansson | 2005-04-07 | 2 | -0/+38 |