1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
2008-10-20 09:13:45 -05:00
..
cache Bring MemCacheStore and CompressedMemCacheStore inline with expected counter manipulation semantics. 2008-10-17 18:09:27 +02:00
core_ext Simplified the implementation of the :prefix option. 2008-10-19 13:42:57 +02:00
json Merge with docrails. 2008-07-16 13:01:23 +01:00
locale Made i18n simple backend able to store false values (and not confuse them with nil or lack of value) 2008-10-09 01:19:02 +01:00
multibyte Add tests for u_unpack to make sure it raises an EncodingError on invalid UTF-8 strings. 2008-09-21 17:30:45 +02:00
testing added nicer failure reporting to #assert_difference to tell you the expression that failed rather than just the expected and actual values 2008-10-03 21:31:56 +02:00
values Fix Brasilia timezone. [#1180 state:resolved] 2008-10-17 23:43:26 +02:00
vendor Bundle TzInfo version 0.3.11 2008-10-19 22:06:32 -05:00
base64.rb Merge docrails 2008-10-05 22:16:26 +01:00
basic_object.rb MacRuby: BasicObject unavailable 2008-07-28 13:54:10 -07:00
buffered_logger.rb Ensure old buffers get properly cleared to avoid leaking memory 2008-09-18 08:51:19 -05:00
cache.rb Changed all benchmarking reports to be in milliseconds 2008-09-05 14:22:57 +02:00
callbacks.rb Fix indentation mismatch 2008-09-08 18:10:23 -07:00
core_ext.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
dependencies.rb Consistently use the framework's configured logger and avoid reverting to RAILS_DEFAULT_LOGGER unless necessary. 2008-08-18 23:36:13 -05:00
deprecation.rb Deprecate render_component. 2008-08-29 13:43:30 +01:00
duration.rb Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now 2008-04-20 21:57:04 -05:00
gzip.rb Improve documentation. 2008-03-26 12:27:52 +00:00
inflections.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
inflector.rb Avoid warnings by undefining the old method transliterate. 2008-10-14 21:24:34 +02:00
json.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
memoizable.rb Fix memoize_all for methods with punctuation [#1175 state:resolved] 2008-10-05 17:25:58 -05:00
multibyte.rb Fix a typo in ActiveSupport::Multibyte::NORMALIZATION_FORMS. [#1179 state:resolved] 2008-10-06 19:04:45 +01:00
option_merger.rb Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9. 2008-08-31 13:20:15 -07:00
ordered_hash.rb Rubinious: work around h[k] ||= v returning []= result instead of v 2008-06-10 14:01:16 -07:00
ordered_options.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
rescuable.rb Add tests for ActiveSupport::Rescuable. Use ActiveSupport::Rescuable in ActionController::Base. 2008-10-04 22:13:50 +01:00
secure_random.rb 1.8 compatibility for random_number method on SecureRandom. 2008-10-04 21:11:30 +02:00
string_inquirer.rb Merge docrails 2008-09-03 17:58:47 +01:00
test_case.rb Enhance the test "some string" method to support creating 'pending' tests. 2008-09-16 16:50:14 +02:00
time_with_zone.rb TimeWithZone#freeze: preload instance variables so that we can actually freeze 2008-10-19 22:33:26 -05:00
vendor.rb Bump active_support/vendor.rb tzinfo version number [#1237 state:resolved] 2008-10-20 09:13:45 -05:00
version.rb Bump the Version constants to align with the *next* release rather than the previous release. 2008-09-22 21:32:12 +02:00
whiny_nil.rb Replaced unnecessary class variable with a constant in whiny nil. 2008-05-04 21:11:03 -05:00