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
/
time_with_zone.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6183 from nashby/fix-issue-6179
Jeremy Kemper
2012-05-18
1
-3
/
+12
|
\
|
*
respect nsec in TimeWithZone
Vasiliy Ermolovich + Sergey Nartimov
2012-05-18
1
-1
/
+1
|
*
wrap time ranges with timezones, closes #6179
Vasiliy Ermolovich
2012-05-17
1
-2
/
+11
*
|
removing unnecessary 'examples' noise from activesupport
Francesco Rodriguez
2012-05-13
1
-4
/
+0
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-08
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add missing public method doc to TimeWithZone.name
Rob Zolkos
2012-05-06
1
-1
/
+3
*
|
Use respond_to_missing for TimeWithZone
Marc-Andre Lafortune
2012-05-05
1
-3
/
+3
|
/
*
No need to override to_yaml method in ActiveSupport::TimeWithZone
Rafael Mendonça França
2012-01-04
1
-7
/
+1
*
No need to check if YAML::ENGINE is defined since ruby 1.9 does that
Rafael Mendonça França
2012-01-04
1
-1
/
+1
*
Fix inconsistencies with Time{WithZone}#{hash,eql?}
Marc-Andre Lafortune
2011-11-22
1
-2
/
+5
*
Fix a typo in date
Semyon Perepelitsa
2011-09-12
1
-1
/
+1
*
Fix xmlschema output with fraction_digits >0
shtirlic
2011-07-11
1
-1
/
+1
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...
Josh Kalderimis
2011-04-05
1
-1
/
+1
*
refactored Time#<=> and DateTime#<=> by removing unnecessary calls without lo...
Diego Carrion
2011-03-04
1
-1
/
+1
*
prefering psych as the yaml parser if possible, fixing assertions for YAML 1....
Aaron Patterson
2011-01-21
1
-0
/
+10
*
make our yaml output consistent
Aaron Patterson
2011-01-04
1
-5
/
+1
*
Duck typing here
Santiago Pastorino
2010-11-11
1
-1
/
+1
*
Fix ActiveSupport::TimeWithZone#localtime method with DateTime
Alvaro Bautista
2010-11-11
1
-1
/
+1
*
Whitespace and example identation
Josep M. Bach
2010-08-15
1
-0
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
adding proper markup in comments
Neeraj Singh
2010-07-23
1
-2
/
+2
*
shortening the sentences and removing fluff
Neeraj Singh
2010-07-23
1
-4
/
+5
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
Changed the default ActiveSupport.use_standard_json_time_format from false to...
David Heinemeier Hansson
2010-01-03
1
-4
/
+3
*
time_with_zone.rb needs active_support/core_ext/object/acts_like
Xavier Noria
2010-01-01
1
-0
/
+1
*
Add TimeZone dependency
Yehuda Katz
2009-11-14
1
-0
/
+2
*
Repair time dependencies
Jeremy Kemper
2009-11-14
1
-8
/
+0
*
Clarify date/time dependencies
Jeremy Kemper
2009-11-02
1
-0
/
+1
*
JSON: split encoding and coercion
Jeremy Kemper
2009-06-08
1
-20
/
+21
*
Now that we have a separate internal rails_to_json, use a separate circular r...
Jeremy Kemper
2009-04-26
1
-1
/
+1
*
Privatize rails_to_json
Jeremy Kemper
2009-04-26
1
-22
/
+20
*
* Add pluggable JSON backends with support for the JSON gem. [rick]
rick
2009-04-23
1
-1
/
+3
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-1
/
+1
*
Divert CoreExtensions mention in docs
Jeremy Kemper
2009-04-22
1
-1
/
+1
*
Merge branch 'master' into cherry
Jeremy Kemper
2009-04-20
1
-4
/
+9
|
\
|
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
1
-2
/
+8
|
|
\
|
|
*
TimeWithZone.name returns 'Time', to further thwart type checking
Geoff Buesing
2009-04-05
1
-0
/
+5
|
*
|
Sync 'rails/rails/master'
Yehuda Katz
2009-01-30
1
-1
/
+1
|
|
\
\
|
*
\
\
Sync 'rails/rails/master'
Yehuda Katz
2009-01-11
1
-2
/
+6
|
|
\
\
\
|
*
|
|
|
Sync 'rails/rails/master'
Yehuda Katz
2009-01-05
1
-1
/
+1
|
*
|
|
|
Annotated metaprogramming code across ActiveSupport
Michael S. Klishin
2008-12-28
1
-4
/
+4
*
|
|
|
|
Unneeded require
Jeremy Kemper
2009-04-07
1
-1
/
+0
*
|
|
|
|
Explicit dependency on Duration, numeric times, and date/time to_s extensions
Jeremy Kemper
2009-03-28
1
-2
/
+9
*
|
|
|
|
Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offset
Jeremy Kemper
2009-03-23
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
TimeWithZone#advance: leverage Hash#values_at and non-block form of #any? for...
Geoff Buesing
2009-02-09
1
-1
/
+1
*
|
|
|
TimeWithZone#advance: use #any? instead of #detect
Geoff Buesing
2009-02-08
1
-1
/
+1
*
|
|
|
TimeWithZone: eliminate unnecessary flatten
Geoff Buesing
2009-02-08
1
-1
/
+1
[next]