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
...
*
Ruby 1.9 compat: helpers
Jeremy Kemper
2007-12-15
2
-7
/
+10
*
Note that filters test crashes Ruby 1.9
Jeremy Kemper
2007-12-15
1
-0
/
+1
*
Ruby 1.9 compat: account for new, non-flattening Array#to_s
Jeremy Kemper
2007-12-15
2
-4
/
+4
*
Fixes for standalone tests
Jeremy Kemper
2007-12-15
2
-3
/
+10
*
Ruby 1.9 compat: cookies
Jeremy Kemper
2007-12-15
2
-9
/
+5
*
Ruby 1.9 compat: use String#ord to escape filenames for compiled method names
Jeremy Kemper
2007-12-15
1
-2
/
+2
*
Remove missing default helper warnings
Jeremy Kemper
2007-12-15
1
-2
/
+0
*
Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically sec...
Jeremy Kemper
2007-12-15
1
-0
/
+3
*
Docfix (closes #10429) [jamesh/ssoroka]
David Heinemeier Hansson
2007-12-14
1
-9
/
+8
*
Fixed that ActionView#file_exists? would be incorrect if @first_render is set...
David Heinemeier Hansson
2007-12-14
3
-1
/
+21
*
Added that Array#to_param calls to_param on all it's elements (closes #10473)...
David Heinemeier Hansson
2007-12-14
1
-0
/
+2
*
Make the routes rake task more discoverable but documenting it in the routing...
Marcel Molina
2007-12-13
1
-0
/
+4
*
Explain how the layout macro behaves when passed a path that contains a direc...
Marcel Molina
2007-12-13
1
-1
/
+2
*
More Action View refactoring. Knock :erb default down a notch. Closes #10455.
Jeremy Kemper
2007-12-10
7
-71
/
+72
*
Missed commit. Closes #10437.
Jeremy Kemper
2007-12-10
1
-0
/
+4
*
Fix up template handler tests. Closes #10437.
Jeremy Kemper
2007-12-10
3
-7
/
+7
*
Fix javascript_tag method name collision. Closes #10337.
Jeremy Kemper
2007-12-10
2
-4
/
+4
*
Ensure asset cache directories are automatically created. Closes #10337.
Jeremy Kemper
2007-12-10
2
-38
/
+33
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
3
-12
/
+12
*
Credit #10443 + more changelog updates
Jeremy Kemper
2007-12-10
1
-3
/
+3
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-4
/
+4
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-8
/
+8
*
Fix strange NoMemoryError on amd64. Closes #10442 [wrb]
Jeremy Kemper
2007-12-10
1
-4
/
+5
*
lifo -> Pratik
Jeremy Kemper
2007-12-10
1
-11
/
+11
*
More contributor name updates
Jeremy Kemper
2007-12-10
1
-2
/
+2
*
Document how to disable forgery protection for tests. Useful note for those u...
Jeremy Kemper
2007-12-10
1
-1
/
+7
*
Update Fred's name in changelogs
Jeremy Kemper
2007-12-10
1
-2
/
+2
*
Fix doc typo on Dispatcher.dispatch. Closes #10434 [fxn]
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
render :xml and :json preserve custom content types. Closes #10388.
Jeremy Kemper
2007-12-09
3
-12
/
+34
*
Refactor Action View template handlers. Closes #10437.
Jeremy Kemper
2007-12-09
7
-89
/
+108
*
Fix DoubleRenderError message and leave out mention of returning false from f...
Rick Olson
2007-12-08
2
-1
/
+3
*
Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]
Rick Olson
2007-12-08
2
-12
/
+6
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
3
-3
/
+3
*
Ignore illegal seeks on body rewind. Catches CGI errors depending on your htt...
Jeremy Kemper
2007-12-07
2
-1
/
+17
*
Fixed documentation that made rdoc bark
David Heinemeier Hansson
2007-12-06
1
-1
/
+1
*
Fixed documentation that made rdoc bark
David Heinemeier Hansson
2007-12-06
1
-2
/
+2
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
3
-8
/
+5
*
Fixed send_file/binary_content for testing (closes #8044) [tolsen]
David Heinemeier Hansson
2007-12-05
3
-20
/
+11
*
Adding missing space to documentation of the layout method. Closes #7126 [ora...
Marcel Molina
2007-12-05
1
-1
/
+1
*
Add example of redirect_to that uses a named route. Closes #7149 [stevenbristol]
Marcel Molina
2007-12-05
1
-0
/
+1
*
Correct example for path parameters to use strings as keys in the hash rather...
Marcel Molina
2007-12-05
1
-2
/
+3
*
Update documentation to reflect increased accuracy of date interval calculati...
Marcel Molina
2007-12-05
1
-4
/
+3
*
Add documentation examples to prototype helper. Closes #7211 [manfred]
Marcel Molina
2007-12-05
2
-2
/
+25
*
Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]
Marcel Molina
2007-12-05
3
-15
/
+28
*
Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcana...
Marcel Molina
2007-12-05
2
-25
/
+258
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
12
-22
/
+22
*
Add many examples to assertion documentation. Closes #7803 [jeremymcanally]
Marcel Molina
2007-12-05
5
-37
/
+130
*
Ensure that ActionMailer::Base is there and not just the parent module
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Fix typo in [8287]
Marcel Molina
2007-12-05
1
-1
/
+1
*
Document the supported options for sortable_element. Closes #8820 [berkelep]
Marcel Molina
2007-12-05
2
-2
/
+59
[prev]
[next]