| Commit message (Expand) | Author | Age | Files | Lines |
* | Added test for template to layout variable transfer | David Heinemeier Hansson | 2005-07-23 | 4 | -2/+17 |
* | 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 | 2 | -41/+50 |
* | Fixed call on inline with new render_template #1808 [Michael Shuerig] | David Heinemeier Hansson | 2005-07-22 | 1 | -1/+1 |
* | Expiring a cache that doesnt exist is bliss not bad | David Heinemeier Hansson | 2005-07-22 | 1 | -2/+2 |
* | 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 | 3 | -12/+14 |
* | Add unit test to ensure that session management options are inherited and ove... | Jamis Buck | 2005-07-22 | 1 | -0/+20 |
* | Added support for per-action session management #1763 | Jamis Buck | 2005-07-22 | 6 | -3/+134 |
* | 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 |
* | Doc fixes #1775, #1776 [jon@instance-design.co.uk] | David Heinemeier Hansson | 2005-07-22 | 1 | -1/+1 |
* | Improved rendering speed on complicated templates by up to 25% #1234 [Stephan... | David Heinemeier Hansson | 2005-07-21 | 9 | -52/+119 |
* | Fix last changeset to pass unittests | Nicholas Seckar | 2005-07-18 | 2 | -6/+8 |
* | Fixed construction of get parameters for arrays | Nicholas Seckar | 2005-07-18 | 4 | -53/+70 |
* | Fix doc typos #1734 [moriq@moriq.com] | David Heinemeier Hansson | 2005-07-17 | 1 | -2/+2 |
* | Added options hash as third argument to FormHelper#input, so you can do input... | David Heinemeier Hansson | 2005-07-17 | 2 | -2/+4 |
* | Log if filters return false and halt execution #1735 [Michael Koziarski] | David Heinemeier Hansson | 2005-07-17 | 1 | -1/+5 |
* | Docs for JavaScriptHelper#remote_function #1740 [jon@instance-design.co.uk] | David Heinemeier Hansson | 2005-07-17 | 1 | -1/+9 |
* | Added Base#expires_in(seconds)/Base#expires_now to control HTTP content cache... | David Heinemeier Hansson | 2005-07-17 | 2 | -0/+25 |
* | 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 | 2 | -21/+29 |
* | Fixed line number reporting for Builder template errors #1753 [piotr] | David Heinemeier Hansson | 2005-07-15 | 2 | -1/+3 |
* | Fix assert_routing with nested controllers. Closes #1582 and #1386. | Nicholas Seckar | 2005-07-15 | 5 | -31/+45 |
* | Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #... | David Heinemeier Hansson | 2005-07-14 | 4 | -2/+44 |
* | Add RouteSet#named_route so that RouteSet instance methods do not shadow avai... | Nicholas Seckar | 2005-07-14 | 3 | -4/+26 |
* | Provide correct defaults for Named Routes which do not specify :action | Nicholas Seckar | 2005-07-14 | 3 | -3/+39 |
* | Made pagination faster #1334 [Stefan Kaes] | David Heinemeier Hansson | 2005-07-14 | 3 | -37/+50 |
* | Made test_rendering_nothing_on_layout acknowledge the space | David Heinemeier Hansson | 2005-07-14 | 1 | -1/+1 |
* | Cleared conflict | David Heinemeier Hansson | 2005-07-14 | 1 | -0/+3 |
* | Fix rescue handling to erase both render and redirect results | Nicholas Seckar | 2005-07-14 | 1 | -1/+4 |
* | Generate URLs for :action => index when :action => nil is supplied. | Nicholas Seckar | 2005-07-14 | 2 | -8/+51 |
* | Named routes should not provide nil values to url_for. Includes factoring and... | Nicholas Seckar | 2005-07-13 | 2 | -5/+54 |
* | r3023@asus: jeremy | 2005-07-12 23:43:39 -0700 | Jeremy Kemper | 2005-07-13 | 1 | -5/+0 |
* | Worked around a Safari bug where it wouldn't pass headers through if the resp... | David Heinemeier Hansson | 2005-07-12 | 1 | -2/+3 |
* | Make Request#subdomains handle "foo.foo.com" correctly | Jamis Buck | 2005-07-12 | 3 | -1/+8 |
* | Fixed that auto_complete_for didn't force the input string to lower case even... | David Heinemeier Hansson | 2005-07-11 | 2 | -1/+3 |
* | Made ready for release of 0.13.1 | David Heinemeier Hansson | 2005-07-11 | 4 | -5/+5 |
* | Fixed documentation for :action/:template confusion #1643 | David Heinemeier Hansson | 2005-07-11 | 1 | -7/+7 |
* | 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 | 6 | -117/+314 |
* | Update to Prototype 1.3.1 | Sam Stephenson | 2005-07-11 | 1 | -39/+50 |
* | Fixed that Action View should always use the included Builder, never attempt ... | David Heinemeier Hansson | 2005-07-10 | 2 | -16/+14 |
* | Better documentation for Calling multiple redirects or renders #1687 [courtenay] | David Heinemeier Hansson | 2005-07-10 | 1 | -4/+7 |
* | Made JavaScriptHelper tests pass regardless of hash order #1656 [Sam Stephenson] | David Heinemeier Hansson | 2005-07-10 | 2 | -19/+19 |
* | r2992@asus: jeremy | 2005-07-10 02:43:49 -0700 | Jeremy Kemper | 2005-07-10 | 1 | -2/+8 |
* | Added that nil options are not included in tags, so tag("p", :ignore => nil) ... | David Heinemeier Hansson | 2005-07-09 | 6 | -8/+19 |
* | Fixed that UrlHelper#link_to_unless/link_to_if used html_escape on the name i... | David Heinemeier Hansson | 2005-07-09 | 2 | -1/+3 |
* | Added even more goodies to script.aculo.us #1677 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-09 | 3 | -75/+140 |