.. |
cache
|
Tidy up previous commit.
|
2011-04-28 09:47:07 +02:00 |
core_ext
|
Merge branch 'master' of git://github.com/lifo/docrails
|
2011-05-18 22:50:44 +02:00 |
dependencies
|
|
|
deprecation
|
minor changes
|
2011-04-27 19:50:51 +05:30 |
inflector
|
adds code examples for negative ordinalize
|
2011-05-08 23:48:15 +05:30 |
json
|
add missing require for ordered_hash dependency
|
2011-05-11 16:22:35 +02:00 |
locale
|
|
|
log_subscriber
|
Logs should show overridden method; Issue 426
|
2011-05-07 03:04:26 -07:00 |
multibyte
|
Active Support typos.
|
2011-03-05 11:56:34 +01:00 |
notifications
|
minor changes
|
2011-04-27 19:50:51 +05:30 |
ruby
|
|
|
testing
|
removed redundant metric support check (and print when it isn't)
|
2011-05-10 03:40:44 +01:00 |
time
|
|
|
values
|
|
|
xml_mini
|
fixed a missing require that causes trouble when using AS in a non-rails env.
|
2011-01-18 23:28:51 +01:00 |
all.rb
|
|
|
backtrace_cleaner.rb
|
Some style changes
|
2011-03-06 10:26:24 +01:00 |
base64.rb
|
|
|
basic_object.rb
|
|
|
benchmarkable.rb
|
|
|
buffered_logger.rb
|
set log encoding to BINARY, but still use text mode to output portable newlines
|
2011-05-18 12:43:29 +02:00 |
builder.rb
|
|
|
cache.rb
|
do not test explicit equality of predicate methods, they should be allowed to return truthy or falsey objects
|
2011-03-07 09:36:07 -08:00 |
callbacks.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
concern.rb
|
Fix the example in ActiveSupport::Concern
|
2010-12-17 18:54:57 -06:00 |
configurable.rb
|
Move variables to underscore format, update protected instance variables list.
|
2011-05-06 14:57:25 +02:00 |
core_ext.rb
|
|
|
dependencies.rb
|
Active Support typos.
|
2011-03-05 11:56:34 +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 Duration#to_json
|
2010-12-29 22:20:14 +00:00 |
file_update_checker.rb
|
Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare
|
2010-12-20 12:43:02 +01:00 |
file_watcher.rb
|
use === so that regular expressions are not required
|
2011-02-08 10:48:01 -08:00 |
gzip.rb
|
fixing indentation
|
2011-02-09 13:47:32 -08:00 |
hash_with_indifferent_access.rb
|
Use dup to preserve previous behavior
|
2011-05-17 15:54:22 -07:00 |
i18n.rb
|
I18n is always loaded on boot by Active Model or Action Pack, so no need for supporting lazy hooks.
|
2010-11-20 19:39:57 +01:00 |
i18n_railtie.rb
|
Some style changes
|
2011-03-06 10:26:24 +01:00 |
inflections.rb
|
handle double pluralization for irregular plurals
|
2011-02-16 15:08:25 -02:00 |
inflector.rb
|
|
|
json.rb
|
|
|
lazy_load_hooks.rb
|
|
|
log_subscriber.rb
|
simplifying buffered logger for easier and slightly more performant codes. pumpkin
|
2011-04-26 10:41:59 -07:00 |
memoizable.rb
|
|
|
message_encryptor.rb
|
Some style changes
|
2011-03-06 10:26:24 +01:00 |
message_verifier.rb
|
more style changes
|
2011-03-06 10:44:52 +01:00 |
multibyte.rb
|
|
|
notifications.rb
|
fanout unsubscribe only accepted one argument, so taking *args here is probably bad
|
2011-02-09 14:33:56 -08:00 |
option_merger.rb
|
|
|
ordered_hash.rb
|
indifferent access should recurse Hash subclasses
|
2011-05-08 03:40:51 -07:00 |
ordered_options.rb
|
Fix incorrect example.
|
2011-03-05 11:56:32 +01:00 |
railtie.rb
|
added find_zone and find_zone! to AS timezones and changed the AS Railtie to use find_zone! as well as adding Railtie tests
|
2011-04-05 17:12:09 -03:00 |
rescuable.rb
|
|
|
secure_random.rb
|
securerandom ships with 1.8.7+, so just use it
|
2011-05-13 23:22:13 -07:00 |
string_inquirer.rb
|
|
|
test_case.rb
|
Moved Turn activation/dependency to railties
|
2011-03-31 16:20:59 -07:00 |
time.rb
|
|
|
time_with_zone.rb
|
Remove #among? from Active Support
|
2011-04-13 20:25:28 +08:00 |
version.rb
|
Prepare for beta1
|
2011-05-04 20:21:05 -05:00 |
whiny_nil.rb
|
No need for &block here.
|
2011-04-29 20:30:21 +02:00 |
xml_mini.rb
|
Fix failing test.
|
2011-05-09 17:08:59 +02:00 |