Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib


Mode:

Legend:

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