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-06-18 18:34:25 -07:00
..
cache Revert "Ensure MemCacheStore is required when using CompressedMemCacheStore since they are lazy load now." 2008-06-12 19:52:44 -05:00
core_ext Added Array#second through Array#tenth as aliases for Array#[1] through Array#[9] [DHH] 2008-06-17 17:37:29 -05:00
json Merge docrails. 2008-05-25 12:29:00 +01:00
multibyte Ruby 1.8.7 compat: TimeWithZone# and Chars#respond_to? pass along the include_private argument 2008-05-31 14:55:02 -07:00
testing Performance: tweak unsupported metric error message 2008-06-18 18:34:25 -07:00
values Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
vendor Updated bundled TZInfo gem to version 0.3.9 for Ruby 1.9 compat 2008-06-14 15:18:55 -05:00
base64.rb ActiveSupport::Base64.encode64s since Base64 is deprecated 2008-02-07 21:50:46 +00:00
basic_object.rb Improve documentation. 2008-03-26 12:27:52 +00:00
buffered_logger.rb Fixed that BufferedLogger should create its own directory if one doesnt already exist (closes #11285) [lotswholetime] 2008-03-13 01:54:34 +00:00
cache.rb Revert "Lazy load cache and session stores" 2008-06-12 19:52:33 -05:00
callbacks.rb Use define_callbacks helper for ActiveRecord validations. 2008-04-20 11:45:44 -05:00
clean_logger.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
core_ext.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
dependencies.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
deprecation.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05: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 Qualify Inflector in rdoc examples also. [#356 state:resolved] 2008-06-06 13:03:59 -07:00
json.rb Merge docrails. 2008-05-25 12:29:00 +01:00
multibyte.rb Don't assume ActiveSupport module is already defined 2007-10-15 10:12:47 +00:00
option_merger.rb send -> send! for some private methods 2007-09-27 10:41:12 +00: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
string_inquirer.rb Renamed StringQuestioneer to StringInquirer. 2008-06-04 15:06:32 -05:00
test_case.rb Ruby 1.9 compat: instance_methods are symbols instead of strings. Use the quicker instance_method(sym) rescue false check. 2008-06-12 18:22:30 -07:00
time_with_zone.rb Ruby 1.8.7 compat: TimeWithZone# and Chars#respond_to? pass along the include_private argument 2008-05-31 14:55:02 -07:00
vendor.rb Updated bundled TZInfo gem to version 0.3.9 for Ruby 1.9 compat 2008-06-14 15:18:55 -05:00
version.rb Making ready for release of 2.1 2008-05-31 17:03:03 -07:00
whiny_nil.rb Replaced unnecessary class variable with a constant in whiny nil. 2008-05-04 21:11:03 -05:00