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
2008-11-23 15:05:59 -08:00
..
cache Merge with docrails 2008-11-02 04:02:40 +05:30
core_ext Lazy-require builder lib 2008-11-23 15:05:57 -08:00
json Eliminate thread-local circular reference stack by passing it as an argument instead 2008-11-23 12:36:03 -08:00
locale use :en as a default locale (in favor of :en-US) 2008-11-18 14:23:53 +01:00
multibyte Merge with docrails. Also add a rake task to generate guides in your rails application : 2008-10-21 18:33:40 +01:00
testing Require Mocha >= 0.9.3 which includes a MiniTest adapter 2008-11-23 15:05:59 -08:00
values TimeZone: fix base offset for Sri Jayawardenepura. Anchor tests for zone offsets to more current date 2008-11-13 09:04:06 -06:00
vendor Hack builder to look for fast_xs instead of insisting on its own String#to_xs 2008-11-23 15:05:57 -08: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 Merge docrails 2008-10-05 22:16:26 +01:00
basic_object.rb
buffered_logger.rb Ensure old buffers get properly cleared to avoid leaking memory 2008-09-18 08:51:19 -05:00
cache.rb Merge with docrails 2008-11-02 04:02:40 +05:30
callbacks.rb Fix indentation mismatch 2008-09-08 18:10:23 -07:00
core_ext.rb Don't include .rb suffix in core_ext requires 2008-11-23 12:35:20 -08:00
dependencies.rb alternative resolution to vendor load problem 2008-11-20 08:52:17 +01:00
deprecation.rb Move deprecation assertions so TestCase (and Mocha) needn't load on startup 2008-11-23 13:11:07 -08:00
duration.rb
gzip.rb
inflections.rb
inflector.rb The inflector is meant to work on words not phrases -- dont confuse people with a phrase example 2008-11-16 21:29:48 +01:00
json.rb
memoizable.rb Fix memoize_all for methods with punctuation [#1175 state:resolved] 2008-10-05 17:25:58 -05:00
message_verifier.rb Don't need _message as it's in the class name already 2008-11-23 16:33:56 +01:00
multibyte.rb Fix a typo in ActiveSupport::Multibyte::NORMALIZATION_FORMS. [#1179 state:resolved] 2008-10-06 19:04:45 +01:00
option_merger.rb Added lambda merging to OptionMerger (especially useful with named_scope and with_options) [#740 state:committed] (Paweł Kondzior) 2008-11-15 16:48:14 +01:00
ordered_hash.rb
ordered_options.rb
rescuable.rb Don't shadow local with black arg 2008-11-07 01:08:59 -05:00
secure_random.rb 1.8 compatibility for random_number method on SecureRandom. 2008-10-04 21:11:30 +02: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 Require Mocha >= 0.9.3 which includes a MiniTest adapter 2008-11-23 15:05:59 -08:00
time_with_zone.rb TimeWithZone#freeze: preload instance variables so that we can actually freeze 2008-10-19 22:33:26 -05:00
vendor.rb Update bundled TZInfo to 0.3.12 2008-11-18 09:01:57 -06:00
version.rb Assume that the next version is going to be 2.3 for now 2008-11-19 14:12:38 +01:00
whiny_nil.rb