.. |
cache
|
Bug: cache_path.size doesn't return length of filename but size of file if cache_path is Pathname.
|
2012-02-21 18:35:31 +09:00 |
core_ext
|
|
|
dependencies
|
|
|
deprecation
|
|
|
inflector
|
Inflector/constantize - inject method lets us to avoid using another variable
|
2012-02-28 18:34:19 +01:00 |
json
|
|
|
locale
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 13:17:32 +02:00 |
log_subscriber
|
|
|
multibyte
|
|
|
notifications
|
Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library. (It has been deprecated in the 3-1-stable branch.)
|
2011-05-23 20:25:44 +01:00 |
ruby
|
remove unnecessary require core_ext/string/encoding
|
2012-02-14 10:09:21 +03:00 |
testing
|
merge MRI performance methods into one file
|
2012-01-30 22:35:22 +03:00 |
time
|
|
|
values
|
|
|
xml_mini
|
Clean up module docs [ci skip]
|
2012-03-07 01:04:14 +05:30 |
all.rb
|
|
|
backtrace_cleaner.rb
|
|
|
basic_object.rb
|
::BasicObject always defined in ruby 19
|
2011-12-26 00:34:48 +05:30 |
benchmarkable.rb
|
|
|
buffered_logger.rb
|
|
|
builder.rb
|
|
|
cache.rb
|
|
|
callbacks.rb
|
AS::Callbacks: deprecate rescuable option
|
2012-02-22 17:43:13 +02:00 |
concern.rb
|
Remove deprecations from Active Support.
|
2011-12-20 15:18:42 +01:00 |
configurable.rb
|
remove unused requires
|
2012-01-18 05:01:09 +03:00 |
core_ext.rb
|
|
|
dependencies.rb
|
|
|
deprecation.rb
|
|
|
descendants_tracker.rb
|
|
|
duration.rb
|
|
|
file_update_checker.rb
|
|
|
file_watcher.rb
|
|
|
gzip.rb
|
|
|
hash_with_indifferent_access.rb
|
|
|
i18n.rb
|
|
|
i18n_railtie.rb
|
FileUpdateChecker should be able to handle deleted files.
|
2011-12-13 11:23:21 +01:00 |
inflections.rb
|
|
|
inflector.rb
|
Break up inflector to reduce the dependency burden on dependency-les methods like constantize.
|
2009-11-07 11:23:21 -08:00 |
json.rb
|
|
|
lazy_load_hooks.rb
|
Ensure load hooks can be called more than once with different contexts.
|
2012-03-06 22:05:07 +01:00 |
log_subscriber.rb
|
|
|
logger.rb
|
|
|
message_encryptor.rb
|
|
|
message_verifier.rb
|
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 22:48:15 +03:00 |
multibyte.rb
|
Remove unnecessary requires/encoding comment
|
2012-01-05 17:15:21 -03:00 |
notifications.rb
|
|
|
option_merger.rb
|
|
|
ordered_hash.rb
|
|
|
ordered_options.rb
|
|
|
railtie.rb
|
|
|
rescuable.rb
|
|
|
string_inquirer.rb
|
|
|
tagged_logging.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2012-01-21 21:26:10 +05:30 |
test_case.rb
|
Remove ActiveSupport::TestCase#pending, use skip instead
|
2012-01-21 14:32:28 -02:00 |
time.rb
|
Remove some of the ActiveSupport core extensions related to 1.8.
|
2011-12-21 09:29:59 +02:00 |
time_with_zone.rb
|
|
|
version.rb
|
rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+
|
2011-12-20 09:30:37 -06:00 |
xml_mini.rb
|
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 22:48:15 +03:00 |