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-10-30 02:08:59 -07:00
..
cache Revert "Merge pull request #3395 from bdurand/fix_file_store_cleanup" 2011-10-25 22:23:25 +02:00
core_ext fixes a typo (thanks to Alexey Vakhov) 2011-10-30 02:08:59 -07:00
dependencies
deprecation Changed a few instances of of words in the API docs written in British English to 2011-07-24 10:21:42 +00:00
inflector defines Module#qualified_const_(defined?|get|set) and String#deconstantize 2011-10-29 18:10:45 -07:00
json Set the default options value for as_json in the encoder object. 2011-09-30 12:45:36 +02:00
locale
log_subscriber Modified content in guides and comments 2011-09-04 08:24:02 +05:30
multibyte adds a couple of missing magic comments [fixes #1374] 2011-07-23 14:15:00 +02:00
notifications
ruby
testing fixing assert_difference issues on ruby 1.8 2011-08-13 16:22:29 -07:00
time
values Make sure require_tzinfo only calls Kernel#require if TZInfo isn't already present. 2011-09-07 14:21:18 +03:00
xml_mini
all.rb
backtrace_cleaner.rb
base64.rb
basic_object.rb
benchmarkable.rb general formatting cleanup, and clarify that passing true as third option for benchmarking will stop output OTHER THAN the timing output itself 2011-07-01 10:05:45 -04:00
buffered_logger.rb Fix threading issues with BufferedLogger. 2011-10-21 12:43:52 -05:00
builder.rb
cache.rb Merge pull request #3464 from kennyj/avoid_to_call_twice 2011-10-29 19:18:46 -07:00
callbacks.rb
concern.rb
configurable.rb Fix configurable cristalization and tests. 2011-06-29 13:57:59 -03:00
core_ext.rb
dependencies.rb defines Module#qualified_const_(defined?|get|set) and String#deconstantize 2011-10-29 18:10:45 -07:00
deprecation.rb
descendants_tracker.rb
duration.rb
file_update_checker.rb Use shorter class-level File methods instead of going through File.stat. 2011-07-25 17:02:28 +02:00
file_watcher.rb
gzip.rb Fix ActiveSupport::Gzip under Ruby 1.8.7. Closes #2416 2011-08-06 11:33:18 -05:00
hash_with_indifferent_access.rb docs formatting changes 2011-09-01 20:30:45 +05:30
i18n.rb
i18n_railtie.rb stop circular require warnings 2011-08-24 16:47:01 -07:00
inflections.rb Added irregular zombie inflection, so zombies no longer gets singularized into zomby 2011-08-07 14:20:03 -04:00
inflector.rb
json.rb
lazy_load_hooks.rb
log_subscriber.rb grammar changes to log subscriber docs 2011-06-22 09:27:22 -04:00
memoizable.rb
message_encryptor.rb Fix typo in deprecation warning. 2011-09-16 09:08:53 +03:00
message_verifier.rb Fix typo in deprecation notice 2011-09-16 19:54:48 +03:00
multibyte.rb
notifications.rb Removing unnecessary require, solve 'circular require considered harmful' warning. 2011-08-16 01:32:52 +05:30
option_merger.rb
ordered_hash.rb Make ActiveSupport::OrderedHash extractable when using Array#extract_options! 2011-09-03 14:43:33 +07:00
ordered_options.rb OrderedOptions must implement respond_to? if it implements method_missing. 2011-06-27 13:44:53 -07:00
railtie.rb stop circular require warnings 2011-08-24 16:47:01 -07:00
rescuable.rb
string_inquirer.rb
tagged_logging.rb Checking blank if tag might coming nil or blank 2011-10-21 16:11:09 +05:30
test_case.rb
time.rb
time_with_zone.rb Fix a typo in date 2011-09-12 20:53:10 +04:00
version.rb Master version is 3.2.0.beta 2011-06-30 10:18:36 -03:00
whiny_nil.rb
xml_mini.rb