| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Only log status if there is one different from 200 set | David Heinemeier Hansson | 2005-07-26 | 1 | -1/+1 |
* | 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 | 5 | -170/+147 |
* | 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 | 10 | -114/+156 |
* | Added test for template to layout variable transfer | David Heinemeier Hansson | 2005-07-23 | 1 | -2/+2 |
* | Expiring a cache that doesnt exist is bliss not bad | David Heinemeier Hansson | 2005-07-22 | 1 | -2/+2 |
* | Changed caching/expiration/hit to report using the DEBUG log level and errors... | David Heinemeier Hansson | 2005-07-22 | 1 | -9/+9 |
* | Added support for per-action session management #1763 | Jamis Buck | 2005-07-22 | 3 | -3/+80 |
* | 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 | 1 | -0/+1 |
* | 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 | 2 | -22/+12 |
* | Fix doc typos #1734 [moriq@moriq.com] | David Heinemeier Hansson | 2005-07-17 | 1 | -2/+2 |
* | Log if filters return false and halt execution #1735 [Michael Koziarski] | David Heinemeier Hansson | 2005-07-17 | 1 | -1/+5 |
* | Added Base#expires_in(seconds)/Base#expires_now to control HTTP content cache... | David Heinemeier Hansson | 2005-07-17 | 1 | -0/+23 |
* | More pagination speed #1334 [Stefan Kaes] | David Heinemeier Hansson | 2005-07-15 | 1 | -3/+5 |
* | Fix assert_routing with nested controllers. Closes #1582 and #1386. | Nicholas Seckar | 2005-07-15 | 1 | -6/+7 |
* | Add RouteSet#named_route so that RouteSet instance methods do not shadow avai... | Nicholas Seckar | 2005-07-14 | 1 | -4/+12 |
* | Provide correct defaults for Named Routes which do not specify :action | Nicholas Seckar | 2005-07-14 | 1 | -3/+10 |
* | Made pagination faster #1334 [Stefan Kaes] | David Heinemeier Hansson | 2005-07-14 | 1 | -21/+21 |
* | 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 | 1 | -4/+13 |
* | Named routes should not provide nil values to url_for. Includes factoring and... | Nicholas Seckar | 2005-07-13 | 1 | -5/+18 |
* | 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 | 1 | -1/+1 |
* | Fixed that auto_complete_for didn't force the input string to lower case even... | David Heinemeier Hansson | 2005-07-11 | 1 | -1/+1 |
* | Made ready for release of 0.13.1 | David Heinemeier Hansson | 2005-07-11 | 1 | -1/+1 |
* | Fixed documentation for :action/:template confusion #1643 | David Heinemeier Hansson | 2005-07-11 | 1 | -7/+7 |
* | Better documentation for Calling multiple redirects or renders #1687 [courtenay] | David Heinemeier Hansson | 2005-07-10 | 1 | -4/+7 |
* | Improved error message for DoubleRenderError | Jamis Buck | 2005-07-09 | 1 | -2/+7 |
* | r2932@asus: jeremy | 2005-07-08 14:21:36 -0700 | Jeremy Kemper | 2005-07-08 | 1 | -4/+4 |
* | Routes now raise an exception if a path component is misconfigured. | Nicholas Seckar | 2005-07-08 | 1 | -3/+7 |
* | Fix routes to generate proper URLs when given Fixnum defaults | Nicholas Seckar | 2005-07-08 | 1 | -1/+1 |
* | Allow RouteSet#recognition_failed to be used to handle unknown URL forwarding | Nicholas Seckar | 2005-07-07 | 1 | -1/+1 |
* | Enable routes to recognize uppercase controller names. Closes #1635 | Nicholas Seckar | 2005-07-07 | 1 | -1/+1 |
* | Properly unescape recognized path components. Fixes #1651. | Nicholas Seckar | 2005-07-07 | 1 | -1/+4 |
* | Improved testing of functional test setup. | Nicholas Seckar | 2005-07-07 | 1 | -1/+37 |
* | Fixed routing to allow for testing of *path components #1650 [Nicholas Seckar] | David Heinemeier Hansson | 2005-07-07 | 1 | -1/+1 |
* | Fixed that named routes didn't use the default values for action and possible... | David Heinemeier Hansson | 2005-07-07 | 1 | -2/+3 |
* | Fixed that a SessionRestoreError was thrown if a model object was placed in t... | David Heinemeier Hansson | 2005-07-06 | 1 | -23/+16 |
* | Fixed routing snafu | David Heinemeier Hansson | 2005-07-06 | 1 | -0/+1 |
* | Made documentation ready for release (AP) | David Heinemeier Hansson | 2005-07-06 | 7 | -53/+63 |
* | Retract the session fix until 0.13.1 to preserve the truthfulness of the book | David Heinemeier Hansson | 2005-07-06 | 1 | -16/+23 |
* | Partly tuned docs for release (AP) | David Heinemeier Hansson | 2005-07-06 | 4 | -64/+174 |
* | Fixed that a SessionRestoreError was thrown if a model object was placed in t... | David Heinemeier Hansson | 2005-07-06 | 1 | -7/+17 |
* | Fixed documentation snafu with send_file -- the option is :stream, not :strea... | David Heinemeier Hansson | 2005-07-06 | 1 | -1/+1 |