.. |
cache
|
Add ActiveSupport::Cache::NullStore to expose caching interface without actually caching for development and test environments.
|
2011-12-12 13:40:29 -06:00 |
core_ext
|
adds deprecation warnings to the RDoc of Array#uniq_by(!)
|
2011-12-20 08:08:27 -08: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
|
fix typo again (Thanks Phillip Oertel)
|
2011-11-08 10:37:06 +05:30 |
json
|
Revert "Implement ArraySerializer and move old serialization API to a new namespace."
|
2011-11-30 18:48:17 +01: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
|
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
|
2011-12-19 18:41:37 -08:00 |
multibyte
|
Initial pass at removing dead 1.8.x code from Active Support.
|
2011-12-20 18:22:21 +01: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
|
remove Proces.daemon from core_ext
|
2011-12-22 08:43:42 +03:00 |
testing
|
Initial pass at removing dead 1.8.x code from Active Support.
|
2011-12-20 18:22:21 +01:00 |
time
|
Remove 'core' fluff. Hookable ActiveSupport.load_all!
|
2009-05-20 18:12:44 -07:00 |
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
|
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
|
remove dead code as ruby 1.9.3 has Base64 module
|
2011-12-21 11:48:46 +03:00 |
basic_object.rb
|
Prefer a less intrusive BlankSlate-alike that doesn't hook Object# and Kernel#method_added to remove future methods
|
2009-03-21 04:35:15 -07:00 |
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
|
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
|
2011-12-19 18:41:37 -08:00 |
builder.rb
|
Unforce builder from AS
|
2010-06-01 10:45:51 +02:00 |
cache.rb
|
Merge pull request #4007 from exviva/expand_cache_key_for_one_element_array
|
2011-12-16 14:40:09 -08: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
|
Remove deprecations from Active Support.
|
2011-12-20 15:18:42 +01:00 |
configurable.rb
|
Fix configurable cristalization and tests.
|
2011-06-29 13:57:59 -03:00 |
core_ext.rb
|
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
|
2011-12-19 18:41:37 -08:00 |
dependencies.rb
|
Remove more dead code from AS.
|
2011-12-20 18:38:20 +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
|
FileUpdateChecker should be able to handle deleted files.
|
2011-12-13 11:23:21 +01: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
|
Overrode Hash#nested_under_indifferent_access in HashWithIndifferentAccess
|
2011-12-11 13:08:50 -08:00 |
i18n_railtie.rb
|
FileUpdateChecker should be able to handle deleted files.
|
2011-12-13 11:23:21 +01:00 |
i18n.rb
|
Move I18n dependency back to ActiveSupport.
|
2011-05-22 13:31:19 +02:00 |
inflections.rb
|
Fix inflection regexes for mouse, mice
|
2011-12-07 23:14:02 -08: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 |
logger.rb
|
* BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger
|
2011-12-19 18:41:37 -08:00 |
message_encryptor.rb
|
Remove deprecations from Active Support.
|
2011-12-20 15:18:42 +01:00 |
message_verifier.rb
|
Remove deprecations from Active Support.
|
2011-12-20 15:18:42 +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
|
fixes typo
|
2011-11-05 12:09:18 -07:00 |
option_merger.rb
|
Explicit dependency on Hash#deep_merge extension
|
2009-03-28 23:52:46 -07:00 |
ordered_hash.rb
|
Initial pass at removing dead 1.8.x code from Active Support.
|
2011-12-20 18:22:21 +01:00 |
ordered_options.rb
|
OrderedOptions must implement respond_to? if it implements method_missing.
|
2011-06-27 13:44:53 -07:00 |
railtie.rb
|
remove AS whiny nil extension and deprecate config.whiny_nils
|
2011-12-22 10:28:36 +03:00 |
rescuable.rb
|
Whitespace and example identation
|
2010-08-15 02:22:38 +02:00 |
string_inquirer.rb
|
Don't rely on string CoreExtensions in StringInquirer since it is sometimes expected to work before the core extension are loaded
|
2008-10-30 17:48:32 +01:00 |
tagged_logging.rb
|
Fix AS test suite.
|
2011-12-10 11:17:00 +01:00 |
test_case.rb
|
Moved Turn activation/dependency to railties
|
2011-03-31 16:20:59 -07:00 |
time_with_zone.rb
|
Fix inconsistencies with Time{WithZone}#{hash,eql?}
|
2011-11-22 15:37:16 -05:00 |
time.rb
|
no more need to make Time#to_date and Time#to_datetime public
|
2011-12-22 18:53:07 +03:00 |
version.rb
|
rails/master is now 4.0.0.beta and will only support Ruby 1.9.3+
|
2011-12-20 09:30:37 -06:00 |
xml_mini.rb
|
require 'time'
|
2011-05-22 17:16:23 +05:30 |