| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused statement | David Heinemeier Hansson | 2005-07-26 | 1 | -1/+0 |
* | Fixed snag in status reporting | David Heinemeier Hansson | 2005-07-26 | 1 | -1/+1 |
* | Only log status if there is one different from 200 set | David Heinemeier Hansson | 2005-07-26 | 1 | -1/+1 |
* | Document the design of the compiled templates approach and tweak the expirati... | David Heinemeier Hansson | 2005-07-26 | 1 | -4/+8 |
* | Fixed broken error handling #1827 [Stefan Kaes] | David Heinemeier Hansson | 2005-07-25 | 1 | -5/+4 |
* | Add a catch-all eraser | David Heinemeier Hansson | 2005-07-25 | 1 | -2/+7 |
* | Improved performance of test app req/sec with ~10% refactoring the render met... | David Heinemeier Hansson | 2005-07-24 | 15 | -198/+186 |
* | 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 | 4 | -3/+14 |
* | Fix that env_qs might be nil | David Heinemeier Hansson | 2005-07-23 | 1 | -1/+1 |
* | Fix that env_qs might be nil | David Heinemeier Hansson | 2005-07-23 | 1 | -2/+2 |
* | Improved performance with 5-30% through a series of Action Pack optimizations... | David Heinemeier Hansson | 2005-07-23 | 14 | -117/+175 |
* | 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 |