.. |
cache
|
Restore split between require-time and runtime load path mungery. Simplifies vendor requires.
|
2009-09-24 18:38:18 -07:00 |
core_ext
|
Restore split between require-time and runtime load path mungery. Simplifies vendor requires.
|
2009-09-24 18:38:18 -07:00 |
deprecation
|
Fix deprecating =-methods by using send [#2431 status:resolved]
|
2009-08-09 15:54:56 +01:00 |
json
|
Clean up spurious JSON decoding test failure
|
2009-09-13 05:43:02 -07:00 |
locale
|
|
|
multibyte
|
Use Encoding.default_external, not _internal
|
2009-09-13 04:43:41 -07:00 |
ruby
|
|
|
testing
|
Move AS vendor support into bundler.
|
2009-09-13 12:24:50 -05:00 |
time
|
Remove 'core' fluff. Hookable ActiveSupport.load_all!
|
2009-05-20 18:12:44 -07:00 |
values
|
Restore split between require-time and runtime load path mungery. Simplifies vendor requires.
|
2009-09-24 18:38:18 -07:00 |
vendor
|
Restore split between require-time and runtime load path mungery. Simplifies vendor requires.
|
2009-09-24 18:38:18 -07:00 |
xml_mini
|
making nokogiri to hash less clever, more fast O_o
|
2009-09-17 11:50:58 -07:00 |
all.rb
|
|
|
autoload.rb
|
Added Orchestra.
|
2009-09-20 10:56:38 -03:00 |
backtrace_cleaner.rb
|
|
|
base64.rb
|
|
|
basic_object.rb
|
|
|
buffered_logger.rb
|
Merge docrails
|
2009-07-25 16:03:58 +01:00 |
cache.rb
|
Instrumenting cache stores.
|
2009-09-20 12:07:21 -03:00 |
callbacks.rb
|
Merge docrails
|
2009-07-25 16:03:58 +01:00 |
concern.rb
|
AS::Concern redefines "include" to lazy include modules as dependencies
|
2009-05-29 17:03:23 -05:00 |
concurrent_hash.rb
|
|
|
core_ext.rb
|
|
|
dependencies.rb
|
Simplify helper use of ActiveSupport::Dependencies, and use super better for in #helpers
|
2009-06-10 12:15:30 -07:00 |
dependency_module.rb
|
|
|
deprecation.rb
|
|
|
duration.rb
|
make #inspect if zero length duration return '0 seconds' instead of empty string [#2838 state:resolved]
|
2009-07-02 11:22:25 -07:00 |
gzip.rb
|
|
|
hash_with_indifferent_access.rb
|
ActiveSupport Hash optimizations [#2902 state:resolved]
|
2009-07-15 13:23:05 -07:00 |
inflections.rb
|
|
|
inflector.rb
|
Fix that irregular plural inflections should not be double-pluralized: 'people'.pluralize should return 'people' not 'peoples'.
|
2009-08-09 20:28:57 -07:00 |
json.rb
|
JSON: split encoding and coercion
|
2009-06-08 13:21:30 -07:00 |
memoizable.rb
|
Escaping symbol passed into Memoizable's flush_cache for query methods to allow them to be cleared
|
2009-09-28 14:48:13 +13:00 |
message_encryptor.rb
|
|
|
message_verifier.rb
|
Use OpenSSL::Digest.const(...).new instead of OpenSSL::Digest::Digest.new(...)
|
2009-09-24 22:44:40 -07:00 |
multibyte.rb
|
Fix a messed up merge commit
|
2009-09-04 14:28:32 +12:00 |
new_callbacks.rb
|
Fixes Sam Ruby tests suite.
|
2009-09-21 17:56:24 -07:00 |
option_merger.rb
|
|
|
orchestra.rb
|
Added Orchestra.
|
2009-09-20 10:56:38 -03:00 |
ordered_hash.rb
|
Fixed ActiveSupport::OrderedHash::[] work identically to ::Hash::[] in ruby 1.8.7 [#2832 state:resolved]
|
2009-07-02 12:01:05 -07:00 |
ordered_options.rb
|
|
|
rescuable.rb
|
|
|
secure_random.rb
|
|
|
string_inquirer.rb
|
|
|
test_case.rb
|
Move AS vendor support into bundler.
|
2009-09-13 12:24:50 -05:00 |
time.rb
|
|
|
time_with_zone.rb
|
JSON: split encoding and coercion
|
2009-06-08 13:21:30 -07:00 |
vendor.rb
|
Check if the lib is in the load path and requirable before attempting to activate the gem version
|
2009-09-24 23:57:14 -05:00 |
version.rb
|
Bump up the version to 3.0.pre
|
2009-06-30 14:37:12 -07:00 |
whiny_nil.rb
|
|
|
xml_mini.rb
|
|
|