.. |
cache
|
Add #clear to mem_cache_store, flushes all caches
|
2008-02-21 01:35:27 +00:00 |
core_ext
|
Time#since behaves correctly when passed a Duration. Closes #11527 [kemiller]
|
2008-04-12 19:35:47 -05:00 |
json
|
Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick]
|
2008-04-08 03:45:26 +00:00 |
multibyte
|
Multibyte: String#chars returns self for Ruby 1.9
|
2007-12-21 11:21:43 +00:00 |
testing
|
Extract ActiveSupport::Callbacks from Active Record, test case setup and teardown, and ActionController::Dispatcher. Closes #10727.
|
2008-01-19 02:44:45 +00:00 |
values
|
Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone definitions required to support Rails time zone features are included. If a recent version of the full TZInfo gem is installed, this will take precedence over the bundled version
|
2008-03-30 22:24:35 +00:00 |
vendor
|
TZInfo: Removing unneeded TimezoneProxy class
|
2008-03-30 23:49:52 +00:00 |
base64.rb
|
ActiveSupport::Base64.encode64s since Base64 is deprecated
|
2008-02-07 21:50:46 +00:00 |
basic_object.rb
|
Improve documentation.
|
2008-03-26 12:27:52 +00:00 |
buffered_logger.rb
|
Fixed that BufferedLogger should create its own directory if one doesnt already exist (closes #11285) [lotswholetime]
|
2008-03-13 01:54:34 +00:00 |
cache.rb
|
Add a handful of cache store tests
|
2008-02-01 01:43:47 +00:00 |
callbacks.rb
|
Replaced callback method evaluation in AssociationCollection class to use ActiveSupport::Callbacks. Modified ActiveSupport::Callbacks::Callback#call to accept multiple arguments.
|
2008-04-04 20:26:42 +00:00 |
clean_logger.rb
|
Ruby 1.9 compat, consistent load paths
|
2007-10-02 05:32:14 +00:00 |
core_ext.rb
|
Ruby 1.9 compat, consistent load paths
|
2007-10-02 05:32:14 +00:00 |
dependencies.rb
|
Don't need to explicitly pass the same params to super. Remove trailing whitespace.
|
2008-03-30 05:02:25 +00:00 |
deprecation.rb
|
Some 1.9 forward compatibility
|
2007-09-14 00:34:43 +00:00 |
duration.rb
|
Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error. Closes #10594.
|
2008-01-02 09:08:14 +00:00 |
gzip.rb
|
Improve documentation.
|
2008-03-26 12:27:52 +00:00 |
inflections.rb
|
Added support for pluralization with a different starting letter than the singular version (cow/kine) (closes #4929) [norri_b/hasmanyjosh]
|
2007-06-23 16:47:47 +00:00 |
inflector.rb
|
Improve documentation.
|
2008-03-26 12:27:52 +00:00 |
json.rb
|
Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick]
|
2008-04-08 03:45:26 +00:00 |
multibyte.rb
|
Don't assume ActiveSupport module is already defined
|
2007-10-15 10:12:47 +00:00 |
option_merger.rb
|
send -> send! for some private methods
|
2007-09-27 10:41:12 +00:00 |
ordered_options.rb
|
Add OrderedHash#to_hash. Closes #11266 [josh]
|
2008-03-03 03:31:57 +00:00 |
test_case.rb
|
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Josh Peek]
|
2008-01-05 13:34:15 +00:00 |
time_with_zone.rb
|
Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through method_missing
|
2008-04-12 17:31:29 -05:00 |
vendor.rb
|
Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone definitions required to support Rails time zone features are included. If a recent version of the full TZInfo gem is installed, this will take precedence over the bundled version
|
2008-03-30 22:24:35 +00:00 |
version.rb
|
Prepare for 2.0.2 release
|
2007-12-16 23:30:30 +00:00 |
whiny_nil.rb
|
Improve documentation.
|
2008-04-05 03:52:58 +00:00 |