|
|
|
@9238
|
[9238]
|
04/08/08 03:45:26 |
rick |
Add config.active_support.escape_html_entities_in_json to allow disabling … |
|
|
|
@9227
|
[9227]
|
04/05/08 11:18:05 |
pratik |
Fix more typos and changelog |
|
|
|
@9226
|
[9226]
|
04/05/08 03:52:58 |
pratik |
Improve documentation. |
|
|
|
@9225
|
[9225]
|
04/04/08 20:26:42 |
josh |
Replaced callback method evaluation in AssociationCollection class to use … |
|
|
|
@9221
|
[9221]
|
04/04/08 03:29:30 |
gbuesing |
Time #yesterday and #tomorrow behave correctly crossing DST boundary. … |
|
|
|
@9213
|
[9213]
|
04/02/08 14:15:30 |
gbuesing |
TimeWithZone: Adding tests for dst and leap day edge cases when advancing … |
|
|
|
@9210
|
[9210]
|
04/02/08 12:47:52 |
pratik |
Revert [9209] Use Hash#except |
|
|
|
@9209
|
[9209]
|
04/02/08 11:45:03 |
pratik |
Adding Hash#without Closes #7369 [eventualbuddha] |
|
|
|
@9208
|
[9208]
|
04/02/08 06:56:44 |
gbuesing |
TimeWithZone#method_missing: send to utc to advance with dst correctness, … |
|
|
|
@9203
|
[9203]
|
04/01/08 20:25:26 |
rick |
Add config.active_support.use_standard_json_time_format setting so that … |
|
|
|
@9161
|
[9161]
|
03/31/08 02:18:17 |
bitsweat |
Fine, warn. Just don't recurse to death in cc.rb |
|
|
|
@9156
|
[9156]
|
03/31/08 01:09:39 |
bitsweat |
Add query methods for superclass_delegating_reader |
|
|
|
@9155
|
[9155]
|
03/31/08 01:09:29 |
bitsweat |
Always alias DateTime#to_s to #to_default_s |
|
|
|
@9154
|
[9154]
|
03/31/08 01:09:19 |
bitsweat |
require fileutils |
|
|
|
@9153
|
[9153]
|
03/30/08 23:49:52 |
gbuesing |
TZInfo: Removing unneeded TimezoneProxy class |
|
|
|
@9152
|
[9152]
|
03/30/08 23:27:17 |
gbuesing |
TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not … |
|
|
|
@9150
|
[9150]
|
03/30/08 23:01:06 |
gbuesing |
Removing unnecessary uses_tzinfo helper from tests, given that TZInfo is … |
|
|
|
@9149
|
[9149]
|
03/30/08 22:24:35 |
gbuesing |
Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and … |
|
|
|
@9143
|
[9143]
|
03/30/08 05:02:25 |
bitsweat |
Don't need to explicitly pass the same params to super. Remove trailing … |
|
|
|
@9142
|
[9142]
|
03/30/08 03:04:41 |
josh |
Ruby 1.9 compat: Suppress Benchmark.realtime method redefined warning. |
|
|
|
@9138
|
[9138]
|
03/29/08 21:48:08 |
josh |
Force json string encoding to ASCII-8BIT before unpacking for Ruby 1.9. |
|
|
|
@9137
|
[9137]
|
03/29/08 21:23:10 |
bitsweat |
Play nice with 1.9's DateTime#to_s |
|
|
|
@9136
|
[9136]
|
03/29/08 20:50:09 |
josh |
Ensure threads finish running for time zone thread safety test. |
|
|
|
@9108
|
[9108]
|
03/28/08 04:35:48 |
gbuesing |
config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson … |
|
|
|
@9107
|
[9107]
|
03/28/08 04:06:47 |
gbuesing |
Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps … |
|
|
|
@9106
|
[9106]
|
03/28/08 02:10:36 |
gbuesing |
TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, … |
|
|
|
@9105
|
[9105]
|
03/28/08 01:57:41 |
gbuesing |
TimeWithZone#usec returns 0 instead of error when DateTime is wrapped |
|
|
|
@9093
|
[9093]
|
03/26/08 12:27:52 |
pratik |
Improve documentation. |
|
|
|
@9091
|
[9091]
|
03/26/08 02:43:38 |
nzkoz |
Standardise the implementation of the extensions to BigDecimal. Closes … |
|
|
|
@9081
|
[9081]
|
03/23/08 04:44:50 |
rick |
Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. … |
|
|
|
@9079
|
[9079]
|
03/22/08 18:43:36 |
gbuesing |
Ensure correct TimeWithZone#to_date |
|
|
|
@9071
|
[9071]
|
03/21/08 22:48:00 |
gbuesing |
Make TimeWithZone work with tzinfo 0.2.x: use … |
|
|
|
@9055
|
[9055]
|
03/18/08 17:56:05 |
bitsweat |
Refactor filters to use Active Support callbacks. Closes #11235. |
|
|
|
@9054
|
[9054]
|
03/18/08 04:46:51 |
david |
sshpublisher needs to be explicitly required now, apparently |
|
|
|
@9047
|
[9047]
|
03/17/08 05:50:13 |
gbuesing |
Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. … |
|
|
|
@9046
|
[9046]
|
03/17/08 05:14:26 |
gbuesing |
TZInfo caches Timezone instances in its own internal hash cache, so … |
|
|
|
@9045
|
[9045]
|
03/17/08 05:07:50 |
gbuesing |
Adding TimeZone#parse |
|
|
|
@9042
|
[9042]
|
03/17/08 03:45:32 |
gbuesing |
Adding TimeZone#at and DateTime#to_f |
|
|
|
@9041
|
[9041]
|
03/17/08 02:54:23 |
gbuesing |
TimeWithZone responds to Ruby 1.9 weekday-named query methods |
|
|
|
@9040
|
[9040]
|
03/17/08 02:40:28 |
gbuesing |
TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so … |
|
|
|
@9015
|
[9015]
|
03/13/08 02:25:10 |
david |
Applied the faster squish version (closes #11123) [jordi] |
|
|
|
@9013
|
[9013]
|
03/13/08 01:54:34 |
david |
Fixed that BufferedLogger should create its own directory if one doesnt … |
|
|
|
@9009
|
[9009]
|
03/11/08 07:19:36 |
gbuesing |
Fix Numeric time tests broken by DST change by anchoring them to fixed … |
|
|
|
@9008
|
[9008]
|
03/11/08 06:23:41 |
gbuesing |
Removing unneeded #change_time_zone method from Time, DateTime and … |
|
|
|
@9007
|
[9007]
|
03/11/08 05:39:13 |
gbuesing |
TimeZone #local and #now correctly enforce DST rules |
|
|
|
@9006
|
[9006]
|
03/11/08 04:26:20 |
gbuesing |
TimeWithZone instances correctly enforce DST rules. Adding … |
|
|
|
@9002
|
[9002]
|
03/10/08 03:37:38 |
gbuesing |
test_time_with_datetime_fallback expects DateTime.local_offset instead of … |
|
|
|
@8988
|
[8988]
|
03/07/08 11:17:38 |
pratik |
Fixed typos in ActiveSupport::Callbacks documentation. Closes #11254 |
|
|
|
@8984
|
[8984]
|
03/05/08 10:53:34 |
pratik |
Docs for ActiveSupport::Callbacks. Closes #11254 [ernesto.jimenez] |
|
|
|
@8975
|
[8975]
|
03/03/08 03:49:37 |
gbuesing |
Adding TimeWithZone #marshal_dump and #marshal_load |
|
|
|
@8974
|
[8974]
|
03/03/08 03:31:57 |
nzkoz |
Add OrderedHash#to_hash. Closes #11266 [josh] |
|
|
|
@8937
|
[8937]
|
02/27/08 23:11:08 |
bitsweat |
Fix Hash#from_xml with Type records. Closes #9242 [Juanjo Bazan, Isaac … |
|
|
|
@8935
|
[8935]
|
02/27/08 23:03:10 |
bitsweat |
Changelog attribution for #9312 |
|
|
|
@8934
|
[8934]
|
02/27/08 22:53:54 |
bitsweat |
Adding Time#end_of_day, _quarter, _week, and _year. Closes #9312. |
|
|
|
@8916
|
[8916]
|
02/21/08 01:35:27 |
bitsweat |
Add #clear to mem_cache_store, flushes all caches |
|
|
|
@8888
|
[8888]
|
02/17/08 20:07:40 |
bitsweat |
Pass array of addresses |
|
|
|
@8886
|
[8886]
|
02/17/08 00:35:49 |
gbuesing |
Adding TimeWithZone#between? |
|
|
|
@8885
|
[8885]
|
02/16/08 23:39:40 |
gbuesing |
Time.=== returns true for TimeWithZone instances |
|
|
|
@8884
|
[8884]
|
02/16/08 23:15:59 |
gbuesing |
TimeWithZone #+ and #- behave consistently with numeric arguments … |
|
|
|
@8878
|
[8878]
|
02/16/08 00:02:30 |
nzkoz |
Add String#squish and String#squish! to remove consecutive chunks of … |
|
|
|
@8877
|
[8877]
|
02/15/08 23:33:43 |
nzkoz |
Serialize BigDecimals as Floats when using to_yaml. Closes #8746 … |
|
|
|
@8854
|
[8854]
|
02/10/08 22:26:16 |
gbuesing |
Adding TimeWithZone #to_yaml, #to_datetime, #eql? and method aliases for … |
|
|
|
@8853
|
[8853]
|
02/10/08 20:35:47 |
gbuesing |
TimeWithZone #in_time_zone returns +self+ if zone argument is the same as … |
|
|
|
@8852
|
[8852]
|
02/10/08 20:04:14 |
gbuesing |
Adding TimeWithZone #to_a, #to_f, #to_i, #httpdate, #rfc2822 |
|
|
|
@8851
|
[8851]
|
02/10/08 19:15:32 |
gbuesing |
Pruning unneeded TimeWithZone#change_time_zone_to_current |
|
|
|
@8850
|
[8850]
|
02/10/08 19:02:30 |
gbuesing |
Time#zone=, #in_time_zone and #change_time_zone accept a Duration |
|
|
|
@8849
|
[8849]
|
02/10/08 18:45:55 |
gbuesing |
Time#in_time_zone handles Time.local instances correctly |
|
|
|
@8848
|
[8848]
|
02/10/08 18:20:37 |
gbuesing |
Pruning unneeded Time#change_time_zone_to_current. Enhanced docs for … |
|
|
|
@8847
|
[8847]
|
02/10/08 17:02:22 |
gbuesing |
TimeZone#new renamed #local, so that new TimeWithZone instances can be … |
|
|
|
@8818
|
[8818]
|
02/07/08 22:04:24 |
david |
Fix that the options hash can be nil when coming from fragments |
|
|
|
@8817
|
[8817]
|
02/07/08 21:50:46 |
bitsweat |
ActiveSupport::Base64.encode64s since Base64 is deprecated |
|
|
|
@8816
|
[8816]
|
02/07/08 21:09:23 |
david |
Added Base64.encode64s to encode values in base64 without the newlines. … |
|
|
|
@8810
|
[8810]
|
02/07/08 16:43:16 |
rick |
Remove :nodoc: entries around the ActiveSupport test/unit assertions. … |
|
|
|
@8806
|
[8806]
|
02/06/08 06:43:02 |
rick |
Add Time Zone support to ActiveRecord, and config.time_zone property for … |
|
|
|
@8789
|
[8789]
|
02/02/08 22:52:32 |
bitsweat |
Ruby 1.9 compat: declare utf-8 file encoding |
|
|
|
@8788
|
[8788]
|
02/02/08 21:42:39 |
bitsweat |
Slight camelize speedup [Pratik Naik] |
|
|
|
@8771
|
[8771]
|
02/02/08 01:53:58 |
nzkoz |
Simplified, faster implementation of Benchmark.realtime [Alexander Dymo] |
|
|
|
@8767
|
[8767]
|
02/01/08 08:25:58 |
bitsweat |
MemCacheStore#write and #delete return a boolean indicating whether the … |
|
|
|
@8766
|
[8766]
|
02/01/08 08:25:46 |
bitsweat |
Bundled memcache client consistently returns server responses and checks … |
|
|
|
@8765
|
[8765]
|
02/01/08 07:07:56 |
bitsweat |
MemCacheStore#write uses add by default and set if :force => true |
|
|
|
@8764
|
[8764]
|
02/01/08 01:43:47 |
bitsweat |
Add a handful of cache store tests |
|
|
|
@8763
|
[8763]
|
02/01/08 01:33:42 |
bitsweat |
cache.fetch(key, :force => true) to force a cache miss |
|
|
|
@8747
|
[8747]
|
01/29/08 01:23:53 |
rick |
Remove unnofficial 'PST' timezone |
|
|
|
@8746
|
[8746]
|
01/29/08 01:09:49 |
rick |
Support retrieving TimeZones with a Duration. TimeZone[-28800] == … |
|
|
|
@8732
|
[8732]
|
01/26/08 00:34:44 |
gbuesing |
TimeWithZone#- added, so that #- can handle a Time or TimeWithZone … |
|
|
|
@8731
|
[8731]
|
01/26/08 00:11:59 |
gbuesing |
with_timezone test helper renamed with_env_tz, to distinguish between … |
|
|
|
@8730
|
[8730]
|
01/25/08 23:55:07 |
gbuesing |
Time#- coerces TimeWithZone argument to a Time instance so that difference … |
|
|
|
@8720
|
[8720]
|
01/25/08 18:23:22 |
gbuesing |
Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone … |
|
|
|
@8719
|
[8719]
|
01/25/08 16:12:43 |
gbuesing |
Time.get_zone refactored to private method, given that the encapsulated … |
|
|
|
@8718
|
[8718]
|
01/25/08 15:52:23 |
gbuesing |
Time.zone uses thread-local variable for thread safety. Adding … |
|
|
|
@8716
|
[8716]
|
01/25/08 03:54:10 |
gbuesing |
TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone … |
|
|
|
@8715
|
[8715]
|
01/25/08 03:29:20 |
gbuesing |
Time.days_in_month defaults to current year if no year is supplied as … |
|
|
|
@8711
|
[8711]
|
01/23/08 22:22:36 |
gbuesing |
Adding Time and DateTime #compare_with_coercion, which layers behavior on … |
|
|
|
@8710
|
[8710]
|
01/23/08 20:49:53 |
gbuesing |
TimeZone#now returns an ActiveSupport::TimeWithZone |
|
|
|
@8708
|
[8708]
|
01/23/08 18:49:54 |
gbuesing |
Time #in_current_time_zone and #change_time_zone_to_current return self … |
|
|
|
@8705
|
[8705]
|
01/23/08 16:10:28 |
gbuesing |
Remove unneeded #to_datetime_default_s alias for DateTime#to_s, given that … |
|
|
|
@8700
|
[8700]
|
01/23/08 07:25:20 |
bitsweat |
Enumerable#group_by uses ActiveSupport::OrderedHash |
|
|
|
@8699
|
[8699]
|
01/23/08 02:53:29 |
gbuesing |
Refactor Time and DateTime #to_formatted_s: use ternary instead of nested … |
|
|
|
@8698
|
[8698]
|
01/23/08 02:46:47 |
gbuesing |
Adding Time and DateTime #formatted_offset, for outputting +HH:MM utc … |
|
|
|
@8697
|
[8697]
|
01/23/08 02:11:00 |
gbuesing |
Adding alternate_utc_string option to TimeZone#formatted_offset. Removing … |