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
2009-08-01 18:34:41 -07:00
..
cache Merge docrails 2009-07-25 16:03:58 +01:00
core_ext Extract String#bytesize shim 2009-08-01 18:34:41 -07:00
deprecation Don't undefine object_id 2009-04-26 15:56:08 -07:00
json JSON.escape returns UTF-8 strings 2009-07-01 16:22:19 -07:00
locale Change Array#to_sentence I18n options to pass comma and space character from outside. 2008-12-08 15:53:20 -08:00
multibyte Include acts_as_string? 2009-05-18 15:01:13 -07:00
ruby Single-require forward compatibility with new Ruby features like Object#tap, Enumerable#group_by, and Process.daemon. Code with the latest but run anywhere. 2009-05-20 18:12:45 -07:00
testing Get Initializer tests running without requiring parts of Rails being loaded first 2009-07-06 12:25:34 -07:00
time Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
values Kathmandu TimeZone: reference Asia/Kathmandu zone directly instead of through linked timezone 2009-06-07 21:43:44 -05:00
vendor Merge branch 'master' of git://github.com/rails/rails 2009-07-02 10:25:18 +02:00
xml_mini Merge docrails 2009-07-25 16:03:58 +01:00
all.rb Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
autoload.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
backtrace_cleaner.rb Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] 2008-11-22 18:06:08 +01:00
base64.rb * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc) 2009-03-21 04:35:15 -07:00
basic_object.rb Prefer a less intrusive BlankSlate-alike that doesn't hook Object# and Kernel#method_added to remove future methods 2009-03-21 04:35:15 -07:00
buffered_logger.rb Merge docrails 2009-07-25 16:03:58 +01:00
cache.rb Fixes bug where Memcached connections get corrupted when an invalid expire is passed in [#2854 state:resolved] 2009-07-01 16:56:43 -07:00
callbacks.rb Merge docrails 2009-07-25 16:03:58 +01:00
concern.rb AS::Concern redefines "include" to lazy include modules as dependencies 2009-05-29 17:03:23 -05:00
concurrent_hash.rb Resurrecting 1.9 compatibility. 2009-04-13 16:56:04 -07:00
core_ext.rb Unneeded util require 2009-03-28 23:38:21 -07:00
dependencies.rb Simplify helper use of ActiveSupport::Dependencies, and use super better for in #helpers 2009-06-10 12:15:30 -07:00
dependency_module.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
deprecation.rb Dice up ActiveSupport::Deprecation 2009-04-17 21:29:30 -07:00
duration.rb make #inspect if zero length duration return '0 seconds' instead of empty string [#2838 state:resolved] 2009-07-02 11:22:25 -07:00
gzip.rb
hash_with_indifferent_access.rb ActiveSupport Hash optimizations [#2902 state:resolved] 2009-07-15 13:23:05 -07:00
inflections.rb Adding inflection of databases (usually we wouldn't amend the current defaults, but this seems to obvious) [#1942 state:committed] 2009-02-12 14:31:27 +01:00
inflector.rb Merge docrails 2009-07-25 16:03:58 +01:00
json.rb JSON: split encoding and coercion 2009-06-08 13:21:30 -07:00
memoizable.rb Cherry-picking Active Support extensions 2009-05-14 02:01:08 -07:00
message_encryptor.rb Rescue OpenSSL::Cipher::CipherError or OpenSSL::CipherError depending on which is present 2008-11-25 23:36:33 -08:00
message_verifier.rb Lazy-require OpenSSL 2008-11-23 15:29:03 -08:00
mini.rb Use active_support/mini since we just need inflections. 2009-07-06 18:38:27 +02:00
multibyte.rb Fix dependencies revealed by testing in isolation 2009-04-22 18:54:13 -07:00
new_callbacks.rb wycats forgot a +1, so I added it [#2749 state:resolved] 2009-07-02 11:39:06 -07:00
option_merger.rb Explicit dependency on Hash#deep_merge extension 2009-03-28 23:52:46 -07:00
ordered_hash.rb Fixed ActiveSupport::OrderedHash::[] work identically to ::Hash::[] in ruby 1.8.7 [#2832 state:resolved] 2009-07-02 12:01:05 -07:00
ordered_options.rb Explicit dependency on OrderedHash 2009-03-28 23:53:04 -07:00
rescuable.rb Explicit dependency on Proc#bind extension 2009-03-28 23:54:00 -07:00
secure_random.rb Lazy-require OpenSSL. Skip entirely if SecureRandom is available. 2008-11-23 15:27:09 -08:00
string_inquirer.rb Don't rely on string CoreExtensions in StringInquirer since it is sometimes expected to work before the core extension are loaded 2008-10-30 17:48:32 +01:00
test_case.rb Ruby 1.9.2 compat: name method was renamed to __name__ since MiniTest 1.4.x [#2922 state:resolved] 2009-07-21 01:15:51 -07:00
time.rb Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
time_with_zone.rb JSON: split encoding and coercion 2009-06-08 13:21:30 -07:00
vendor.rb Use the i18n gem if present instead of vendor code. [#2871 state:resolved] 2009-07-07 18:36:42 -07:00
version.rb Bump up the version to 3.0.pre 2009-06-30 14:37:12 -07:00
whiny_nil.rb
xml_mini.rb Fix dependencies revealed by testing in isolation 2009-04-22 18:54:13 -07:00