.. |
cache
|
Fix "in memory" where it should be "in-memory".
|
2011-11-13 13:18:55 +08:00 |
core_ext
|
Module#synchronize is deprecated with no replacement. Please use monitor from ruby's standard library.
|
2011-11-29 15:40:46 -08: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
|
fix typo again (Thanks Phillip Oertel)
|
2011-11-08 10:37:06 +05:30 |
json
|
Implement ArraySerializer and move old serialization API to a new namespace.
|
2011-11-23 23:18:15 +00: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
|
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
|
|
|
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
|
Revert "Used any? instead of length call"
|
2011-11-28 11:07:01 +01:00 |
all.rb
|
|
|
backtrace_cleaner.rb
|
move example code to be above reconfiguring discussion; add clarity about silencers and filters; misc grammar changes - for backtrace cleaners
|
2011-06-22 09:06:05 -04:00 |
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
|
Optimize cache expansion by skipping rails cache id in nested keys.
|
2011-11-23 18:22:09 +00:00 |
callbacks.rb
|
Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts.
|
2011-11-30 09:53:09 +01:00 |
concern.rb
|
Deprecate InstanceMethods namespace handling in ActiveSupport::Concern.
|
2011-11-21 22:17:35 +00:00 |
configurable.rb
|
Fix configurable cristalization and tests.
|
2011-06-29 13:57:59 -03:00 |
core_ext.rb
|
|
|
dependencies.rb
|
Rely solely on active_model_serializer and remove the fancy constant lookup.
|
2011-11-23 23:45:27 +00:00 |
deprecation.rb
|
|
|
descendants_tracker.rb
|
|
|
duration.rb
|
Fix AS::Duration#duplicable? on 1.8
|
2011-05-21 15:32:20 +02:00 |
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
|
Move I18n dependency back to ActiveSupport.
|
2011-05-22 13:31:19 +02:00 |
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
|
Update CHANGELOG, improve message.
|
2011-06-16 07:47:01 -03:00 |
message_encryptor.rb
|
Don't marshal dump twice when using encryptor.
|
2011-11-09 20:21:52 -02:00 |
message_verifier.rb
|
Fix typo in deprecation notice
|
2011-09-16 19:54:48 +03:00 |
multibyte.rb
|
|
|
notifications.rb
|
fixes typo
|
2011-11-05 12:09:18 -07:00 |
option_merger.rb
|
|
|
ordered_hash.rb
|
remove nodoc on OrderedHash
|
2011-11-22 17:12:37 +05:30 |
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
|
Fix typo in AS::TaggedLogging
|
2011-11-29 00:26:58 +01:00 |
test_case.rb
|
|
|
time.rb
|
|
|
time_with_zone.rb
|
Fix inconsistencies with Time{WithZone}#{hash,eql?}
|
2011-11-22 15:37:16 -05:00 |
version.rb
|
Master version is 3.2.0.beta
|
2011-06-30 10:18:36 -03:00 |
whiny_nil.rb
|
|
|
xml_mini.rb
|
require 'time'
|
2011-05-22 17:16:23 +05:30 |