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
Kristopher Murata ef84e691ff Parameterize should accept malformed utf8 characters [#4323 state:resolved]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-04-04 09:37:26 -07:00
..
cache Drop expires argument from call to @data in MemCacheStore so it works with memcache-client and memcached gems, as advertised [#3672 state:resolved] 2010-03-28 13:57:14 -07:00
core_ext Fix class_attribute so that it works with singleton classes. 2010-04-01 17:18:42 -07:00
dependencies Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
deprecation Allow deprecation messages with or without a final period. 2010-03-05 12:35:42 -08:00
inflector Parameterize should accept malformed utf8 characters [#4323 state:resolved] 2010-04-04 09:37:26 -07:00
json Disprefer JSONGem decoder since it only decodes JSON objects 2010-03-09 11:06:54 -08:00
locale
multibyte Improve performance of multibyte utils. 2010-03-16 10:04:20 -07:00
notifications Mark bang instrumentations as something that you shuold not be listening to. 2010-03-17 23:44:03 +01:00
ruby Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warnings are in dependencies. 2010-03-17 00:20:09 -07:00
testing adds missing require for blank? and present? 2010-03-31 04:40:51 -07:00
time
values delegate unknown timezones to TZInfo 2010-04-02 17:43:48 -03:00
xml_mini Provide a better error if the parsed REXML document has no root [#3803 state:resolved] 2010-03-28 23:21:35 -07:00
all.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
backtrace_cleaner.rb
base64.rb
basic_object.rb
benchmarkable.rb
buffered_logger.rb
cache.rb
callbacks.rb Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice. 2010-02-25 09:32:29 -08:00
concern.rb
configurable.rb
core_ext.rb
dependencies.rb Escape the file name (who knows when a "(" might appear in a filename!) 2010-02-27 12:18:28 -08:00
deprecation.rb
duration.rb
gzip.rb
hash_with_indifferent_access.rb Limit Array#extract_options! to directl instances of Hash and HWIA. Add extractable_options? to Hash so that subclasses of Hash can opt-into extractable behavior. This fixes an issue where respond_with wasn't working with subclasses of Hash that were provided by other libraries (such as CouchDB or Mashie) [#4145 state:resolved] 2010-03-27 02:59:10 -07:00
i18n.rb Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
inflections.rb
inflector.rb
json.rb
lazy_load_hooks.rb Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -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_verifier.rb
multibyte.rb Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warnings are in dependencies. 2010-03-17 00:20:09 -07:00
notifications.rb Optimize AS::Notifications to remember which subscribers don't match and not run them. This will allow notifications that are only useful in dev or testing to run efficiently in production. 2010-03-01 17:45:37 -08:00
option_merger.rb
ordered_hash.rb active_support/ordered_hash now requires yaml 2010-01-27 18:13:06 -08:00
ordered_options.rb Move InheritableOptions into ActiveSupport 2010-03-03 15:49:52 -08:00
railtie.rb Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
rescuable.rb Convert to class_attribute 2010-02-01 02:02:42 -08:00
secure_random.rb
string_inquirer.rb
test_case.rb fixing activemodel tests. [#4210 state:resolved] 2010-03-17 13:46:21 -07:00
time.rb Ruby 1.9.2: marshaling round-trips Time#zone 2010-03-28 22:52:08 -07:00
time_with_zone.rb
version.rb Prep for beta2, depend on latest Bundler 2010-04-01 13:36:45 -07:00
whiny_nil.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00
xml_mini.rb