.. |
cache
|
fix error with long keys in ActiveSupport::Cache::FileStore
|
2014-06-10 10:53:48 -07:00 |
concurrency
|
|
|
core_ext
|
Fix DateTime comparison with DateTime::Infinity object
|
2014-08-06 22:43:37 -03:00 |
dependencies
|
|
|
deprecation
|
|
|
inflector
|
Merge pull request #16338 from robin850/rbx-safe-constantize
|
2014-08-18 00:04:46 +09:30 |
json
|
Add support for JSON time_precision to Time and DateTime
|
2014-01-26 21:25:54 +00:00 |
locale
|
|
|
log_subscriber
|
|
|
multibyte
|
Preload UnicodeDatabase outside the loop
|
2014-08-18 04:20:20 +09:00 |
notifications
|
Avoid looping through subscribers when unsubscribing with a subscriber object.
|
2014-06-01 14:56:30 -07:00 |
number_helper
|
Fix AS::NumberHelper results with rationals
|
2014-05-31 20:07:47 +02:00 |
testing
|
Fix rounding errors with #travel_to by resetting the usec on any passed time to zero, so we only travel with per-second precision, not anything deeper than that.
|
2014-08-17 12:52:54 -07:00 |
values
|
Collected TimeZone's class methods together
|
2014-05-17 22:57:44 +04:00 |
xml_mini
|
|
|
all.rb
|
Clean up require ‘active_support/deprecation’ and remove circular require
|
2013-11-14 12:59:56 +04:00 |
backtrace_cleaner.rb
|
docs, fix BacktraceCleaner code example. Closes #15911. [ci skip]
|
2014-06-25 19:47:29 +02:00 |
benchmarkable.rb
|
|
|
builder.rb
|
|
|
cache.rb
|
Docs: grammar fix for fetch. [ci skip]
|
2014-08-08 21:13:30 -04:00 |
callbacks.rb
|
Fix ActiveSupport::Callbacks #set_callback docs.
|
2014-07-07 00:10:45 +01:00 |
concern.rb
|
Introduce Concern#class_methods and Kernel#concern
|
2014-02-23 12:06:23 -07:00 |
configurable.rb
|
Make sure multiline string is not accepted by the regexp
|
2013-12-19 17:28:19 -02:00 |
core_ext.rb
|
|
|
dependencies.rb
|
Fix a bug where NameError#name returns a qualified name in string
|
2014-06-24 10:13:17 -07:00 |
deprecation.rb
|
|
|
descendants_tracker.rb
|
|
|
duration.rb
|
[ci skip] Remove Duration#=== when we drop support for 2.0.0-p353
|
2014-05-23 23:23:27 +05:30 |
file_update_checker.rb
|
clean up some warnings on trunk ruby
|
2013-10-31 11:47:51 -07:00 |
gem_version.rb
|
Introduce Rails.gem_version
|
2014-03-05 12:37:38 -05:00 |
gzip.rb
|
|
|
hash_with_indifferent_access.rb
|
Avoid creating an extra hash
|
2014-07-31 08:10:37 -03:00 |
i18n.rb
|
|
|
i18n_railtie.rb
|
Do not set enforce_available_locales to i18n 0.7
|
2014-07-23 17:40:44 -03:00 |
inflections.rb
|
docs, hide inflector comment targeting only contributors. [ci skip]
|
2014-02-11 09:08:16 +01:00 |
inflector.rb
|
|
|
json.rb
|
|
|
key_generator.rb
|
Fix secrets.yml path in exception message
|
2014-01-20 08:58:43 -02:00 |
lazy_load_hooks.rb
|
|
|
log_subscriber.rb
|
|
|
logger.rb
|
Remove deprecated cattr_* requires
|
2013-12-03 00:28:15 +02:00 |
logger_silence.rb
|
|
|
message_encryptor.rb
|
Add config option for cookies digest
|
2014-08-12 21:57:51 +02:00 |
message_verifier.rb
|
PR #10635 introduces rescue from ArgumentError thrown by Base64.strict_decode64 .
|
2013-12-12 22:15:42 +05:30 |
multibyte.rb
|
|
|
notifications.rb
|
Update documentation to reflect unsubscription with name.
|
2014-06-01 13:48:24 -07:00 |
number_helper.rb
|
[ci skip] Add Docs for strip_insignificant_zeros option in number helpers
|
2014-06-10 23:07:49 +05:30 |
option_merger.rb
|
Fix error when using with_options with lambda.
|
2014-04-03 10:26:37 -03:00 |
ordered_hash.rb
|
Fix OrderedHash.select to return self instance.
|
2014-03-07 12:30:20 -05:00 |
ordered_options.rb
|
|
|
per_thread_registry.rb
|
Perf: save ~9% of object allocations on heavy requests.
|
2013-12-12 18:53:32 -07:00 |
proxy_object.rb
|
|
|
rails.rb
|
|
|
railtie.rb
|
Require active_support at the railties
|
2014-05-27 14:39:24 -03:00 |
rescuable.rb
|
|
|
string_inquirer.rb
|
|
|
subscriber.rb
|
Merge pull request #15037 from roccoblues/fix_duplicate_activesupport_subscribers
|
2014-05-16 21:13:34 -03:00 |
tagged_logging.rb
|
added missing require
|
2013-12-02 19:52:01 +01:00 |
test_case.rb
|
Nobody sucks so nobody should call this awful method name
|
2014-08-12 10:51:41 -03:00 |
time.rb
|
Remove require 'active_support' from individual modules
|
2014-05-27 12:48:33 +09:00 |
time_with_zone.rb
|
Merge pull request #15421 from gchan/time_with_zone_precision
|
2014-06-05 16:23:47 +09:30 |
version.rb
|
Introduce Rails.gem_version
|
2014-03-05 12:37:38 -05:00 |
xml_mini.rb
|
Fix breakage in XmlMini
|
2013-12-23 14:04:16 +09:00 |