| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use a consistent load path to avoid double requires. Fix some scattered Ruby ... | Jeremy Kemper | 2007-01-28 | 18 | -37/+22 |
* | Add error_messages and error_message_on to the default FormBuilder. Closes #6... | Michael Koziarski | 2007-01-26 | 1 | -2/+26 |
* | Autolinking recognizes trailing and embedded . , : ; Closes #7354. | Jeremy Kemper | 2007-01-24 | 1 | -0/+16 |
* | Make TextHelper::auto_link recognize URLs with colons in path correctly, fixe... | Thomas Fuchs | 2007-01-21 | 1 | -1/+3 |
* | Fix #distance_of_time_in_words to report accurately against the Duration clas... | Rick Olson | 2007-01-17 | 1 | -5/+5 |
* | Allow fields_for to be nested in form_for | Jamis Buck | 2007-01-17 | 1 | -3/+30 |
* | Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046 | Tobias Lütke | 2007-01-15 | 1 | -0/+23 |
* | link_to_unless_current works with full URLs as well as paths. Closes #6891. | Jeremy Kemper | 2007-01-12 | 1 | -3/+66 |
* | test javascript include with and without application.js | Jeremy Kemper | 2007-01-08 | 1 | -20/+13 |
* | Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. C... | Rick Olson | 2007-01-08 | 1 | -0/+1 |
* | Revert failing test from [5847]. | Jeremy Kemper | 2007-01-08 | 1 | -5/+0 |
* | Fix no method error with error_messages_on. Closes #6935 [nik.wakelin Koz] | Michael Koziarski | 2007-01-07 | 1 | -1/+5 |
* | Add more extensive documentation to the AssetTagHelper. Closes #6452 [Bob Si... | Rick Olson | 2007-01-05 | 1 | -105/+66 |
* | Clean up multiple calls to #stringify_keys in TagHelper, add better documenta... | Rick Olson | 2007-01-05 | 1 | -2/+3 |
* | Fixed that webrick would strip leading newlines and hang connection (closes #... | David Heinemeier Hansson | 2007-01-05 | 1 | -0/+5 |
* | Fix date helper test when run on 31st day of the month! Closes #6907. [mutru] | Jeremy Kemper | 2007-01-01 | 1 | -7/+7 |
* | Make error_message_on handle nil objects. [dan] | Michael Koziarski | 2006-12-27 | 1 | -0/+4 |
* | Fix date helper :include_blank regression. Closes #3811. [mhw] | Jeremy Kemper | 2006-12-20 | 1 | -0/+43 |
* | Work around a cross-platform number_to_precision inconsistency in unit tests.... | Jeremy Kemper | 2006-12-17 | 1 | -3/+7 |
* | Fix HTML::Node to output double quotes instead of single quotes. Closes #684... | Rick Olson | 2006-12-14 | 1 | -5/+5 |
* | Improved auto_link to match more valid urls correctly | Tobias Lütke | 2006-12-07 | 1 | -0/+6 |
* | Bob's raining patches: fixes date_helper bugs and usability issues. Reference... | Jeremy Kemper | 2006-12-06 | 2 | -154/+765 |
* | Premature commit | David Heinemeier Hansson | 2006-11-30 | 1 | -6/+0 |
* | Fixed that script/server running against Mongrel should tail the proper log r... | David Heinemeier Hansson | 2006-11-30 | 1 | -0/+6 |
* | strip_tags passes through blank args such as nil or "". Closes #6702, refere... | Jeremy Kemper | 2006-11-26 | 1 | -1/+1 |
* | Extract template_changed_since? from compile_template? so plugins may overrid... | Jeremy Kemper | 2006-11-20 | 1 | -1/+36 |
* | simple_format helper doesn't choke on nil. Closes #6644. | Jeremy Kemper | 2006-11-19 | 1 | -5/+9 |
* | Missed pluralize nil test in [5431]. | Jeremy Kemper | 2006-11-06 | 1 | -0/+1 |
* | Deprecate JavaScriptHelper#update_element_function, which is superseeded by R... | Thomas Fuchs | 2006-11-06 | 2 | -24/+36 |
* | Set ActionView::Base.default_form_builder once rather than passing the :build... | Jeremy Kemper | 2006-11-03 | 1 | -1/+25 |
* | Deprecate start_form_tag and end_form_tag. Use form_tag / '</form>' from now... | Rick Olson | 2006-10-24 | 1 | -0/+28 |
* | Added block-usage to PrototypeHelper#form_remote_tag, document block-usage of... | Rick Olson | 2006-10-24 | 3 | -4/+10 |
* | Made FormTagHelper#form_tag work with blocks, rendering start/end_form_tag de... | David Heinemeier Hansson | 2006-10-23 | 1 | -1/+18 |
* | Added block-usage to TagHelper#content_tag [DHH] | David Heinemeier Hansson | 2006-10-23 | 1 | -3/+14 |
* | Docfix (closes #6393) | David Heinemeier Hansson | 2006-10-22 | 1 | -5/+7 |
* | Deprecated UrlHelper#link_to_image and UrlHelper#link_to :post => true (close... | David Heinemeier Hansson | 2006-10-22 | 1 | -11/+20 |
* | Upgraded NumberHelper with number_to_phone support international formats to c... | David Heinemeier Hansson | 2006-10-22 | 1 | -29/+55 |
* | Fixed that setting RAILS_ASSET_ID to "" should not add a trailing slash after... | David Heinemeier Hansson | 2006-10-22 | 1 | -1/+8 |
* | Force *_url named routes to show the host in ActionView [Rick] | Rick Olson | 2006-10-20 | 1 | -1/+56 |
* | Add support for converting blocks into function arguments in JavaScriptGenera... | Sam Stephenson | 2006-10-19 | 1 | -0/+27 |
* | Add <%= escape_once html %> to escape html while leaving any currently escape... | Rick Olson | 2006-10-18 | 2 | -0/+8 |
* | Fix double-escaped entities, such as &amp;, &#123;, etc. [Rick] | Rick Olson | 2006-10-18 | 1 | -0/+12 |
* | test deprecated instance variables using to_s instead of inspect which touche... | Jeremy Kemper | 2006-10-18 | 1 | -2/+2 |
* | Replace KCODE checks with String#chars for truncate. Closes #6385 [Manfred S... | Michael Koziarski | 2006-10-14 | 1 | -2/+2 |
* | Use String#chars in TextHelper::excerpt. Closes #6386 [Manfred Stienstra] | Michael Koziarski | 2006-10-12 | 1 | -25/+18 |
* | Fixed that NumberHelper#number_to_delimiter should respect precision of highe... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+9 |
* | Fixed that FormHelper#radio_button didn't respect an :id being passed in (clo... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+6 |
* | Added an html_options hash parameter to javascript_tag() and update_page_tag(... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+6 |
* | Fixed escaping of backslashes in JavaScriptHelper#escape_javascript (closes #... | David Heinemeier Hansson | 2006-10-09 | 1 | -0/+1 |
* | strip_links is case-insensitive. Closes #6285. | Jeremy Kemper | 2006-09-26 | 1 | -0/+1 |