.. |
cache
|
fixes a couple of wrong requires
|
2010-01-01 14:28:57 -08:00 |
core_ext
|
metaclass deprecated in 2.3.6
|
2010-02-25 11:12:27 -08:00 |
dependencies
|
Flip deferrable autoload convention
|
2009-12-22 17:27:37 -06:00 |
deprecation
|
Commented metaprogramming turned out to be noisier not clearer
|
2010-02-25 09:28:18 -08:00 |
inflector
|
Avoid calling triggering const_missing if const_missing is private when doing constantize
|
2010-02-18 16:29:32 -08:00 |
json
|
Automatically prefer Yajl or JSON backend over Yaml, if available
|
2010-02-05 10:22:45 -08:00 |
locale
|
Change Array#to_sentence I18n options to pass comma and space character from outside.
|
2008-12-08 15:53:20 -08:00 |
multibyte
|
Merge docrails
|
2010-01-17 03:26:20 +05:30 |
notifications
|
Rename Rails::Subscriber to Rails::LogSubscriber
|
2010-02-16 22:36:15 +01:00 |
ruby
|
Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate
|
2010-02-23 15:37:17 -08:00 |
testing
|
testing/performance.rb needs active_support/core_ext/string/inflections because it uses demodulize
|
2010-01-01 14:28:56 -08:00 |
time
|
Remove 'core' fluff. Hookable ActiveSupport.load_all!
|
2009-05-20 18:12:44 -07:00 |
values
|
Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Argentina/San_Juan" [#1821 status:resolved]
|
2010-01-26 20:18:17 -06:00 |
xml_mini
|
nokogiri.rb needs active_support/core_ext/object/blank
|
2010-01-01 14:28:57 -08:00 |
all.rb
|
Fix the i18n dependency problem
|
2009-12-27 14:43:06 -08:00 |
backtrace_cleaner.rb
|
Use backtrace cleaner for dev mode exception page
|
2010-01-16 21:34:35 -06:00 |
base64.rb
|
* Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)
|
2009-03-21 04:35:15 -07: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
|
requires active_support/core_ext/hash/keys in benchmarkable because it uses assert_valid_keys
|
2010-01-01 14:28:55 -08:00 |
buffered_logger.rb
|
Remove the random line at the beginning of every new log file
|
2009-10-29 08:05:41 +01:00 |
cache.rb
|
Use backtrace cleaner for dev mode exception page
|
2010-01-16 21:34:35 -06:00 |
callbacks.rb
|
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
|
2010-02-25 09:32:29 -08:00 |
concern.rb
|
Refactor AS concern to avoid hacking the "include" method.
|
2009-10-13 23:32:32 -05:00 |
configurable.rb
|
Start adding configuration to ActionView instead of using constants.
|
2009-10-14 13:36:41 -07:00 |
core_ext.rb
|
Unneeded util require
|
2009-03-28 23:38:21 -07:00 |
dependencies.rb
|
warning: instance variable @_const_missing not initialized fixed
|
2010-02-19 11:35:03 -08:00 |
deprecation.rb
|
Dice up ActiveSupport::Deprecation
|
2009-04-17 21:29:30 -07:00 |
duration.rb
|
Qualify constant lookup in BasicObject
|
2010-01-07 16:43:25 -08:00 |
gzip.rb
|
Improve documentation.
|
2008-03-26 12:27:52 +00:00 |
hash_with_indifferent_access.rb
|
ActiveSupport Hash optimizations [#2902 state:resolved]
|
2009-07-15 13:23:05 -07:00 |
i18n.rb
|
Fix the i18n dependency problem
|
2009-12-27 14:43:06 -08:00 |
inflections.rb
|
Adding inflection of databases (usually we wouldn't amend the current defaults, but this seems to obvious) [#1942 state:committed]
|
2009-02-12 14:31:27 +01: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 |
memoizable.rb
|
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
|
2010-02-25 09:32:29 -08:00 |
message_encryptor.rb
|
message_encriptor.rb needs active_support/base64
|
2010-01-01 14:28:56 -08:00 |
message_verifier.rb
|
message_verifier.rb needs active_support/core_ext/object/blank
|
2010-01-01 14:28:56 -08:00 |
multibyte.rb
|
Autoload Multibyte features.
|
2009-11-04 10:15:03 +01:00 |
notifications.rb
|
Rename Rails::Subscriber to Rails::LogSubscriber
|
2010-02-16 22:36:15 +01:00 |
option_merger.rb
|
Explicit dependency on Hash#deep_merge extension
|
2009-03-28 23:52:46 -07:00 |
ordered_hash.rb
|
active_support/ordered_hash now requires yaml
|
2010-01-27 18:13:06 -08:00 |
ordered_options.rb
|
Explicit dependency on OrderedHash
|
2009-03-28 23:53:04 -07:00 |
railtie.rb
|
Rename engines_load_path to railties_load_path.
|
2010-02-20 15:46:55 +01:00 |
rescuable.rb
|
Convert to class_attribute
|
2010-02-01 02:02:42 -08:00 |
secure_random.rb
|
Lazy-require OpenSSL. Skip entirely if SecureRandom is available.
|
2008-11-23 15:27:09 -08: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 |
test_case.rb
|
Add backtrace cleaner on test unit railtie.
|
2010-02-07 13:45:47 +01:00 |
time.rb
|
Repair time dependencies
|
2009-11-14 11:37:06 -08:00 |
time_with_zone.rb
|
Changed the default ActiveSupport.use_standard_json_time_format from false to true and
|
2010-01-03 19:20:43 -08:00 |
version.rb
|
Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' will be run correctly [#3879 status:resolved]
|
2010-02-06 15:51:44 +01:00 |
whiny_nil.rb
|
remove trailing whitespace
|
2010-02-06 09:51:53 -08:00 |
xml_mini.rb
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |