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
/
test
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Made pagination faster #1334 [Stefan Kaes]
David Heinemeier Hansson
2005-07-14
1
-0
/
+4
*
Made test_rendering_nothing_on_layout acknowledge the space
David Heinemeier Hansson
2005-07-14
1
-1
/
+1
*
Generate URLs for :action => index when :action => nil is supplied.
Nicholas Seckar
2005-07-14
1
-4
/
+38
*
Named routes should not provide nil values to url_for. Includes factoring and...
Nicholas Seckar
2005-07-13
1
-0
/
+36
*
Make Request#subdomains handle "foo.foo.com" correctly
Jamis Buck
2005-07-12
1
-0
/
+3
*
r2992@asus: jeremy | 2005-07-10 02:43:49 -0700
Jeremy Kemper
2005-07-10
1
-2
/
+8
*
Improved error message for DoubleRenderError
Jamis Buck
2005-07-09
1
-0
/
+27
*
r2948@asus: jeremy | 2005-07-08 16:00:23 -0700
Jeremy Kemper
2005-07-08
1
-1
/
+1
*
Routes now raise an exception if a path component is misconfigured.
Nicholas Seckar
2005-07-08
1
-0
/
+14
*
Fix routes to generate proper URLs when given Fixnum defaults
Nicholas Seckar
2005-07-08
1
-0
/
+22
*
Enable routes to recognize uppercase controller names. Closes #1635
Nicholas Seckar
2005-07-07
1
-0
/
+12
*
Properly unescape recognized path components. Fixes #1651.
Nicholas Seckar
2005-07-07
1
-0
/
+11
*
Improved testing of functional test setup.
Nicholas Seckar
2005-07-07
1
-3
/
+37
*
Fixed that named routes didn't use the default values for action and possible...
David Heinemeier Hansson
2005-07-07
1
-1
/
+11
*
Add test for dynamic dispatch based on action_name accessor.
Jeremy Kemper
2005-07-07
1
-0
/
+21
*
Fixed routing snafu
David Heinemeier Hansson
2005-07-06
1
-2
/
+2
*
Partly tuned docs for release (AP)
David Heinemeier Hansson
2005-07-06
2
-8
/
+8
*
r2879@asus: jeremy | 2005-07-05 16:15:16 -0700
Jeremy Kemper
2005-07-05
1
-0
/
+1
*
r2874@asus: jeremy | 2005-07-05 16:13:39 -0700
Jeremy Kemper
2005-07-05
2
-4
/
+5
*
Fixed routing regression on index exception
David Heinemeier Hansson
2005-07-05
1
-1
/
+5
*
Routing fix
Jamis Buck
2005-07-05
1
-0
/
+11
*
r2850@asus: jeremy | 2005-07-05 13:08:32 -0700
Jeremy Kemper
2005-07-05
1
-0
/
+7
*
r2836@asus: jeremy | 2005-07-05 00:33:12 -0700
Jeremy Kemper
2005-07-05
1
-34
/
+30
*
r2822@asus: jeremy | 2005-07-04 21:14:30 -0700
Jeremy Kemper
2005-07-04
1
-1
/
+1
*
r2821@asus: jeremy | 2005-07-04 21:14:16 -0700
Jeremy Kemper
2005-07-04
1
-2
/
+2
*
r2820@asus: jeremy | 2005-07-04 21:13:57 -0700
Jeremy Kemper
2005-07-04
1
-121
/
+119
*
r2817@asus: jeremy | 2005-07-04 20:49:12 -0700
Jeremy Kemper
2005-07-04
1
-1
/
+7
*
r2815@asus: jeremy | 2005-07-04 19:49:35 -0700
Jeremy Kemper
2005-07-04
1
-1
/
+3
*
r2809@asus: jeremy | 2005-07-04 19:29:19 -0700
Jeremy Kemper
2005-07-04
1
-6
/
+4
*
r2808@asus: jeremy | 2005-07-04 19:08:48 -0700
Jeremy Kemper
2005-07-04
1
-18
/
+29
*
Fixed that hashes was not working properly when passed by GET to lighttpd #84...
David Heinemeier Hansson
2005-07-04
1
-3
/
+12
*
r2790@asus: jeremy | 2005-07-04 16:30:58 -0700
Jeremy Kemper
2005-07-04
1
-0
/
+91
*
r2788@asus: jeremy | 2005-07-04 16:16:20 -0700
Jeremy Kemper
2005-07-04
1
-4
/
+5
*
Fix broken capture test
Jamis Buck
2005-07-04
1
-2
/
+2
*
Hashes sent via multipart post should be converted to strings #1032 [me@julik...
Jamis Buck
2005-07-04
1
-0
/
+7
*
Fix test broken by [1648]
Jamis Buck
2005-07-04
1
-1
/
+1
*
Fixed routing bug #1592
David Heinemeier Hansson
2005-07-03
1
-0
/
+3
*
Added JavascriptHelper#update_element_function, which returns a Javascript fu...
David Heinemeier Hansson
2005-07-03
1
-0
/
+39
*
Added more tests on assert_redirected_to #1581 [Rick Olson]
David Heinemeier Hansson
2005-07-02
1
-0
/
+55
*
Uncommented request.recycle! as it breaks more than it fixes, left test case ...
David Heinemeier Hansson
2005-06-30
3
-4
/
+15
*
Got back to functional testing harmony
David Heinemeier Hansson
2005-06-29
1
-0
/
+21
*
r1475@iwill: jeremy | 2005-06-28 23:19:51 -0700
Jeremy Kemper
2005-06-29
2
-52
/
+52
*
Routes fail with leading slash #1540 [Nicholas Seckar]
Jamis Buck
2005-06-28
1
-0
/
+5
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
2
-0
/
+454
*
Don't ignore :controller for urls made inside a controller module #1526 [Nich...
David Heinemeier Hansson
2005-06-27
1
-0
/
+7
*
Make named routes work without hashes #1523 [Nicholas Seckar]
David Heinemeier Hansson
2005-06-27
1
-0
/
+6
*
Fixed assert_redirected_to to handle absolute controller paths properly #1472...
David Heinemeier Hansson
2005-06-27
1
-4
/
+23
*
Fixed that Functional tests do not set request.path_parameters properly #1512...
David Heinemeier Hansson
2005-06-26
1
-1
/
+10
*
Updated assert_generates/routing to the new Routes code #1498 [Rick Olson]
David Heinemeier Hansson
2005-06-25
1
-0
/
+4
*
Eliminate a "string literal in condition" warning from some routes
Jamis Buck
2005-06-25
1
-0
/
+12
[prev]
[next]