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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Class::ModelName to Active Support module core_ext
Jeremy Kemper
2008-06-06
1
-0
/
+19
*
Renamed StringQuestioneer to StringInquirer.
Joshua Peek
2008-06-04
2
-15
/
+15
*
Namespaced StringQuestioneer under ActiveSupport.
Joshua Peek
2008-06-04
1
-3
/
+3
*
Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? [...
David Heinemeier Hansson
2008-06-03
1
-0
/
+15
*
Add more standard Hash methods to ActiveSupport::OrderedHash [#314 state:reso...
Steve Purcell
2008-06-03
1
-0
/
+19
*
Fixed ambiguous first argument warning in ArrayExtTest.
Joshua Peek
2008-06-03
1
-14
/
+12
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
10
-411
/
+420
*
Added tests [#279 state:resolved] (Nicholas Schlueter)
David Heinemeier Hansson
2008-06-02
3
-0
/
+10
*
Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (D...
David Heinemeier Hansson
2008-06-02
1
-0
/
+1
*
Added a test for Gzip
David Heinemeier Hansson
2008-06-02
1
-0
/
+7
*
Fixed Dependencies so load errors are not masked behind a 'Expected x.rb to d...
Tom Ward
2008-05-31
1
-6
/
+14
*
TimeZone#to_s shows offset as GMT instead of UTC, because GMT will be more fa...
gbuesing
2008-05-25
1
-1
/
+1
*
Fix Dependencies watch_frames collection. [#24 state:resolved]
Tom Ward
2008-05-20
1
-0
/
+6
*
Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of...
gbuesing
2008-05-18
1
-0
/
+38
*
TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg
gbuesing
2008-05-18
1
-0
/
+7
*
Time#to_json: don't convert to utc before encoding. References #175
gbuesing
2008-05-18
1
-0
/
+16
*
Create a seperate file for ActiveSupport::OrderedHash.
Joshua Peek
2008-05-14
2
-44
/
+45
*
Include time zone offset in TimeWithZone#to_json
Daniel Morrison
2008-05-13
1
-1
/
+1
*
Remove unnecessary DeprecatedInstanceVariable class
Pratik Naik
2008-05-13
1
-10
/
+0
*
Adding Date.current, which returns Time.zone.today if config.time_zone is set...
gbuesing
2008-05-08
1
-0
/
+23
*
TimeWithZone: date part getter methods (#year #mon #day etc) are defined on c...
gbuesing
2008-05-08
1
-1
/
+9
*
Time.zone.parse: return nil for strings with no date information
gbuesing
2008-05-08
1
-0
/
+8
*
Time.zone.parse: compatibility with far future date with time zone offset in ...
gbuesing
2008-05-08
1
-0
/
+9
*
Fix Time.zone.parse from stripping time zone information and make Time aware ...
Scott Fleckenstein
2008-05-08
1
-0
/
+8
*
Add class to deprecate instance variables
Pratik Naik
2008-05-06
1
-0
/
+10
*
Added OrderedHash#delete [#113 state:resolved]
Sean Ouimet
2008-05-05
1
-0
/
+13
*
Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behavior
Jeremy Kemper
2008-05-01
1
-8
/
+2
*
Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ...
gbuesing
2008-04-20
2
-0
/
+66
*
Tidy up ActiveSupport::Callbacks::CallbackChain instance API.
Joshua Peek
2008-04-17
1
-0
/
+31
*
Support options passed to ActiveSupport::Cache :mem_cache_store [#14 state:re...
jweiss
2008-04-17
1
-0
/
+13
*
Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]
gbuesing
2008-04-12
1
-2
/
+53
*
Add #getutc alias for DateTime#utc
gbuesing
2008-04-12
1
-0
/
+1
*
TimeWithZone respects config.active_support.use_standard_json_time_format
gbuesing
2008-04-12
1
-0
/
+7
*
Add config.active_support.escape_html_entities_in_json to allow disabling of ...
Rick Olson
2008-04-08
1
-0
/
+3
*
Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes ...
Geoff Buesing
2008-04-04
1
-0
/
+52
*
TimeWithZone: Adding tests for dst and leap day edge cases when advancing time
Geoff Buesing
2008-04-02
1
-0
/
+35
*
Revert [9209] Use Hash#except
Pratik Naik
2008-04-02
1
-32
/
+0
*
Adding Hash#without Closes #7369 [eventualbuddha]
Pratik Naik
2008-04-02
1
-0
/
+32
*
TimeWithZone#method_missing: send to utc to advance with dst correctness, oth...
Geoff Buesing
2008-04-02
1
-0
/
+63
*
Add config.active_support.use_standard_json_time_format setting so that Times...
Rick Olson
2008-04-01
1
-3
/
+12
*
Add query methods for superclass_delegating_reader
Jeremy Kemper
2008-03-31
1
-4
/
+14
*
require fileutils
Jeremy Kemper
2008-03-31
1
-0
/
+1
*
Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is now ...
Geoff Buesing
2008-03-30
3
-627
/
+614
*
Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d...
Geoff Buesing
2008-03-30
1
-1
/
+1
*
Play nice with 1.9's DateTime#to_s
Jeremy Kemper
2008-03-29
1
-1
/
+1
*
Ensure threads finish running for time zone thread safety test.
Josh Peek
2008-03-29
1
-2
/
+4
*
config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers
Geoff Buesing
2008-03-28
1
-0
/
+11
*
Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re...
Geoff Buesing
2008-03-28
2
-0
/
+37
*
TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, bec...
Geoff Buesing
2008-03-28
1
-0
/
+12
*
TimeWithZone#usec returns 0 instead of error when DateTime is wrapped
Geoff Buesing
2008-03-28
1
-0
/
+7
[next]