.. |
cache
|
Only dup local cache values if duplicable [#1653 state:resolved]
|
2009-01-28 21:20:46 -06:00 |
core_ext
|
Allow String#parameterize to accept a separator [#2157 state:resolved]
|
2009-03-07 10:54:27 +00:00 |
json
|
Ruby 1.9 compat: fix JSON decoding to work properly with multibyte values
|
2009-02-17 11:58:53 -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
|
Make Chars#slice! behave more like String#slice! [#1243 state:resolved]
|
2009-03-07 22:41:11 +00:00 |
testing
|
Oops, don't yield per expression
|
2009-02-06 17:01:34 -08:00 |
values
|
Lazy-require tzinfo for TimeZone
|
2008-11-23 16:08:00 -08:00 |
vendor
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
|
2009-03-08 13:11:58 -07:00 |
xml_mini
|
Require libxml-ruby 0.9.4 or 0.9.7 pending a segfault bugfix for 1.0.
|
2009-03-09 13:00:57 -07:00 |
backtrace_cleaner.rb
|
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH]
|
2008-11-22 18:06:08 +01:00 |
base64.rb
|
|
|
basic_object.rb
|
|
|
buffered_logger.rb
|
Inline code comments for class_eval/module_eval [#1657 state:resolved]
|
2008-12-28 19:49:28 +00:00 |
cache.rb
|
Revert "created unit tests and fixed bug that failed tests"
|
2009-02-05 21:00:44 +01:00 |
callbacks.rb
|
Allow multiple conditions for callbacks [#1627 state:resolved]
|
2008-12-28 15:07:17 -06:00 |
core_ext.rb
|
Don't include .rb suffix in core_ext requires
|
2008-11-23 12:35:20 -08:00 |
dependencies.rb
|
Ensure constant_watch_stack is protected by a mutex, so concurrent requires do not corrupt it.
|
2009-01-30 08:27:03 -08:00 |
deprecation.rb
|
Inline code comments for class_eval/module_eval [#1657 state:resolved]
|
2008-12-28 19:49:28 +00:00 |
duration.rb
|
Force all internal calls to Array#to_sentence to use English [#2010 state:resolved]
|
2009-02-27 14:22:39 +01:00 |
gzip.rb
|
|
|
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
|
Handle every error that can come out of the Iconv branch by rescuing and returning nil
|
2009-02-06 13:32:47 +13:00 |
json.rb
|
|
|
memoizable.rb
|
Ensure ActiveSupport::Memoizable respects private methods. [#2138 state:resolved]
|
2009-03-06 14:41:13 +00:00 |
message_encryptor.rb
|
Rescue OpenSSL::Cipher::CipherError or OpenSSL::CipherError depending on which is present
|
2008-11-25 23:36:33 -08:00 |
message_verifier.rb
|
Lazy-require OpenSSL
|
2008-11-23 15:29:03 -08:00 |
multibyte.rb
|
|
|
option_merger.rb
|
Added lambda merging to OptionMerger (especially useful with named_scope and with_options) [#740 state:committed] (Paweł Kondzior)
|
2008-11-15 16:48:14 +01:00 |
ordered_hash.rb
|
Fix OrderedHash#inspect recursion
|
2009-03-04 16:21:44 -08:00 |
ordered_options.rb
|
|
|
rescuable.rb
|
|
|
secure_random.rb
|
Lazy-require OpenSSL. Skip entirely if SecureRandom is available.
|
2008-11-23 15:27:09 -08:00 |
string_inquirer.rb
|
|
|
test_case.rb
|
Skip backtrace filters if BACKTRACE environment variable is set
|
2009-03-03 19:10:12 -08:00 |
time_with_zone.rb
|
TimeWithZone#advance: leverage Hash#values_at and non-block form of #any? for a little less line noise, and a slight speedup (thanks raggi and Roman2K)
|
2009-02-09 23:12:47 -06:00 |
vendor.rb
|
Vendorize i18n 0.1.3 gem (fixes issues with incompatible character encodings in Ruby 1.9) (Akira Matsuda) [#2038 state:committed]
|
2009-02-27 17:15:15 +01:00 |
version.rb
|
Prep for RC2 later today
|
2009-02-27 14:46:23 +01:00 |
whiny_nil.rb
|
|
|
xml_mini.rb
|
Use the REXML parser by default. XmlMini.backend = 'LibXML' to use libxml-ruby.
|
2009-03-09 13:42:42 -07:00 |