Ruby on Rails
Go to file
Norman Clarke f3abc8ac36 Use multibyte proxy class on 1.9, refactor Unicode.
Makes String#mb_chars on Ruby 1.9 return an instance of ActiveSupport::Multibyte::Chars to work around 1.9's lack of Unicode case folding.

Refactors class methods from ActiveSupport::Multibyte::Chars into new Unicode module, adding other related functionality for consistency.

[#4594 state:resolved]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-05-21 12:24:54 -07:00
actionmailer Use better assertion methods for testing 2010-05-19 10:18:36 +02:00
actionpack refactor evals and adds some __FILE__ and __LINE__ 2010-05-20 15:18:57 +02:00
activemodel Fix xml serialization test [#4650 state:resolved] 2010-05-19 13:02:13 +02:00
activerecord Fix failing test. 2010-05-21 16:20:56 +02:00
activeresource Replace assert with assert_equal in some test cases 2010-05-21 16:00:49 +02:00
activesupport Use multibyte proxy class on 1.9, refactor Unicode. 2010-05-21 12:24:54 -07:00
bin
ci
doc/template
railties Replace assert with assert_equal in some test cases 2010-05-21 16:00:49 +02:00
tools Ensure require and load are private - h/t apeiros 2010-04-24 10:38:41 -07:00
.gitignore
Gemfile More accurate JRuby gem requirements 2010-05-20 15:18:57 +02:00
RAILS_VERSION
Rakefile
load_paths.rb
rails.gemspec
release.rb
version.rb