.. |
cache
|
Merge pull request #5125 from winston/log_exception_when_cache_read_fails
|
2012-05-21 19:02:48 -07:00 |
concurrency
|
added live responses which can be written and read in separate threads
|
2012-07-29 21:43:05 -07:00 |
core_ext
|
DRY class_attribute code
|
2012-07-29 22:33:39 +06:00 |
dependencies
|
remove useless require
|
2012-05-22 16:18:42 +08:00 |
deprecation
|
fixes a few mistakes in api docs [ci skip]
|
2012-06-22 22:14:29 +05:30 |
inflector
|
make sure the inflection rules are loaded when cherry-picking active_support/core_ext/string/inflections.rb [fixes #6884]
|
2012-06-29 21:29:14 +02:00 |
json
|
fixing :nodoc:s in AS::JSON::Encoding
|
2012-07-21 16:38:02 -05:00 |
locale
|
Moving NumberHelpers from ActionView to ActiveSupport
|
2012-05-27 18:14:21 -07:00 |
log_subscriber
|
Remove blank trailing comments
|
2012-05-20 01:29:13 +02:00 |
multibyte
|
Avoid unnecessary catching of Exception instead of StandardError.
|
2012-06-17 03:50:14 -04:00 |
notifications
|
move fanout back to a global variable, add a mutex for safety
|
2012-06-19 15:33:14 -07:00 |
testing
|
deprecate describe without a block.
|
2012-07-09 13:13:59 -07:00 |
values
|
Remove rescue clause from ActiveSupport::TimeZone#to_f
|
2012-07-01 08:48:40 +01:00 |
xml_mini
|
Clean up module docs [ci skip]
|
2012-03-07 01:04:14 +05:30 |
all.rb
|
|
|
backtrace_cleaner.rb
|
removing unnecessary 'examples' noise from activesupport
|
2012-05-13 20:26:53 -05:00 |
basic_object.rb
|
Remove deprecation from AS::Deprecation behavior, some minor cleanups
|
2012-03-16 09:01:48 -03:00 |
benchmarkable.rb
|
Remove blank trailing comments
|
2012-05-20 01:29:13 +02:00 |
buffered_logger.rb
|
remove unused requires
|
2012-01-18 05:01:09 +03:00 |
builder.rb
|
|
|
cache.rb
|
Fix ActiveSupport Cache decrement method description
|
2012-05-25 10:23:44 +04:00 |
callbacks.rb
|
fix typo in documentation
|
2012-07-26 22:44:36 +04:00 |
concern.rb
|
add :nodoc: to internal implementations [ci skip]
|
2012-06-22 16:29:59 -05:00 |
configurable.rb
|
correct line numbers for reader and writer methods
|
2012-06-24 14:39:49 -05:00 |
core_ext.rb
|
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
|
2011-12-19 18:41:37 -08:00 |
dependencies.rb
|
raise the same exception in order to keep path info
|
2012-06-12 16:19:51 -07:00 |
deprecation.rb
|
bump AS deprecation_horizon to 4.1
|
2012-06-17 12:49:11 -05:00 |
descendants_tracker.rb
|
|
|
duration.rb
|
removing unnecessary 'examples' noise from activesupport
|
2012-05-13 20:26:53 -05:00 |
file_update_checker.rb
|
explains why the file update checker ignores mtimes in the future, plus a little refactor for the same price
|
2012-07-02 23:56:13 +02:00 |
file_watcher.rb
|
|
|
gzip.rb
|
add example to AS::Gzip
|
2012-06-04 23:43:43 -05:00 |
hash_with_indifferent_access.rb
|
+"foo"+ doesn't generate code tag [ci skip]
|
2012-07-21 14:12:01 -03:00 |
i18n.rb
|
require active_support/lazy_load_hooks where is needed
|
2012-05-22 11:33:03 -03:00 |
i18n_railtie.rb
|
Stop relying on mutable structures in the FileUpdateChecker
|
2012-06-12 10:36:13 +02:00 |
inflections.rb
|
make sure the inflection rules are loaded when cherry-picking active_support/core_ext/string/inflections.rb [fixes #6884]
|
2012-06-29 21:29:14 +02:00 |
inflector.rb
|
|
|
json.rb
|
|
|
lazy_load_hooks.rb
|
Remove blank trailing comments
|
2012-05-20 01:29:13 +02:00 |
log_subscriber.rb
|
logger is a singleton, just flush the singleton
|
2012-06-20 14:21:23 -07:00 |
logger.rb
|
pushed broadcasting down to a module
|
2012-01-20 14:18:29 -08:00 |
message_encryptor.rb
|
Remove blank trailing comments
|
2012-05-20 01:29:13 +02:00 |
message_verifier.rb
|
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 22:48:15 +03:00 |
multibyte.rb
|
removing unnecessary 'examples' noise from activesupport
|
2012-05-13 20:26:53 -05:00 |
notifications.rb
|
move fanout back to a global variable, add a mutex for safety
|
2012-06-19 15:33:14 -07:00 |
number_helper.rb
|
Move constants to the top, remove freeze
|
2012-06-24 19:30:05 -03:00 |
option_merger.rb
|
|
|
ordered_hash.rb
|
update AS:OrderedHash docs
|
2012-05-16 14:44:57 -05:00 |
ordered_options.rb
|
Remove blank trailing comments
|
2012-05-20 01:29:13 +02:00 |
railtie.rb
|
Move AS set configs to AS Raitie
|
2012-05-12 12:54:28 -03:00 |
rescuable.rb
|
Document exception handling inside resce_from handlers
|
2012-04-28 22:32:18 -07:00 |
string_inquirer.rb
|
Remove blank trailing comments
|
2012-05-20 01:29:13 +02:00 |
tagged_logging.rb
|
Use join without default separator
|
2012-07-20 08:16:58 +02:00 |
test_case.rb
|
deprecate describe without a block.
|
2012-07-09 13:13:59 -07:00 |
time.rb
|
Removed ActiveSupport#load_all!
|
2012-03-18 11:24:04 -07:00 |
time_with_zone.rb
|
Remove blank trailing comments
|
2012-05-20 01:29:13 +02:00 |
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
|
Symbol responds_to :upcase & :downcase in Ruby >= 1.9
|
2012-06-06 19:33:38 +09:00 |