| Commit message (Expand) | Author | Age | Files | Lines |
* | Added :disabled option to all data selects that'll make the elements inaccess... | David Heinemeier Hansson | 2005-09-11 | 1 | -8/+12 |
* | Fixed that TextHelper#auto_link_urls would include punctuation in the links #... | David Heinemeier Hansson | 2005-09-11 | 1 | -2/+2 |
* | Fixed that number_to_currency(1000, {:precision => 0})) should return "$1,000... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+1 |
* | Fix docs #2136 [coffee2code] | David Heinemeier Hansson | 2005-09-09 | 1 | -5/+5 |
* | Allow link_to_remote to use any DOM-element as the parent of the form element... | David Heinemeier Hansson | 2005-09-09 | 1 | -0/+7 |
* | Fixed that render :partial would fail when :object was a Hash (due to backwar... | David Heinemeier Hansson | 2005-09-09 | 2 | -2/+5 |
* | Fixed JavascriptHelper#auto_complete_for to only include unique items #2153 [... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+1 |
* | Fixed that onclick would be overridden even when special features werent used | David Heinemeier Hansson | 2005-09-08 | 1 | -0/+2 |
* | Fixed all AssetHelper methods to work with relative paths, such that javascri... | 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 | -21/+41 |
* | Added :popup option to UrlHelper#link_to #1996 [gabriel.gironda@gmail.com] | David Heinemeier Hansson | 2005-09-04 | 1 | -3/+23 |
* | Updated the options_for_select to deal with the fact that Strings now impleme... | David Heinemeier Hansson | 2005-09-03 | 1 | -1/+1 |
* | Added note about how pre-packaged error functionality can be easier to recrea... | David Heinemeier Hansson | 2005-09-03 | 1 | -0/+4 |
* | Fix observe_field to fall back to event-based observation if frequency <= 0 #... | Jamis Buck | 2005-09-02 | 1 | -4/+5 |
* | * Allow use of the :with option for submit_to_remote #1936 [jon@instance-desi... | Jamis Buck | 2005-09-02 | 1 | -1/+1 |
* | Yield @content_for_ variables to templates #2058 [Sam Stephenson] | Jamis Buck | 2005-09-01 | 1 | -1/+3 |
* | Make rendering an empty partial collection behave like :nothing => true #2080... | Jamis Buck | 2005-09-01 | 1 | -1/+1 |
* | Add dummy ActionView::Base.cache_template_loading accessor -- will be made fu... | Nicholas Seckar | 2005-08-29 | 1 | -0/+3 |
* | Made Upload Progress work with Prototype 1.4.0 and add some documentation for... | David Heinemeier Hansson | 2005-08-27 | 1 | -1/+1 |
* | Render refactoring; render error reporting fixes | Nicholas Seckar | 2005-08-26 | 3 | -122/+165 |
* | Added :use_short_month option to select_month helper to show month names as a... | Jamis Buck | 2005-08-22 | 1 | -2/+6 |
* | Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil... | Jamis Buck | 2005-08-14 | 1 | -1/+5 |
* | More fixes, but still broken | David Heinemeier Hansson | 2005-07-27 | 1 | -2/+3 |
* | Fixing the fix, but not quite | David Heinemeier Hansson | 2005-07-27 | 1 | -0/+4 |
* | Fixed bug when a partial render was passing a local with the same name as the... | David Heinemeier Hansson | 2005-07-27 | 1 | -1/+1 |
* | Document the design of the compiled templates approach and tweak the expirati... | David Heinemeier Hansson | 2005-07-26 | 1 | -4/+8 |
* | Improved performance of test app req/sec with ~10% refactoring the render met... | David Heinemeier Hansson | 2005-07-24 | 2 | -5/+13 |
* | Simplify content_for implementation | David Heinemeier Hansson | 2005-07-24 | 1 | -10/+2 |
* | Fixed regression for content_for #1820 [Stefan Kaes] | David Heinemeier Hansson | 2005-07-24 | 1 | -2/+2 |
* | Caching template logging goes DEBUG | David Heinemeier Hansson | 2005-07-23 | 1 | -4/+10 |
* | Extended template caching to rxml and attempted to fix periodical caching iss... | David Heinemeier Hansson | 2005-07-23 | 1 | -40/+49 |
* | Fixed call on inline with new render_template #1808 [Michael Shuerig] | David Heinemeier Hansson | 2005-07-22 | 1 | -1/+1 |
* | Fixed changing templates in development mode [Stephan Kaes] | David Heinemeier Hansson | 2005-07-22 | 1 | -2/+3 |
* | Changed caching/expiration/hit to report using the DEBUG log level and errors... | David Heinemeier Hansson | 2005-07-22 | 1 | -3/+3 |
* | Use debug to report compilation of erb templates | David Heinemeier Hansson | 2005-07-22 | 1 | -6/+4 |
* | Fixed compile of template fails if template name contains non-word character ... | David Heinemeier Hansson | 2005-07-22 | 1 | -2/+3 |
* | Added additional documentation to FormTagHelper #1788 [jon@instance-design.co... | David Heinemeier Hansson | 2005-07-22 | 1 | -0/+49 |
* | Improved rendering speed on complicated templates by up to 25% #1234 [Stephan... | David Heinemeier Hansson | 2005-07-21 | 1 | -43/+90 |
* | Added options hash as third argument to FormHelper#input, so you can do input... | David Heinemeier Hansson | 2005-07-17 | 1 | -2/+2 |
* | Docs for JavaScriptHelper#remote_function #1740 [jon@instance-design.co.uk] | David Heinemeier Hansson | 2005-07-17 | 1 | -1/+9 |
* | Cleaning up of javascript_helper array options, add :only to sortable_element... | David Heinemeier Hansson | 2005-07-17 | 1 | -16/+13 |
* | More pagination speed #1334 [Stefan Kaes] | David Heinemeier Hansson | 2005-07-15 | 1 | -18/+24 |
* | Fixed line number reporting for Builder template errors #1753 [piotr] | David Heinemeier Hansson | 2005-07-15 | 1 | -1/+1 |
* | Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #... | David Heinemeier Hansson | 2005-07-14 | 2 | -2/+2 |
* | Made pagination faster #1334 [Stefan Kaes] | David Heinemeier Hansson | 2005-07-14 | 1 | -16/+25 |
* | Improved documentation for :success/:failure callbacks #1699 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-11 | 1 | -8/+11 |
* | Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #... | David Heinemeier Hansson | 2005-07-11 | 4 | -114/+303 |
* | Update to Prototype 1.3.1 | Sam Stephenson | 2005-07-11 | 1 | -39/+50 |
* | Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson] | David Heinemeier Hansson | 2005-07-10 | 1 | -1/+1 |