| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Fixed that Action View should always use the included Builder, never attempt ... | David Heinemeier Hansson | 2005-07-10 | 1 | -8/+2 |
* | 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 | 1 | -1/+1 |
* | Added that nil options are not included in tags, so tag("p", :ignore => nil) ... | David Heinemeier Hansson | 2005-07-09 | 1 | -2/+3 |
* | Fixed that UrlHelper#link_to_unless/link_to_if used html_escape on the name i... | David Heinemeier Hansson | 2005-07-09 | 1 | -1/+1 |
* | Added even more goodies to script.aculo.us #1677 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-09 | 2 | -75/+133 |
* | Fixed SQL Server test #1678 [Tom Ward] | David Heinemeier Hansson | 2005-07-09 | 1 | -1/+1 |
* | 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 |
* | Added :handle as an option to sortable_element to restrict the drag handle to... | David Heinemeier Hansson | 2005-07-07 | 1 | -1/+1 |
* | Added a bunch of script.aculo.us features: Effect.ScrollTo, to smoothly scrol... | David Heinemeier Hansson | 2005-07-07 | 2 | -70/+116 |
* | Fixed that named routes didn't use the default values for action and possible... | David Heinemeier Hansson | 2005-07-07 | 1 | -2/+3 |
* | Fixed JavascriptHelper#visual_effect to use camelize such that :blind_up will... | David Heinemeier Hansson | 2005-07-07 | 1 | -1/+1 |
* | 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 | 8 | -55/+71 |
* | Retract the session fix until 0.13.1 to preserve the truthfulness of the book | David Heinemeier Hansson | 2005-07-06 | 1 | -16/+23 |
* | Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs] | David Heinemeier Hansson | 2005-07-06 | 1 | -1/+16 |
* | 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 |
* | benchmark helper takes an optional log level, defaults to :info. Chose symbo... | Jeremy Kemper | 2005-07-05 | 1 | -9/+9 |
* | Move URI to the end for greater overview | David Heinemeier Hansson | 2005-07-05 | 1 | -1/+2 |
* | Fix syntax error | David Heinemeier Hansson | 2005-07-05 | 1 | -1/+1 |
* | Changed logging of SQL statements to use the DEBUG level instead of INFO. Add... | David Heinemeier Hansson | 2005-07-05 | 3 | -2/+6 |
* | Fixed routing regression on index exception | David Heinemeier Hansson | 2005-07-05 | 1 | -0/+1 |
* | Routing fix | Jamis Buck | 2005-07-05 | 1 | -2/+2 |
* | r2866@asus: jeremy | 2005-07-05 13:23:10 -0700 | Jeremy Kemper | 2005-07-05 | 1 | -4/+7 |
* | r2850@asus: jeremy | 2005-07-05 13:08:32 -0700 | Jeremy Kemper | 2005-07-05 | 1 | -6/+10 |
* | Fixed transparent background for Safari with auto completer | David Heinemeier Hansson | 2005-07-05 | 1 | -0/+1 |
* | Added javascript_include_tag :defaults shortcut that'll include all the defau... | David Heinemeier Hansson | 2005-07-05 | 1 | -0/+7 |
* | Backed out of #1694 as it broke requests that hit the cache with wrong argume... | David Heinemeier Hansson | 2005-07-05 | 1 | -24/+12 |