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-07-22 15:48:52 -03: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 Hash#to_param is doesn't use sort anymore, some tests added for Hash#to_param 2010-07-22 06:23:13 +08:00
dependencies
deprecation fix failure if behavior is not define and try use the default 2010-07-01 12:17:21 +02:00
inflector camelize and underscore are sort of inverse of each other, but not in a mathematical sense [#5174 state:resolved] 2010-07-22 01:28:31 +02:00
json Move Date#xmlschema to conversions and add a missing require 2010-07-04 14:10:28 -07:00
locale Fix comment in en.yml datime_select -> datetime_select 2010-06-20 10:41:47 -03:00
log_subscriber Fix a failing test in Railtie and properly define all severity levels in MockLogger for LogSubscriber. 2010-07-20 21:21:14 +02:00
multibyte Improve bang method defs, make slice! operate in-place. [#5028 state:resolved] 2010-07-08 22:59:24 +02:00
notifications Performance optimizations to handle cases of instrumentors that are not listened to. Also, fix a possible concurrency issue. 2010-07-22 11:36:16 -07:00
ruby Revert "Moved encoding work in progress to a feature branch." 2010-05-17 19:41:54 +04:00
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 Fixed many references to the old config/environment.rb and Rails::Initializer 2010-07-13 13:00:21 +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 AS json refactor, move to_json implementation to core_ext and a cleanup a bit the code 2010-07-01 12:04:11 -07:00
backtrace_cleaner.rb ActiveSupport::BacktraceCleaner#remove_filters! allows for completely untouched backtrace [#4079 state:resolved] 2010-04-10 14:06:10 +02:00
base64.rb
basic_object.rb
benchmarkable.rb
buffered_logger.rb fix mixed encoding logs can't be logged. 2010-07-19 14:55:58 -07:00
builder.rb Unforce builder from AS 2010-06-01 10:45:51 +02:00
cache.rb Allow instrumentation of cache hits and misses. [#4888 state:resolved] 2010-06-21 01:09:55 +02:00
callbacks.rb Define a convention for descendants and subclasses. 2010-07-05 13:01:27 +02:00
concern.rb
configurable.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
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 Don't shadow outer local variables 2010-07-22 15:48:52 -03:00
duration.rb 1.day should respond_to kind_of too 2010-05-21 16:00:55 +02:00
file_update_checker.rb Avoid calls to Rails::Application since this is not the official API. 2010-07-01 18:43:44 +02:00
gzip.rb
hash_with_indifferent_access.rb HWIA relies on Hash#symbolize_keys and #stringify_keys extensions. 2010-04-22 11:02:15 -07:00
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 Add the possibility to have several behaviors in AS::Deprecation. 2010-07-01 10:26:45 +02:00
inflections.rb Changed the way inflections for uncountables work for 'funky jeans' [#3576 state:resolved] 2010-04-05 23:54:42 +02:00
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
log_subscriber.rb avoid proc activation every time a log message is made 2010-07-18 17:37:39 -07:00
memoizable.rb moves Object#singleton_class to Kernel#singleton_class to match Ruby also there, same for #class_eval to simplify, and adds coverage for class_eval 2010-04-05 12:15:08 -07:00
message_encryptor.rb
message_verifier.rb Revert "Improve performance of MessageVerifier while keeping it constant time" 2010-07-13 16:13:54 -07:00
multibyte.rb Fix a bunch of minor spelling mistakes 2010-06-11 14:15:34 +04:00
notifications.rb Performance optimizations to handle cases of instrumentors that are not listened to. Also, fix a possible concurrency issue. 2010-07-22 11:36:16 -07: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 add note of which configuration option to set in deprecation warning message [#5012 state:resolved] 2010-06-30 16:58:05 +02:00
rescuable.rb add missing requires to Rescuable and RouteSet [#4415 state:committed] 2010-04-16 06:11:38 -07:00
secure_random.rb
string_inquirer.rb
test_case.rb
time.rb Refactor move some date, time and date_time methods to */zones and fixed some requires 2010-07-03 02:13:44 -03:00
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 Move several configuration values from Hash to ActiveSupport::XmlMini, which both Hash and Array depends on. 2010-04-29 12:42:42 +02:00