rails--rails/activesupport/lib/active_support
Xavier Noria f826e05835 Merge branch 'master' of git://github.com/lifo/docrails 2011-02-21 11:42:26 +01:00
..
cache
core_ext Merge branch 'master' of git://github.com/lifo/docrails 2011-02-21 11:42:26 +01:00
dependencies
deprecation fixing whitespace errors 2011-01-12 18:07:53 -08:00
inflector Added a word boundary to uncountable inflection regex for #singularize so short inflections like ors do not affect larger words like sponsors [#6093 state:resolved] 2010-12-22 09:44:46 +01:00
json Updated the json date regex to recognize xmlschema formatted date times during json decoding. [#3031 state:resolved] 2011-02-12 13:30:30 -02:00
locale
log_subscriber notifier should be saved and re-set, not deleted 2011-02-07 14:35:11 -08:00
multibyte
notifications
ruby
testing GcTime incorrectly checks GC.respond_to?(:total_time), it should check GC::Profiler.respond_to?(:total_time) 2011-02-15 20:13:06 -02:00
time
values
xml_mini fixed a missing require that causes trouble when using AS in a non-rails env. 2011-01-18 23:28:51 +01:00
all.rb
backtrace_cleaner.rb
base64.rb
basic_object.rb
benchmarkable.rb
buffered_logger.rb
builder.rb
cache.rb Merge branch 'master' of https://github.com/cylence/docrails into cylence-master 2010-11-29 21:36:43 +05:30
callbacks.rb Merge branch 'master' of git://github.com/lifo/docrails 2011-01-20 10:33:38 +01:00
concern.rb Fix the example in ActiveSupport::Concern 2010-12-17 18:54:57 -06:00
configurable.rb Add comment for config_accessor method 2010-11-30 09:44:12 -05:00
core_ext.rb
dependencies.rb Remove extra f 2010-12-03 13:29:02 +11:00
deprecation.rb Implement deprecated version of AssociationReflection#primary_key_name, which has been renamed to #foreign_key. Also bumping the deprecation_horizon in Active Support to 3.1. 2011-01-03 16:24:32 -08:00
descendants_tracker.rb
duration.rb Fix Duration#to_json 2010-12-29 22:20:14 +00:00
file_update_checker.rb Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare 2010-12-20 12:43:02 +01:00
file_watcher.rb use === so that regular expressions are not required 2011-02-08 10:48:01 -08:00
gzip.rb fixing indentation 2011-02-09 13:47:32 -08:00
hash_with_indifferent_access.rb Only convert direct hash instances in hash with indifferent access. 2010-11-26 11:56:52 +01:00
i18n.rb I18n is always loaded on boot by Active Model or Action Pack, so no need for supporting lazy hooks. 2010-11-20 19:39:57 +01:00
i18n_railtie.rb Ensure I18n setup is only executed once if triggered on eager loading [#6353 state:resolved] 2011-02-01 15:36:09 -02:00
inflections.rb handle double pluralization for irregular plurals 2011-02-16 15:08:25 -02:00
inflector.rb
json.rb
lazy_load_hooks.rb
log_subscriber.rb
memoizable.rb
message_encryptor.rb
message_verifier.rb
multibyte.rb
notifications.rb fanout unsubscribe only accepted one argument, so taking *args here is probably bad 2011-02-09 14:33:56 -08:00
option_merger.rb
ordered_hash.rb fix OrderedHash#each* methods to return Enumerators when called without a block [#6366 state:resolved] 2011-02-03 19:26:36 -02:00
ordered_options.rb
railtie.rb
rescuable.rb
secure_random.rb
string_inquirer.rb
test_case.rb
time.rb
time_with_zone.rb prefering psych as the yaml parser if possible, fixing assertions for YAML 1.1 compatibility 2011-01-21 11:16:40 -08:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00
whiny_nil.rb
xml_mini.rb