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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added :use_short_month option to select_month helper to show month names as a...
Jamis Buck
2005-08-22
3
-2
/
+26
*
Add an :if option to session management, to allow programmatically enabling o...
Jamis Buck
2005-08-17
2
-2
/
+23
*
Make link_to escape the javascript in the confirm option #1964 [nicolas.pouil...
Jamis Buck
2005-08-14
3
-1
/
+11
*
Make assert_redirected_to properly check URL's passed as strings #1910 [Scott...
Jamis Buck
2005-08-06
4
-3
/
+15
*
Make sure :layout => false is always used when rendering inside a layout
Jamis Buck
2005-08-05
3
-2
/
+14
*
Use raise instead of assert_not_nil in Test::Unit::TestCase#process to ensure...
Jamis Buck
2005-08-01
3
-6
/
+26
*
Make sure assigns are built for every request when testing #1866
Jamis Buck
2005-07-31
4
-1
/
+32
*
Allow remote_addr to be queried on TestRequest #1668
Jamis Buck
2005-07-31
3
-1
/
+20
*
Really fix the syntax error issue
David Heinemeier Hansson
2005-07-28
1
-1
/
+2
*
More fixes, but still broken
David Heinemeier Hansson
2005-07-27
2
-4
/
+6
*
Fixing the fix, but not quite
David Heinemeier Hansson
2005-07-27
1
-0
/
+4
*
Fixing the fix, but not quite
David Heinemeier Hansson
2005-07-27
1
-5
/
+3
*
Fixed bug when a partial render was passing a local with the same name as the...
David Heinemeier Hansson
2005-07-27
3
-2
/
+4
*
Demonstrate breakage better
David Heinemeier Hansson
2005-07-27
3
-3
/
+4
*
Fixed dynamic scaffolding [Stefan Kaes]
David Heinemeier Hansson
2005-07-27
2
-6
/
+9
*
Added two failing tests for partials with locals from controller
David Heinemeier Hansson
2005-07-27
2
-1
/
+28
*
Fixed #1774 again
David Heinemeier Hansson
2005-07-27
1
-1
/
+1
*
Removed unused statement
David Heinemeier Hansson
2005-07-26
1
-1
/
+0
*
Fixed snag in status reporting
David Heinemeier Hansson
2005-07-26
1
-1
/
+1
*
Only log status if there is one different from 200 set
David Heinemeier Hansson
2005-07-26
1
-1
/
+1
*
Document the design of the compiled templates approach and tweak the expirati...
David Heinemeier Hansson
2005-07-26
1
-4
/
+8
*
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
15
-198
/
+186
*
Simplify content_for implementation
David Heinemeier Hansson
2005-07-24
1
-10
/
+2
*
Fixed regression for content_for #1820 [Stefan Kaes]
David Heinemeier Hansson
2005-07-24
4
-3
/
+14
*
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
14
-117
/
+175
*
Added test for template to layout variable transfer
David Heinemeier Hansson
2005-07-23
4
-2
/
+17
*
Caching template logging goes DEBUG
David Heinemeier Hansson
2005-07-23
1
-4
/
+10
*
Extended template caching to rxml and attempted to fix periodical caching iss...
David Heinemeier Hansson
2005-07-23
2
-41
/
+50
*
Fixed call on inline with new render_template #1808 [Michael Shuerig]
David Heinemeier Hansson
2005-07-22
1
-1
/
+1
*
Expiring a cache that doesnt exist is bliss not bad
David Heinemeier Hansson
2005-07-22
1
-2
/
+2
*
Fixed changing templates in development mode [Stephan Kaes]
David Heinemeier Hansson
2005-07-22
1
-2
/
+3
*
Changed caching/expiration/hit to report using the DEBUG log level and errors...
David Heinemeier Hansson
2005-07-22
3
-12
/
+14
*
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
6
-3
/
+134
*
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
9
-52
/
+119
*
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
4
-53
/
+70
*
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
2
-2
/
+4
*
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
2
-0
/
+25
[prev]
[next]