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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error...
Jeremy Kemper
2008-01-02
4
-2
/
+18
*
db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah C...
Jeremy Kemper
2008-01-02
1
-3
/
+1
*
Correct Hash#assert_valid_keys docs. Closes #10621 [Cheah Chu Yeow, blackanger]
Jeremy Kemper
2008-01-02
1
-3
/
+4
*
SQLite: db:drop:all doesn't fail silently if the database is already open. Cl...
Jeremy Kemper
2008-01-02
2
-1
/
+3
*
Fix invalid time test. Closes #10632 [Dirkjan Bussink]
Jeremy Kemper
2008-01-02
3
-10
/
+3
*
Changed the implementation of Enumerable#group_by to use a double array appro...
David Heinemeier Hansson
2007-12-31
2
-2
/
+9
*
Don't make new_mongrel server default yet
Jeremy Kemper
2007-12-29
1
-6
/
+2
*
Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr...
Jeremy Kemper
2007-12-29
5
-9
/
+21
*
Fixup mocha tests for 0.5.6. Closes #10602 [murphy, mikong]
Jeremy Kemper
2007-12-29
1
-1
/
+4
*
Ruby 1.9 compat: workaround module_eval bug. Closes #10641 [Frederick Cheung]
Jeremy Kemper
2007-12-29
1
-1
/
+1
*
Fix that auto_link looks for ='s in url paths (Amazon urls have them). Close...
Rick Olson
2007-12-28
3
-1
/
+4
*
remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh...
Rick Olson
2007-12-28
2
-5
/
+10
*
Don't unnecessarily load has_many associations in after_update callbacks. Cl...
Rick Olson
2007-12-28
3
-6
/
+42
*
Allow setting ActiveResource::Base#format before #site. [rick]
Rick Olson
2007-12-28
3
-1
/
+10
*
Support agnostic formats when calling custom methods. Closes #10635 [joerich...
Rick Olson
2007-12-28
4
-4
/
+40
*
inherit from the new ActiveSupport::BlankSlate class
Rick Olson
2007-12-28
1
-1
/
+1
*
Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and Ru...
Jeremy Kemper
2007-12-28
2
-9
/
+14
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
7
-4
/
+13
*
Ensure that test case setup is run even if overridden. Closes #10382.
Jeremy Kemper
2007-12-28
3
-4
/
+28
*
Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka]
Jeremy Kemper
2007-12-28
2
-2
/
+2
*
Ruby 1.9 compat: calculations don't assume array implementation of ordered ha...
Jeremy Kemper
2007-12-27
1
-1
/
+2
*
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
3
-4
/
+8
*
Move rubyforge task require
Jeremy Kemper
2007-12-27
1
-1
/
+1
*
Ruby 1.9 compat: don't use obsolete ParseDate
Jeremy Kemper
2007-12-27
1
-4
/
+4
*
Move rubyforge task require
Jeremy Kemper
2007-12-27
1
-1
/
+1
*
Introduce native mongrel handler and push mutex into dispatcher.
Jeremy Kemper
2007-12-27
6
-8
/
+433
*
Ruby 1.9 compat: don't modify iterator target within block
Jeremy Kemper
2007-12-27
2
-41
/
+48
*
Ruby 1.9 compat: attribute methods
Jeremy Kemper
2007-12-27
2
-3
/
+4
*
Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ...
Rick Olson
2007-12-23
3
-3
/
+11
*
Remove leaky unused signal handler for transactions.
Jeremy Kemper
2007-12-22
1
-2
/
+0
*
Integration tests use ActionController::Dispatcher rather than the old Dispat...
Jeremy Kemper
2007-12-22
2
-3
/
+3
*
Ruby 1.9 compat: dependencies uses Module#local_constant_names. References #1...
Jeremy Kemper
2007-12-22
2
-3
/
+9
*
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...
Jeremy Kemper
2007-12-22
15
-237
/
+282
*
Ruby 1.9 compat: Fixtures inherits Hash instead of YAML::Omap since it's now ...
Jeremy Kemper
2007-12-22
1
-2
/
+2
*
Ruby 1.9 compat: initializer only sets kcode for Ruby < 1.9
Jeremy Kemper
2007-12-22
1
-4
/
+8
*
Ruby 1.9 compat: Class#subclasses is now protected
Jeremy Kemper
2007-12-22
1
-1
/
+1
*
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
3
-1
/
+45
*
Document custom methods. Closes #10589.
Jeremy Kemper
2007-12-21
3
-57
/
+87
*
Update layout docs. Closes #10584 [Cheah Chu Yeow]
Jeremy Kemper
2007-12-21
1
-15
/
+14
*
Rails 1.9 compat: asset tag helper tests
Jeremy Kemper
2007-12-21
1
-12
/
+12
*
Ruby 1.9: use enumerator for blockless Range#step
Jeremy Kemper
2007-12-21
1
-6
/
+16
*
Ruby 1.9 compat: compiled templates test
Jeremy Kemper
2007-12-21
1
-1
/
+5
*
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: note failing form options helper test, probably in html-scanner
Jeremy Kemper
2007-12-21
1
-0
/
+1
*
Ruby 1.9 compat: text helper
Jeremy Kemper
2007-12-21
3
-19
/
+40
[next]