| 5da9a74 |
2011-03-23 |
Add a failing test case for an implicit action with a be... |
| 0e64eab |
2009-11-04 |
Autoload Multibyte features. |
| da3a228 |
2009-11-04 |
Make ActiveSupport::Chars#limit run on Ruby 1.9. |
| 2d3c580 |
2010-03-16 |
Improve performance of Multibyte::Utils. |
| 62a0228 |
2009-11-04 |
Improve performance of Multibyte::Utils. |
| 935bd0f |
2009-11-04 |
Add ActiveSupport::Multibyte::Chars#limit. |
| c680f23 |
2009-09-25 |
Prefix Internet Explorer's accepted mime types with sens... |
| e31d29f |
2009-09-03 |
Add methods for string verification and encoding cleanup... |
| e3db21f |
2009-09-01 |
Add methods for string verification and encoding cleanup... |
| 07c6938 |
2009-09-03 |
Add verify and clean methods to ActiveSupport::Multibyte. |
| f209d38 |
2009-04-07 |
Improve tests and code for Rails::InfoController and Rai... |
| c3aa2bc |
2009-03-10 |
Ensure nested with_scope merges conditions inside out [#... |
| 6099f26 |
2009-02-25 |
Test view path loading from the initializer. |
| ea5d288 |
2009-02-25 |
Test database middleware loading from the initializer. |
| 809409d |
2009-02-25 |
Add test case for ActiveRecord::ConnectionAdapters::Conn... |
| 1f48c09 |
2008-11-24 |
Accept a prefix argument to filter_backtrace_with_cleani... |
| 8326b95 |
2008-12-18 |
Free MySQL::Result objects after a call to execute [#141... |
| efb9ef6 |
2008-10-06 |
Fix a typo in ActiveSupport::Multibyte::NORMALIZATION_FO... |
| 5795c50 |
2008-09-21 |
Set encoding of the multibyte test helpers file to UTF-8... |
| 1585a7e |
2008-09-21 |
Change all calls to String#chars to String#mb_chars. |
| 00a4286 |
2008-09-21 |
Change call to String#chars in inflector to String#mb_ch... |
| 44e44b4 |
2008-09-21 |
Deprecated String#chars in favor of String#mb_chars. |
| 3c9eede |
2008-09-21 |
Move multibyte test helpers to a separate file and make ... |
| 85c05b5 |
2008-09-21 |
Add tests for u_unpack to make sure it raises an Encodin... |
| 52f8c04 |
2008-09-21 |
Fix a test that assumes .mb_chars to always return an in... |
| 809af7f |
2008-09-21 |
Non-string results from forwarded methods should be retu... |
| b8eec5a |
2008-09-21 |
Remove special 1.9 version of excerpt helper. |
| bfc7385 |
2008-09-21 |
Improve documentation. |
| 7329990 |
2008-09-21 |
Change all calls to String#chars to String#mb_chars. Rem... |
| 8abef4f |
2008-09-21 |
All methods which normally return a string now return a ... |
| 520c3f3 |
2008-09-21 |
Change all calls to String#chars to String#mb_chars. |
| 0211722 |
2008-09-21 |
Move with_kcode helper to abstract_unit. Add tests for m... |
| 042fd97 |
2008-09-21 |
Add a test for ActiveSupport::Multibyte::Chars.consumes?. |
| 22f75d5 |
2008-09-21 |
Simplify ActiveSupport::Multibyte and make it run on Rub... |
| babbc15 |
2008-09-11 |
Fix ActiveRecord::Base.quote_bound_value for ActiveSuppe... |
| 7e608af |
2007-12-05 |
Add documentation examples to prototype helper. Closes #... |
| af005df |
2007-11-06 |
Add documentation for route conditions. Closes #9041 [in... |
| 73f72ee |
2007-08-05 |
Make the utf-handler return the correct value for non-ma... |
| fe3e03e |
2007-08-05 |
Add ljust, rjust and center to utf8-handler. Closes #91... |
| be196f3 |
2007-07-31 |
Add support for []= on ActiveSupport::Multibyte::Chars. ... |
| d0ff4ec |
2007-06-30 |
Don't call unsupported methods on associated objects whe... |
| 279113f |
2007-06-23 |
Fixed validates_associated should not stop on the first ... |
| 428d1f6 |
2007-05-28 |
Multibyte strings respond_to the String methods they pro... |
| d8b67f7 |
2007-05-28 |
Generate rdoc with utf-8 charset. Closes #7188 [manfred,... |
| d4c24b6 |
2007-05-18 |
Merge [6775] to stable from trunk: observe_form always s... |
| 4221494 |
2007-05-18 |
observe_form always sends the serialized form. Closes #5... |
| 87b7b5b |
2007-02-25 |
Added fixtures :all to test_helper.rb to assume that mos... |
| 5f11417 |
2007-01-15 |
Merge [5935] from trunk. References #3987, #6664. |
| a491f92 |
2007-01-15 |
MySQL, PostgreSQL: change_column_default quotes the defa... |
| 1a7ce06 |
2007-01-12 |
Merge [5895], [5896] from trunk. References #6891. |
| fa619b0 |
2007-01-12 |
link_to_unless_current works with full URLs as well as p... |
| 911f3db |
2006-10-17 |
Ensure Chars#tidy_bytes only tidies broken bytes. Closes... |
| 81ddead |
2006-10-14 |
Replace KCODE checks with String#chars for truncate. Cl... |
| 41c3623 |
2006-10-12 |
Use String#chars in TextHelper::excerpt. Closes #6386 [M... |
| 48cef84 |
2006-10-12 |
Make core_ext/string/access.rb multibyte safe. Closes #6... |
| cb927c8 |
2006-10-12 |
Make String#chars slicing behaviour consistent with Stri... |
| e899190 |
2006-10-04 |
Pull in latest multibyte patch. Closes #6346 [Manfred St... |
| f238d49 |
2006-10-03 |
Add ActiveSupport::Multibyte. Provides String#chars whi... |
| 7661c2b |
2006-09-12 |
Skip params with empty names, such as the &=Save query s... |
| 94a1758 |
2006-08-07 |
r3022@ks: jeremy | 2005-11-12 18:40:42 -0800 |
| b85c535 |
2006-06-03 |
Added documentation for inflections (closes #5013) [m.st... |
| ac66cf1 |
2006-06-02 |
Add :status option to send_data and send_file. Defaults ... |
| 9404654 |
2006-01-25 |
Add documentation for add_index and remove_index. Closes... |
| e7afaf6 |
2005-10-01 |
Added new scriptaculous options for auto_complete_field ... |
| fe4abaa |
2005-09-11 |
Added Array#to_sentence that'll turn ['one', 'two', 'thr... |
| 07989b6 |
2005-01-01 |
Added automated rewriting of the shebang lines on instal... |