rails--rails/activesupport/lib/active_support
Xavier Noria 72f9fec607 hash merging with a block ignores non-existing keys altogether 2010-06-13 05:09:31 +02:00
..
cache require conversions to use String#ord 2010-06-12 18:47:37 -07:00
core_ext No need to call convert_key before except. 2010-06-12 09:54:18 +02:00
dependencies Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
deprecation Allow deprecation messages with or without a final period. 2010-03-05 12:35:42 -08:00
inflector Use multibyte proxy class on 1.9, refactor Unicode. 2010-05-21 12:24:54 -07:00
json adds a comment explaining why BigDecimal#as_json returns a JSON string 2010-05-03 22:04:47 +02:00
locale fixing invalid yaml [#4418 state:resolved] 2010-04-16 14:19:31 -07:00
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 refactor evals and adds some __FILE__ and __LINE__ 2010-05-20 15:18:57 +02:00
time
values Unforce tzinfo from AS 2010-06-01 09:16:19 +02:00
xml_mini Provide a better error if the parsed REXML document has no root [#3803 state:resolved] 2010-03-28 23:21:35 -07:00
all.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08: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
builder.rb Unforce builder from AS 2010-06-01 10:45:51 +02:00
cache.rb Change event namespace ordering to most-significant first [#4504 state:resolved] 2010-05-02 22:45:54 +02:00
callbacks.rb Simplify and optimize callbacks superclass sync. 2010-06-12 09:54:18 +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 Remove String#constantize deps 2010-06-11 10:33:43 -07:00
deprecation.rb
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 HWIA relies on Hash#symbolize_keys and #stringify_keys extensions. 2010-04-22 11:02:15 -07:00
i18n.rb Unforce i18n from AS 2010-05-31 12:56:25 +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
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 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 Optimize AS::Notifications to remember which subscribers don't match and not run them. This will allow notifications that are only useful in dev or testing to run efficiently in production. 2010-03-01 17:45:37 -08:00
option_merger.rb
ordered_hash.rb hash merging with a block ignores non-existing keys altogether 2010-06-13 05:09:31 +02:00
ordered_options.rb Move InheritableOptions into ActiveSupport 2010-03-03 15:49:52 -08:00
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 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 fixing activemodel tests. [#4210 state:resolved] 2010-03-17 13:46:21 -07:00
time.rb Ruby 1.9.2: marshaling round-trips Time#zone 2010-03-28 22:52:08 -07:00
time_with_zone.rb
version.rb Get ready for beta 4 2010-06-08 14:47:02 -04:00
whiny_nil.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
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