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
wycats 4aded43b73 Replace the placeholder base_hook API with on_load. To specify some code that
should run during framework load do:

ActiveSupport.on_load(:action_controller) do
  # Code run in the context of AC::Base
end
2010-03-29 17:08:50 -07:00
..
cache Drop expires argument from call to @data in MemCacheStore so it works with memcache-client and memcached gems, as advertised [#3672 state:resolved] 2010-03-28 13:57:14 -07:00
core_ext Revert "Hash#symbolize_keys(!) optimizations" 2010-03-29 15:48:36 -07: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 Any reason we can't just use the slow 1.8 path for transliteration in 1.9? 2010-03-17 00:54:42 -07:00
json Disprefer JSONGem decoder since it only decodes JSON objects 2010-03-09 11:06:54 -08:00
locale
multibyte Improve performance of multibyte utils. 2010-03-16 10:04:20 -07:00
notifications Mark bang instrumentations as something that you shuold not be listening to. 2010-03-17 23:44:03 +01: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 Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warnings are in dependencies. 2010-03-17 00:20:09 -07:00
time
values Ensure to reference the proper TZInfo namespace [#4268 state:resolved]. 2010-03-26 13:24:08 +01: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 Use backtrace cleaner for dev mode exception page 2010-01-16 21:34:35 -06:00
base64.rb
basic_object.rb
benchmarkable.rb
buffered_logger.rb
cache.rb Use backtrace cleaner for dev mode exception page 2010-01-16 21:34:35 -06:00
callbacks.rb Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. 2010-02-25 09:32:29 -08:00
concern.rb
configurable.rb
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 Limit Array#extract_options! to directl instances of Hash and HWIA. Add extractable_options? to Hash so that subclasses of Hash can opt-into extractable behavior. This fixes an issue where respond_with wasn't working with subclasses of Hash that were provided by other libraries (such as CouchDB or Mashie) [#4145 state:resolved] 2010-03-27 02:59:10 -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
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 Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. 2010-02-25 09:32:29 -08:00
message_encryptor.rb
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 active_support/ordered_hash now requires yaml 2010-01-27 18:13:06 -08:00
ordered_options.rb Move InheritableOptions into ActiveSupport 2010-03-03 15:49:52 -08:00
railtie.rb Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
rescuable.rb Convert to class_attribute 2010-02-01 02:02:42 -08: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 of all components to normalize them to new format 2010-03-02 00:32:48 -05: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