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
*
Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...
Rick Olson
2007-12-28
1
-1
/
+1
*
Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and Ru...
Jeremy Kemper
2007-12-28
1
-5
/
+1
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
2
-2
/
+2
*
Ensure that test case setup is run even if overridden. Closes #10382.
Jeremy Kemper
2007-12-28
1
-3
/
+16
*
Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka]
Jeremy Kemper
2007-12-28
1
-1
/
+1
*
Ruby 1.9 compat: javascript proxy. References #1689 [Frederick Cheung]
Jeremy Kemper
2007-12-27
1
-0
/
+5
*
Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung]
Jeremy Kemper
2007-12-27
1
-2
/
+2
*
Introduce native mongrel handler and push mutex into dispatcher.
Jeremy Kemper
2007-12-27
1
-6
/
+12
*
Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ...
Rick Olson
2007-12-23
1
-2
/
+2
*
Integration tests use ActionController::Dispatcher rather than the old Dispat...
Jeremy Kemper
2007-12-22
1
-2
/
+3
*
Fold reset! into the run method directly. Make -n options compatible with Rub...
Jeremy Kemper
2007-12-22
1
-7
/
+6
*
Request profiler resets after warmup and each run so you don't have to do it ...
Jeremy Kemper
2007-12-22
1
-3
/
+13
*
Request profiler: use actual script path and line numbers for backtraces.
Jeremy Kemper
2007-12-22
1
-3
/
+4
*
Add :default option to time_zone_select. Closes #10590.
Jeremy Kemper
2007-12-21
1
-1
/
+12
*
Update layout docs. Closes #10584 [Cheah Chu Yeow]
Jeremy Kemper
2007-12-21
1
-15
/
+14
*
Ruby 1.9 compat: date helper
Jeremy Kemper
2007-12-21
1
-6
/
+6
*
Ruby 1.9 compat: form helper test
Jeremy Kemper
2007-12-21
1
-1
/
+1
*
Ruby 1.9 compat: url helper encoding
Jeremy Kemper
2007-12-21
1
-9
/
+5
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
3
-15
/
+11
*
Added delete_via_redirect and put_via_redirect to integration testing (closes...
David Heinemeier Hansson
2007-12-17
1
-13
/
+28
*
Allow headers[Accept] to be set by hand when calling xml_http_request (closes...
David Heinemeier Hansson
2007-12-17
1
-1
/
+1
*
Added OPTIONS to list of default accepted HTTP methods (closes #10449) [holoway]
David Heinemeier Hansson
2007-12-17
1
-1
/
+1
*
Docfix (closes #10493)
David Heinemeier Hansson
2007-12-16
1
-2
/
+2
*
Fix doc (closes #10526)
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Add tests for html_escape, and remove an unneeded backslash (closes #10511) [...
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Added option to pass proc to ActionController::Base.asset_host for maximum co...
David Heinemeier Hansson
2007-12-16
1
-8
/
+38
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Ruby 1.9 compat: helpers
Jeremy Kemper
2007-12-15
1
-1
/
+2
*
Ruby 1.9 compat: account for new, non-flattening Array#to_s
Jeremy Kemper
2007-12-15
1
-3
/
+3
*
Ruby 1.9 compat: cookies
Jeremy Kemper
2007-12-15
1
-5
/
+1
*
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
1
-1
/
+1
*
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
5
-58
/
+57
*
Fix up template handler tests. Closes #10437.
Jeremy Kemper
2007-12-10
1
-1
/
+5
*
Fix javascript_tag method name collision. Closes #10337.
Jeremy Kemper
2007-12-10
1
-3
/
+3
*
Ensure asset cache directories are automatically created. Closes #10337.
Jeremy Kemper
2007-12-10
1
-38
/
+30
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
2
-3
/
+3
*
Fix strange NoMemoryError on amd64. Closes #10442 [wrb]
Jeremy Kemper
2007-12-10
1
-4
/
+5
*
Document how to disable forgery protection for tests. Useful note for those u...
Jeremy Kemper
2007-12-10
1
-1
/
+7
*
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
1
-2
/
+2
*
Refactor Action View template handlers. Closes #10437.
Jeremy Kemper
2007-12-09
6
-89
/
+106
*
Fix DoubleRenderError message and leave out mention of returning false from f...
Rick Olson
2007-12-08
1
-1
/
+1
*
Clean up some cruft around ActionController::Base#head. Closes #10417 [ssoroka]
Rick Olson
2007-12-08
1
-12
/
+2
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
1
-1
/
+1
[next]