.. |
cache
|
Merge with docrails
|
2008-11-02 04:02:40 +05:30 |
core_ext
|
Prefer a feature check to a version check
|
2008-11-12 11:32:15 -08:00 |
json
|
Merge with docrails.
|
2008-07-16 13:01:23 +01:00 |
locale
|
Made i18n simple backend able to store false values (and not confuse them with nil or lack of value)
|
2008-10-09 01:19:02 +01:00 |
multibyte
|
Merge with docrails. Also add a rake task to generate guides in your rails application :
|
2008-10-21 18:33:40 +01:00 |
testing
|
Require callbacks so AS::TestCase may be required in isolation
|
2008-11-15 19:07:57 -08:00 |
values
|
TimeZone: fix base offset for Sri Jayawardenepura. Anchor tests for zone offsets to more current date
|
2008-11-13 09:04:06 -06:00 |
vendor
|
Increment the version of our modified memcache_client code to prevent users with the gem installed not seeing our changes.
|
2008-11-06 19:59:02 +00:00 |
base64.rb
|
Merge docrails
|
2008-10-05 22:16:26 +01:00 |
basic_object.rb
|
MacRuby: BasicObject unavailable
|
2008-07-28 13:54:10 -07:00 |
buffered_logger.rb
|
Ensure old buffers get properly cleared to avoid leaking memory
|
2008-09-18 08:51:19 -05:00 |
cache.rb
|
Merge with docrails
|
2008-11-02 04:02:40 +05:30 |
callbacks.rb
|
Fix indentation mismatch
|
2008-09-08 18:10:23 -07:00 |
core_ext.rb
|
|
|
dependencies.rb
|
Only track new constant definitions when we're reloading dependencies
|
2008-11-10 22:21:09 -08:00 |
deprecation.rb
|
Remove direct TestCase mixins. Add miniunit compatibility.
|
2008-11-07 01:16:06 -05:00 |
duration.rb
|
Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZone when config.time_zone is set. Introducing Time.current, which returns Time.zone.now if config.time_zone is set, otherwise just returns Time.now
|
2008-04-20 21:57:04 -05:00 |
gzip.rb
|
|
|
inflections.rb
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05:00 |
inflector.rb
|
Mark utf-8 encoding
|
2008-11-07 01:01:04 -05:00 |
json.rb
|
Merge with docrails.
|
2008-07-16 13:01:23 +01:00 |
memoizable.rb
|
Fix memoize_all for methods with punctuation [#1175 state:resolved]
|
2008-10-05 17:25:58 -05:00 |
multibyte.rb
|
Fix a typo in ActiveSupport::Multibyte::NORMALIZATION_FORMS. [#1179 state:resolved]
|
2008-10-06 19:04:45 +01:00 |
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
|
Rubinious: work around h[k] ||= v returning []= result instead of v
|
2008-06-10 14:01:16 -07:00 |
ordered_options.rb
|
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved]
|
2008-06-03 13:32:53 -05:00 |
rescuable.rb
|
Don't shadow local with black arg
|
2008-11-07 01:08:59 -05:00 |
secure_random.rb
|
1.8 compatibility for random_number method on SecureRandom.
|
2008-10-04 21:11:30 +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 |
test_case.rb
|
Set AS::TestCase::Assertion to the underlying test exception for either miniunit or test/unit
|
2008-11-07 13:26:28 -05:00 |
time_with_zone.rb
|
TimeWithZone#freeze: preload instance variables so that we can actually freeze
|
2008-10-19 22:33:26 -05:00 |
vendor.rb
|
Increment the version of our modified memcache_client code to prevent users with the gem installed not seeing our changes.
|
2008-11-06 19:59:02 +00:00 |
version.rb
|
Prepare for RC2
|
2008-11-14 12:26:50 +01:00 |
whiny_nil.rb
|
Replaced unnecessary class variable with a constant in whiny nil.
|
2008-05-04 21:11:03 -05:00 |