index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-43
/
+91
*
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
*
Added options hash as third argument to FormHelper#input, so you can do input...
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
*
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
1
-0
/
+23
*
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
1
-1
/
+1
*
Fix assert_routing with nested controllers. Closes #1582 and #1386.
Nicholas Seckar
2005-07-15
1
-6
/
+7
*
Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...
David Heinemeier Hansson
2005-07-14
2
-2
/
+2
*
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
2
-37
/
+46
*
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
*
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
[next]