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
*
AbstractRequest#domain returns nil when host is an ip address #2012 [kevin.cl...
Jamis Buck
2005-09-02
1
-0
/
+3
*
Yield @content_for_ variables to templates #2058 [Sam Stephenson]
Jamis Buck
2005-09-01
1
-0
/
+9
*
Make rendering an empty partial collection behave like :nothing => true #2080...
Jamis Buck
2005-09-01
1
-0
/
+9
*
Render refactoring; render error reporting fixes
Nicholas Seckar
2005-08-26
1
-0
/
+1
*
Prevent the benchmark module from blowing up if a non-HTTP/1.1 request is pro...
Jamis Buck
2005-08-23
1
-0
/
+36
*
Add an :if option to session management, to allow programmatically enabling o...
Jamis Buck
2005-08-17
1
-0
/
+14
*
Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...
Jamis Buck
2005-08-06
2
-0
/
+11
*
Make sure :layout => false is always used when rendering inside a layout
Jamis Buck
2005-08-05
1
-1
/
+10
*
Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...
Jamis Buck
2005-08-01
1
-0
/
+17
*
Make sure assigns are built for every request when testing #1866
Jamis Buck
2005-07-31
2
-1
/
+21
*
Allow remote_addr to be queried on TestRequest #1668
Jamis Buck
2005-07-31
1
-1
/
+14
*
Fixed bug when a partial render was passing a local with the same name as the...
David Heinemeier Hansson
2005-07-27
1
-1
/
+1
*
Demonstrate breakage better
David Heinemeier Hansson
2005-07-27
1
-2
/
+2
*
Added two failing tests for partials with locals from controller
David Heinemeier Hansson
2005-07-27
1
-0
/
+27
*
Improved performance of test app req/sec with ~10% refactoring the render met...
David Heinemeier Hansson
2005-07-24
5
-21
/
+21
*
Fixed regression for content_for #1820 [Stefan Kaes]
David Heinemeier Hansson
2005-07-24
1
-0
/
+9
*
Improved performance with 5-30% through a series of Action Pack optimizations...
David Heinemeier Hansson
2005-07-23
3
-3
/
+17
*
Added test for template to layout variable transfer
David Heinemeier Hansson
2005-07-23
1
-0
/
+11
*
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
1
-0
/
+50
*
Improved rendering speed on complicated templates by up to 25% #1234 [Stephan...
David Heinemeier Hansson
2005-07-21
3
-8
/
+19
*
Fixed construction of get parameters for arrays
Nicholas Seckar
2005-07-18
2
-31
/
+58
*
Fix assert_routing with nested controllers. Closes #1582 and #1386.
Nicholas Seckar
2005-07-15
3
-25
/
+36
*
Add RouteSet#named_route so that RouteSet instance methods do not shadow avai...
Nicholas Seckar
2005-07-14
1
-0
/
+12
*
Provide correct defaults for Named Routes which do not specify :action
Nicholas Seckar
2005-07-14
1
-0
/
+27
*
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
[next]