CARVIEW |
-
Rails plugin for easy and rich attachment manipulation.Created Sat Apr 05 08:03:24 -0700 2008
-
Mocking and stubbing in JavaScript.Created Mon Aug 25 13:52:47 -0700 2008
-
A repository of scripts to test the speed of a String implementation in Ruby for common operations.Created Sat Jun 21 07:16:44 -0700 2008
-
Project to freshen up ActiveSupport::Multibyte and make sure it works with Ruby 1.9 in a sensible...Created Sun Mar 30 07:59:24 -0700 2008
-
Ruby on RailsForked from rails/rails Wed Jun 11 08:41:03 -0700 2008
-
Reckon aims to make automated testing leaner.Created Mon Apr 07 11:26:03 -0700 2008
-
A library that wraps GLib Unicode manipulation methods to speed up ActiveSupport::MultibyteCreated Fri Jun 13 08:58:06 -0700 2008
Public Activity
babbc1580da9e4a23921ab68d47c7c0d2e8447da
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars values.
7c4e5196c247a4c32226e77c5376864ee92d4dae
Rename calls to String#chars to String#mb_chars.
75b3893c0c8bcba0b5e4bde2448ce45999d0f94e
Add a deprecation warning when using String#chars on Ruby <= 1.8.6.
aad0ce690a479da164937e6b7a2dacdd064cd7a7
Add tests for u_unpack to make sure it raises an EncodingError on invalid UTF-8 strings.
0d758a7d279d0b43576c1f668115034544c473f4
Fix a test that assumes .mb_chars to always return an instance of the proxy_class.
845bb90e5c2c8454dd5b359014f2238f49e57f97
Whitespace fixes.
f1422598fdc00ad441d5ed5609574326e8fa61e5
Non-string results from forwarded methods should be returned vertabim.
84d661dc149df1e5e63766e46faa93134a6f6d57
Remove special 1.9 version of excerpt helper.
c727039a75a23ab322c60ddecc8fb644a8064951
Improve documentation.