.. |
cache
|
Fix ActiveSupport::Cache::FileStore#file_path_key does not work if initialized with Pathname
|
2011-07-23 17:57:04 -03:00 |
core_ext
|
Revert all the stuff to do with disallowing non-public methods for Module#delegate
|
2011-08-25 22:30:42 +01:00 |
dependencies
|
Replace the placeholder base_hook API with on_load. To specify some code that
|
2010-03-29 17:08:50 -07:00 |
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
|
Add more examples to #titleize
|
2011-07-09 12:35:16 -06:00 |
json
|
Removed deprecated methods and related tests from ActiveSupport
|
2011-05-25 23:39:34 +02:00 |
locale
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 13:17:32 +02:00 |
log_subscriber
|
Logs should show overridden method; Issue 426
|
2011-05-07 03:04:26 -07:00 |
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
|
Revert "Moved encoding work in progress to a feature branch."
|
2010-05-17 19:41:54 +04:00 |
testing
|
fixing assert_difference issues on ruby 1.8
|
2011-08-13 16:22:29 -07:00 |
time
|
Remove 'core' fluff. Hookable ActiveSupport.load_all!
|
2009-05-20 18:12:44 -07:00 |
values
|
Fix tzinfo require (it broke test_raises_when_an_invalid_timezone_is_defined_in_the_config in railties)
|
2011-08-16 02:42:30 +01:00 |
xml_mini
|
Adding __content__ into XmlMini_JDOM
|
2011-05-27 00:47:57 +05:30 |
all.rb
|
AS json refactor, move to_json implementation to core_ext and a cleanup a bit the code
|
2010-07-01 12:04:11 -07:00 |
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
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 13:17:32 +02:00 |
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
|
Unforce builder from AS
|
2010-06-01 10:45:51 +02:00 |
cache.rb
|
Pass options in ActiveSupport::Cache::CacheStore#read_multi through to the delete_entry call.
|
2011-08-13 16:22:27 -07:00 |
callbacks.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
concern.rb
|
Fix the example in ActiveSupport::Concern
|
2010-12-17 18:54:57 -06:00 |
configurable.rb
|
Fix configurable cristalization and tests.
|
2011-06-29 13:57:59 -03:00 |
core_ext.rb
|
|
|
dependencies.rb
|
Fix autoload_once_paths when using Pathnames & ruby 1.9
|
2011-08-24 18:14:25 +01:00 |
deprecation.rb
|
bump AS deprecation_horizon to 3.2
|
2011-04-25 19:55:09 +02:00 |
descendants_tracker.rb
|
Revert "Revert "It should be possible to use ActiveSupport::DescendantTracker without getting ActiveSupport::Dependencies for free.""
|
2011-03-13 17:08:33 +01:00 |
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
|
use === so that regular expressions are not required
|
2011-02-08 10:48:01 -08:00 |
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
|
document HashWithIndifferentAccess#extractable_options?
|
2011-07-07 03:52:48 -07:00 |
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
|
Break up inflector to reduce the dependency burden on dependency-les methods like constantize.
|
2009-11-07 11:23:21 -08:00 |
json.rb
|
JSON: split encoding and coercion
|
2009-06-08 13:21:30 -07:00 |
lazy_load_hooks.rb
|
Whitespace and example identation
|
2010-08-15 02:22:38 +02:00 |
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
|
Some style changes
|
2011-03-06 10:26:24 +01:00 |
message_verifier.rb
|
more style changes
|
2011-03-06 10:44:52 +01:00 |
multibyte.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 13:17:32 +02:00 |
notifications.rb
|
Removing unnecessary require, solve 'circular require considered harmful' warning.
|
2011-08-16 01:32:52 +05:30 |
option_merger.rb
|
|
|
ordered_hash.rb
|
Remove unneccesary map chaining
|
2011-07-23 15:21:39 -05:00 |
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
|
Whitespace and example identation
|
2010-08-15 02:22:38 +02:00 |
string_inquirer.rb
|
|
|
test_case.rb
|
Moved Turn activation/dependency to railties
|
2011-03-31 16:20:59 -07:00 |
time.rb
|
Refactor move some date, time and date_time methods to */zones and fixed some requires
|
2010-07-03 02:13:44 -03:00 |
time_with_zone.rb
|
Fix xmlschema output with fraction_digits >0
|
2011-07-11 18:41:04 +04:00 |
version.rb
|
Master version is 3.2.0.beta
|
2011-06-30 10:18:36 -03: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 |