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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that we...
Geoff Buesing
2008-01-23
2
-1
/
+2
*
Enumerable#group_by uses ActiveSupport::OrderedHash
Jeremy Kemper
2008-01-23
2
-16
/
+3
*
Refactor Time and DateTime #to_formatted_s: use ternary instead of nested if/...
Geoff Buesing
2008-01-23
3
-18
/
+6
*
Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc offset ...
Geoff Buesing
2008-01-23
6
-1
/
+47
*
Adding alternate_utc_string option to TimeZone#formatted_offset. Removing unn...
Geoff Buesing
2008-01-23
3
-10
/
+10
*
Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim...
Geoff Buesing
2008-01-23
7
-0
/
+444
*
Log an error to the console when the memcache server is raising
David Heinemeier Hansson
2008-01-22
1
-3
/
+6
*
Replace non-dst-aware TimeZone class with dst-aware class from tzinfo_timezon...
Geoff Buesing
2008-01-21
4
-125
/
+314
*
Extract ActiveSupport::Callbacks from Active Record, test case setup and tear...
Jeremy Kemper
2008-01-19
6
-50
/
+201
*
Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibili...
Geoff Buesing
2008-01-16
3
-0
/
+44
*
Use non-blocking writing if available. Closes #10794 [lifofifo]
Michael Koziarski
2008-01-13
1
-3
/
+16
*
Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent...
Geoff Buesing
2008-01-12
2
-1
/
+3
*
Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs...
Geoff Buesing
2008-01-12
5
-5
/
+40
*
Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper]
Jeremy Kemper
2008-01-09
3
-74
/
+38
*
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
2
-9
/
+20
*
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
2
-6
/
+49
*
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
8
-13
/
+191
*
remove some more absolute requires
Jeremy Kemper
2008-01-05
1
-5
/
+5
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
45
-48
/
+49
*
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
15
-0
/
+1196
*
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
3
-2
/
+7
*
Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error...
Jeremy Kemper
2008-01-02
4
-2
/
+18
*
Correct Hash#assert_valid_keys docs. Closes #10621 [Cheah Chu Yeow, blackanger]
Jeremy Kemper
2008-01-02
1
-3
/
+4
*
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
*
Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr...
Jeremy Kemper
2007-12-29
2
-0
/
+12
*
remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh...
Rick Olson
2007-12-28
2
-5
/
+10
*
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
2
-0
/
+8
*
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
*
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: skip String#each_char test for Ruby 1.9
Jeremy Kemper
2007-12-21
1
-8
/
+9
*
Multibyte: String#chars returns self for Ruby 1.9
Jeremy Kemper
2007-12-21
5
-43
/
+75
*
Multibyte: String#chars uses passthrough handler for Ruby 1.9
Jeremy Kemper
2007-12-21
5
-15
/
+21
*
Hash#symbolize_keys skips keys that can't be symbolized. Closes #10500.
Jeremy Kemper
2007-12-20
3
-4
/
+12
*
Ruby 1.9 compat: join the buffer array explicitly rather than relying on to_s...
Jeremy Kemper
2007-12-19
1
-1
/
+1
*
RubyGems 0.9.5 compat: always set the gem platform
Jeremy Kemper
2007-12-19
1
-0
/
+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
3
-3
/
+4
*
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
*
Update changelog for Ruby 1.9 compat patches
Jeremy Kemper
2007-12-15
1
-1
/
+1
*
Revert const_missing bypass in favor of Duration constant lookup tweak
Jeremy Kemper
2007-12-15
3
-6
/
+3
[prev]
[next]