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
2010-06-19 16:44:35 +02:00
..
cache require conversions to use String#ord 2010-06-12 18:47:37 -07:00
core_ext when the timezone is nil, a TimeWithZone object should not be constructed. [#4881 state:resolved] 2010-06-17 14:14:30 -07:00
dependencies
deprecation
inflector Use multibyte proxy class on 1.9, refactor Unicode. 2010-05-21 12:24:54 -07:00
json removes spurious .rb in require 2010-06-13 13:56:08 +02:00
locale
multibyte Explicitly delegate Chars#<=> to work around Kernel#<=> possibly ignoring method_missing 2010-06-11 10:03:23 -07:00
notifications Event should be aware if yielded block failed or not. 2010-05-02 22:45:54 +02:00
ruby Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
testing enable_stats added back in since Benchmarker doesn't start RubyProf 2010-06-17 22:15:16 -07:00
time
values Unforce tzinfo from AS 2010-06-01 09:16:19 +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
backtrace_cleaner.rb
base64.rb
basic_object.rb
benchmarkable.rb
buffered_logger.rb
builder.rb Unforce builder from AS 2010-06-01 10:45:51 +02:00
cache.rb
callbacks.rb edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
concern.rb
configurable.rb
core_ext.rb
dependencies.rb Remove String#constantize deps 2010-06-11 10:33:43 -07:00
deprecation.rb
descendants_tracker.rb Add ActiveSupport::DescendantsTracker. 2010-06-19 16:44:35 +02:00
duration.rb 1.day should respond_to kind_of too 2010-05-21 16:00:55 +02:00
gzip.rb
hash_with_indifferent_access.rb
i18n.rb Unforce i18n from AS 2010-05-31 12:56:25 +02:00
inflections.rb
inflector.rb
json.rb
lazy_load_hooks.rb Reorganized initializers a bit to enable better hooks for common cases without the need for Railtie. Specifically, the following hooks were added: 2010-05-15 06:09:07 -07: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 Use multibyte proxy class on 1.9, refactor Unicode. 2010-05-21 12:24:54 -07:00
notifications.rb
option_merger.rb
ordered_hash.rb explains why AS::OrderedHash does not leverage inheritance 2010-06-13 22:02:29 +02:00
ordered_options.rb
railtie.rb Fix a bug where I18n fallbacks modules where not included in the proper backend if it was set through config.i18n.backend. 2010-05-23 13:22:19 +02:00
rescuable.rb
secure_random.rb
string_inquirer.rb
test_case.rb
time.rb
time_with_zone.rb
version.rb Get ready for beta 4 2010-06-08 14:47:02 -04:00
whiny_nil.rb
xml_mini.rb