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
2011-03-31 12:11:03 -07:00
..
cache remove to_s implementation so that inspect is helpful 2011-03-02 15:17:13 -08:00
core_ext adds a couple of missing AS dependencies 2011-03-12 14:30:09 +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 parse dates to yaml in json arrays 2011-03-22 21:09:54 -03:00
locale
log_subscriber Active Support typos. 2011-03-05 11:56:34 +01:00
multibyte Active Support typos. 2011-03-05 11:56:34 +01:00
notifications
ruby
testing Delegate pending to skip if Minitest is available 2011-03-30 21:16:29 -07: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 Some style changes 2011-03-06 10:26:24 +01:00
base64.rb
basic_object.rb
benchmarkable.rb
buffered_logger.rb Add missing require 'thread' to BufferedLogger. 2011-03-11 13:29:39 -08:00
builder.rb
cache.rb do not test explicit equality of predicate methods, they should be allowed to return truthy or falsey objects 2011-03-07 09:36:07 -08:00
callbacks.rb Prevent callbacks in child classes from being executed more than once. 2011-03-13 01:35:29 +08:00
concern.rb Fix the example in ActiveSupport::Concern 2010-12-17 18:54:57 -06:00
configurable.rb removes Examples headers introduced in 9b96de6 2011-03-06 17:49:39 +01:00
core_ext.rb
dependencies.rb Active Support typos. 2011-03-05 11:56:34 +01: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 Revert "It should be possible to use ActiveSupport::DescendantTracker without getting ActiveSupport::Dependencies for free." 2011-03-13 08:35:50 +01:00
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 Some style changes 2011-03-06 10:26:24 +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 Some style changes 2011-03-06 10:26:24 +01: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 more style changes 2011-03-06 10:44:52 +01:00
memoizable.rb memoized protected methods should remain protected 2010-09-24 20:31:12 -03:00
message_encryptor.rb Some style changes 2011-03-06 10:26:24 +01:00
message_verifier.rb more style changes 2011-03-06 10:44:52 +01:00
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 Fix incorrect example. 2011-03-05 11:56:32 +01:00
railtie.rb
rescuable.rb
secure_random.rb replace if ! with unless 2010-10-17 12:26:32 -02:00
string_inquirer.rb
test_case.rb Use Turn to format all Rails tests and enable the natural language case names 2011-03-31 12:11:03 -07:00
time.rb
time_with_zone.rb refactored Time#<=> and DateTime#<=> by removing unnecessary calls without losing performance 2011-03-04 16:50:24 -02:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00
whiny_nil.rb Report the correct value of nil.id in the exception message 2011-03-06 15:23:31 +00:00
xml_mini.rb add more tests surrounding camlize in xmlmini, refactor rename_key() 2010-11-03 11:02:42 -07:00