1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support
Sven Fuchs be4ae1f526 I18n: applied Luca Guidi's patch for better #interpolate performance
[#943 state:resolved]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2008-08-30 02:02:33 -07:00
..
cache Ensure objects cached with MemoryStore are immutable 2008-08-19 19:20:10 -05:00
core_ext Move some core extension methods into a module under the ActiveSupport::CoreExtensions namespace, instead of extending core classes directly. This is more friendly for API reference generators. 2008-08-29 15:15:40 -07:00
json Merge with docrails. 2008-07-16 13:01:23 +01:00
locale Locale file changed to yaml 2008-08-20 18:01:12 +02:00
multibyte Fix file permissions 2008-07-31 16:36:23 -05:00
testing Ruby 1.9 compat: switch profile_options to superclass_delegating_accessor 2008-08-25 22:01:02 -07:00
values
vendor I18n: applied Luca Guidi's patch for better #interpolate performance 2008-08-30 02:02:33 -07:00
base64.rb
basic_object.rb MacRuby: BasicObject unavailable 2008-07-28 13:54:10 -07:00
buffered_logger.rb Maintain a seperate buffer for each thread 2008-08-18 23:36:13 -05:00
cache.rb MemoryStore is the only "unsafe" store. Make it threadsafe by default. 2008-08-06 14:54:18 -05:00
callbacks.rb Simplified and renamed CallbackChain union method to replace_or_append! 2008-08-21 00:51:06 -05:00
core_ext.rb
dependencies.rb Consistently use the framework's configured logger and avoid reverting to RAILS_DEFAULT_LOGGER unless necessary. 2008-08-18 23:36:13 -05:00
deprecation.rb Deprecate render_component. 2008-08-29 13:43:30 +01:00
duration.rb
gzip.rb
inflections.rb
inflector.rb Ruby 1.9: constantize takes advantage of new inherit arg to const_get and const_defined? 2008-08-23 15:59:59 -07:00
json.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
memoizable.rb Ensure results returned by a memoized method are immutable 2008-08-13 21:30:46 -05:00
multibyte.rb
option_merger.rb Allow deep merging of hash values for nested with_options. [#490 state:resolved] 2008-07-17 01:59:08 +01:00
ordered_hash.rb
ordered_options.rb
secure_random.rb Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom. 2008-08-27 15:08:16 +02:00
string_inquirer.rb
test_case.rb
time_with_zone.rb Merge with docrails. 2008-07-16 13:01:23 +01:00
vendor.rb fix require path in vendor.rb for fixed vendor/gem dir structure 2008-08-13 09:44:46 +02:00
version.rb
whiny_nil.rb