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
Norman Clarke 4dbb6e3ff0 Update Unicode database to 5.2.0. [#5011 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-30 13:22:35 +02:00
..
cache String#[] doesn't return the byte representation on 1.9.2, we should use getbyte that was already added as a Ruby < 1.9 core_ext 2010-06-27 20:30:29 +02:00
core_ext Implemented getbyte as an aliased method and RDoc added 2010-06-28 01:45:57 +02:00
dependencies
deprecation Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names. 2010-06-29 12:20:15 -07:00
inflector
json Work around the fact the JSON gem was overwriting to_json implementation for all Ruby core classes. 2010-06-26 12:01:13 +02:00
locale Fix comment in en.yml datime_select -> datetime_select 2010-06-20 10:41:47 -03:00
log_subscriber Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved] 2010-06-24 13:23:43 +02:00
multibyte Update Unicode database to 5.2.0. [#5011 state:resolved] 2010-06-30 13:22:35 +02:00
notifications
ruby
testing performance tests now working accurately on 1.9, using Ruby with the GCdata patch 2010-06-29 17:12:37 -07:00
time
values Update Unicode database to 5.2.0. [#5011 state:resolved] 2010-06-30 13:22:35 +02:00
xml_mini edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
all.rb Load JSON additions (as to_json) on active_support/all. 2010-06-26 21:15:18 +02:00
backtrace_cleaner.rb
base64.rb
basic_object.rb
benchmarkable.rb
buffered_logger.rb
builder.rb
cache.rb Allow instrumentation of cache hits and misses. [#4888 state:resolved] 2010-06-21 01:09:55 +02:00
callbacks.rb Change callbacks to automatically include DescendantsTracker and rename descendents to descendants. 2010-06-19 16:58:15 +02:00
concern.rb
configurable.rb
core_ext.rb
dependencies.rb Avoid using Pathname on Resolver and AS::Dependencies. 2010-06-24 01:06:37 +02:00
deprecation.rb
descendants_tracker.rb Remove descendants warning while executing tests. 2010-06-19 17:16:11 +02:00
duration.rb
file_update_checker.rb Initialize @last_update_at in file_update_checker to hide warnings in AS test suite. 2010-06-21 11:10:19 +02:00
gzip.rb
hash_with_indifferent_access.rb
i18n.rb I18n.reload! is only called if any of the locale files actually changed. 2010-06-20 14:44:38 +02:00
i18n_railtie.rb I18n.reload! is only called if any of the locale files actually changed. 2010-06-20 14:44:38 +02:00
inflections.rb
inflector.rb
json.rb
lazy_load_hooks.rb
log_subscriber.rb Remove previously defined class method logger to supress warnings in Active Support test suites. [#4618 state:open] 2010-06-26 00:27:31 +02:00
memoizable.rb
message_encryptor.rb
message_verifier.rb Improve performance of MessageVerifier while keeping it constant time 2010-06-04 20:11:05 -07:00
multibyte.rb Fix a bunch of minor spelling mistakes 2010-06-11 14:15:34 +04:00
notifications.rb Remove documentation reference to AS::Notifications::Event#result because it has been removed. 2010-06-17 15:47:37 +02:00
option_merger.rb
ordered_hash.rb Add OrderedHash#invert to preserve order in ruby 1.8 [#4875] 2010-06-26 12:05:25 +02:00
ordered_options.rb
railtie.rb Create a deprecation behavior that triggers a notification for deprecation notices, and make the behaviors independent of the environment names. 2010-06-29 12:20:15 -07:00
rescuable.rb
secure_random.rb
string_inquirer.rb
test_case.rb
time.rb
time_with_zone.rb Fix a bunch of minor spelling mistakes 2010-06-11 14:15:34 +04:00
version.rb Get ready for beta 4 2010-06-08 14:47:02 -04:00
whiny_nil.rb
xml_mini.rb