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-09-08 19:43:52 -07:00
..
cache Fix indentation mismatch 2008-09-08 18:10:23 -07:00
core_ext Fix indentation mismatch 2008-09-08 18:10:23 -07:00
json Merge with docrails. 2008-07-16 13:01:23 +01:00
locale Locale file changed to yaml 2008-08-20 18:01:12 +02:00
multibyte Fix file permissions 2008-07-31 16:36:23 -05:00
testing 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
values Added support for regexp matching of priority zones in time_zone_select [#195 state:resolved] 2008-06-29 13:37:07 -05:00
vendor Deprecate %d and %s in message interpolation, but only in the bundled i18n lib. 2008-09-04 16:46:12 +02:00
base64.rb ActiveSupport::Base64.encode64s since Base64 is deprecated 2008-02-07 21:50:46 +00:00
basic_object.rb MacRuby: BasicObject unavailable 2008-07-28 13:54:10 -07:00
buffered_logger.rb Maintain a seperate buffer for each thread 2008-08-18 23:36:13 -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
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 Ruby 1.9: constantize takes advantage of new inherit arg to const_get and const_defined? 2008-08-23 15:59:59 -07:00
json.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
memoizable.rb Check whether memoized ivar is initialized 2008-09-08 19:43:52 -07:00
multibyte.rb
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
secure_random.rb Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. 2008-08-27 15:08:16 +02:00
string_inquirer.rb Merge docrails 2008-09-03 17:58:47 +01:00
test_case.rb Move test related core_ext stuff out of regular core ext to prevent nasty surprises when you require active_support then use Test::Unit directly. 2008-07-04 10:41:39 +03:00
time_with_zone.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
vendor.rb fix require path in vendor.rb for fixed vendor/gem dir structure 2008-08-13 09:44:46 +02: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