.. |
cache
|
Make MemCacheStore work with Ruby 1.9 and -Ku
|
2011-05-31 23:31:35 +01:00 |
core_ext
|
Merge pull request #1750 from dmathieu/non_string_methods
|
2011-06-22 06:30:56 -07:00 |
dependencies
|
|
|
deprecation
|
minor changes
|
2011-04-27 19:50:51 +05:30 |
inflector
|
adds code examples for negative ordinalize
|
2011-05-08 23:48:15 +05:30 |
json
|
Removed deprecated methods and related tests from ActiveSupport
|
2011-05-25 23:39:34 +02:00 |
locale
|
|
|
log_subscriber
|
Logs should show overridden method; Issue 426
|
2011-05-07 03:04:26 -07:00 |
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
|
|
|
testing
|
correct error message for failed creation
|
2011-06-26 15:16:29 -07:00 |
time
|
|
|
values
|
remove require active_support/tzinfo as file dosent exists #TODO fix
|
2011-05-22 22:08:05 +05:30 |
xml_mini
|
Adding __content__ into XmlMini_JDOM
|
2011-05-27 00:47:57 +05:30 |
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
|
Prefer each instead of for on activesupport
|
2011-05-24 00:41:41 -05:00 |
builder.rb
|
|
|
cache.rb
|
general grammar cleanup of cache docs
|
2011-07-01 10:18:23 -04:00 |
callbacks.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
concern.rb
|
|
|
configurable.rb
|
Move variables to underscore format, update protected instance variables list.
|
2011-05-06 14:57:25 +02:00 |
core_ext.rb
|
|
|
dependencies.rb
|
Remove obsolete compatibility module
|
2011-06-13 18:25:26 +01:00 |
deprecation.rb
|
bump AS deprecation_horizon to 3.2
|
2011-04-25 19:55:09 +02:00 |
descendants_tracker.rb
|
|
|
duration.rb
|
Fix AS::Duration#duplicable? on 1.8
|
2011-05-21 15:32:20 +02:00 |
file_update_checker.rb
|
|
|
file_watcher.rb
|
|
|
gzip.rb
|
|
|
hash_with_indifferent_access.rb
|
Use dup to preserve previous behavior
|
2011-05-17 15:54:22 -07:00 |
i18n.rb
|
Move I18n dependency back to ActiveSupport.
|
2011-05-22 13:31:19 +02:00 |
i18n_railtie.rb
|
|
|
inflections.rb
|
|
|
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
|
|
|
message_verifier.rb
|
|
|
multibyte.rb
|
|
|
notifications.rb
|
|
|
option_merger.rb
|
|
|
ordered_hash.rb
|
Fixes minor ruby 1.8 inconsistency
|
2011-05-27 14:04:39 +03:00 |
ordered_options.rb
|
|
|
railtie.rb
|
added find_zone and find_zone! to AS timezones and changed the AS Railtie to use find_zone! as well as adding Railtie tests
|
2011-04-05 17:12:09 -03:00 |
rescuable.rb
|
|
|
string_inquirer.rb
|
|
|
test_case.rb
|
Moved Turn activation/dependency to railties
|
2011-03-31 16:20:59 -07:00 |
time.rb
|
|
|
time_with_zone.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
version.rb
|
Bump versions for rc1
|
2011-05-21 20:56:52 -05:00 |
whiny_nil.rb
|
No need for &block here.
|
2011-04-29 20:30:21 +02:00 |
xml_mini.rb
|
require 'time'
|
2011-05-22 17:16:23 +05:30 |