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
/
activesupport
/
lib
/
active_support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document date and time to_formatted_s. Closes #10747 [leethal]
Jeremy Kemper
2008-01-09
3
-5
/
+66
*
Fix up Enumerable#group_by
Jeremy Kemper
2008-01-09
1
-7
/
+14
*
Improve documentation to classify to make it clear that it expects names to b...
Michael Koziarski
2008-01-08
2
-4
/
+10
*
Use a decorator module for Files instantiated by Hash.from_xml. Add test cove...
Jeremy Kemper
2008-01-06
1
-3
/
+18
*
Simplify and speedup Hash#stringify_keys! References #10717 [Cheah Chu Yeow]
Jeremy Kemper
2008-01-06
1
-4
/
+1
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
4
-9
/
+140
*
Ruby 1.9: Module#local_constants can now just use constants(false). Closes #1...
Jeremy Kemper
2008-01-04
1
-12
/
+21
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
12
-0
/
+1160
*
Ruby 1.9 compat: special-case String access methods to not depend on #chars
Jeremy Kemper
2008-01-03
1
-48
/
+72
*
Fixed String#titleize to work for strings with 's too (closes #10571) [trek]
David Heinemeier Hansson
2008-01-03
1
-1
/
+1
*
Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error...
Jeremy Kemper
2008-01-02
2
-1
/
+6
*
Correct Hash#assert_valid_keys docs. Closes #10621 [Cheah Chu Yeow, blackanger]
Jeremy Kemper
2008-01-02
1
-3
/
+4
*
Changed the implementation of Enumerable#group_by to use a double array appro...
David Heinemeier Hansson
2007-12-31
1
-2
/
+7
*
Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr...
Jeremy Kemper
2007-12-29
1
-0
/
+8
*
remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh...
Rick Olson
2007-12-28
1
-5
/
+8
*
Introduce ActiveSupport::BasicObject which bridges Builder::BlankSlate and Ru...
Jeremy Kemper
2007-12-28
1
-4
/
+13
*
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 [Frederick ...
Jeremy Kemper
2007-12-28
1
-0
/
+4
*
Ruby 1.9 compat: don't use obsolete ParseDate
Jeremy Kemper
2007-12-27
1
-4
/
+4
*
Ruby 1.9 compat: dependencies uses Module#local_constant_names. References #1...
Jeremy Kemper
2007-12-22
2
-3
/
+9
*
Ruby 1.9: use enumerator for blockless Range#step
Jeremy Kemper
2007-12-21
1
-6
/
+16
*
Multibyte: String#chars returns self for Ruby 1.9
Jeremy Kemper
2007-12-21
2
-40
/
+53
*
Multibyte: String#chars uses passthrough handler for Ruby 1.9
Jeremy Kemper
2007-12-21
1
-1
/
+1
*
Hash#symbolize_keys skips keys that can't be symbolized. Closes #10500.
Jeremy Kemper
2007-12-20
1
-1
/
+1
*
Ruby 1.9 compat: join the buffer array explicitly rather than relying on to_s...
Jeremy Kemper
2007-12-19
1
-1
/
+1
*
Missed commit. References #10554.
Jeremy Kemper
2007-12-18
1
-0
/
+17
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
1
-2
/
+1
*
Docfix (closes #10369) [revans]
David Heinemeier Hansson
2007-12-17
1
-1
/
+17
*
Prepare for 2.0.2 release
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Revert const_missing bypass in favor of Duration constant lookup tweak
Jeremy Kemper
2007-12-15
2
-6
/
+1
*
Ruby 1.9 compat: 'a'.ord == 'a'[0]
Jeremy Kemper
2007-12-15
1
-2
/
+7
*
Ruby 1.9 compat: shadowed vars, kcode
Jeremy Kemper
2007-12-15
1
-2
/
+8
*
Ruby 1.9 compat: define Duration#== [chuyeow]
Jeremy Kemper
2007-12-15
1
-25
/
+35
*
Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting...
Jeremy Kemper
2007-12-15
2
-4
/
+11
*
Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [c...
Jeremy Kemper
2007-12-15
4
-8
/
+20
*
Bypass const_missing lookup for toplevel constants. Optimizes for Ruby 1.9 co...
Jeremy Kemper
2007-12-15
1
-7
/
+12
*
Added that Array#to_param calls to_param on all it's elements (closes #10473)...
David Heinemeier Hansson
2007-12-14
1
-2
/
+2
*
TimeZone#to_s uses UTC rather than GMT. References #1689.
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Ruby 1.9 compat: TimeZone avoids localtime conversion. References #1689 [Chu ...
Jeremy Kemper
2007-12-10
1
-3
/
+4
*
Missed commit. References #10395.
Jeremy Kemper
2007-12-09
1
-0
/
+14
*
Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow]
Jeremy Kemper
2007-12-09
3
-17
/
+17
*
to_sentence returns self[0].to_s instead of just self[0] for arrays of length...
Jeremy Kemper
2007-12-09
1
-1
/
+1
*
Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 [ReinH]
Rick Olson
2007-12-08
1
-7
/
+1
*
Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options has...
Rick Olson
2007-12-08
1
-0
/
+1
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
1
-1
/
+1
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
1
-3
/
+3
*
Fix incorrect superclass in documentation for alias_attribute. Closes #7171 [...
Marcel Molina
2007-12-05
1
-1
/
+1
*
Document that the delegate method can delegate to things other than just meth...
Marcel Molina
2007-12-05
1
-0
/
+20
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Document Date conversions. Closes #10368 [chuyeow]
Michael Koziarski
2007-12-05
1
-4
/
+34
*
Enhance documentation for Active Support's Time Conversion functions. [rsanhe...
Michael Koziarski
2007-12-05
1
-3
/
+46
[next]