rails--rails/activesupport/lib/active_support
Norman Clarke 756f762cdb Fix transliteration rule example in docs. [#4526 state:resolved]
Signed-off-by: Xavier Noria <fxn@hashref.com>
2010-05-03 15:22:52 +02:00
..
cache The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
core_ext let Date.yesterday and Date.tomorrow be based on Date.current rather than Date.today 2010-05-02 01:12:31 +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 Fix transliteration rule example in docs. [#4526 state:resolved] 2010-05-03 15:22:52 +02:00
json Missing require added make pass activesupport/test/json/encoding_test.rb in isolation 2010-05-02 22:05:40 +02:00
locale fixing invalid yaml [#4418 state:resolved] 2010-04-16 14:19:31 -07:00
multibyte Delegate Inflector.transliterate to i18n. [#4508 state:resolved] 2010-04-30 16:18:12 +02:00
notifications Event should be aware if yielded block failed or not. 2010-05-02 22:45:54 +02:00
ruby Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warnings are in dependencies. 2010-03-17 00:20:09 -07:00
testing Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] 2010-04-26 11:12:52 -07:00
time
values TimeZones lazy load 2010-04-20 21:40:24 -07: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 requires active_support/core_ext/hash/keys in benchmarkable because it uses assert_valid_keys 2010-01-01 14:28:55 -08:00
buffered_logger.rb
cache.rb Change event namespace ordering to most-significant first [#4504 state:resolved] 2010-05-02 22:45:54 +02:00
callbacks.rb fix stack trace lines on class_eval 2010-04-09 21:28:49 +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 Escape the file name (who knows when a "(" might appear in a filename!) 2010-02-27 12:18:28 -08:00
deprecation.rb
duration.rb Qualify constant lookup in BasicObject 2010-01-07 16:43:25 -08: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 Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07: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 Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -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_encriptor.rb needs active_support/base64 2010-01-01 14:28:56 -08:00
message_verifier.rb message_verifier.rb needs active_support/core_ext/object/blank 2010-01-01 14:28:56 -08:00
multibyte.rb Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warnings are in dependencies. 2010-03-17 00:20:09 -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 Refactor for readability 2010-04-09 19:33:55 -07:00
ordered_options.rb Move InheritableOptions into ActiveSupport 2010-03-03 15:49:52 -08:00
railtie.rb Make i18n fallbacks configurable and fallback to the default locale by default in production [#4428 state:resolved] 2010-04-17 19:26:46 +01: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 Changed the default ActiveSupport.use_standard_json_time_format from false to true and 2010-01-03 19:20:43 -08:00
version.rb Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG. 2010-04-10 12:17:34 +02: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