Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fix some whitespace errors | Aaron Patterson | 2012-01-05 | 1 | -5/+5 | |
* | | | More 1.9 way | Santiago Pastorino | 2012-01-05 | 1 | -4/+2 | |
* | | | Merge pull request #3637 from bogdan/compile_options | José Valim | 2012-01-05 | 1 | -58/+62 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | AS::Callbacks::Callback refactor | Bogdan Gusiev | 2011-11-15 | 1 | -58/+62 | |
* | | | Use 1.9 way | Santiago Pastorino | 2012-01-05 | 1 | -6/+1 | |
* | | | Merge pull request #4117 from lest/remove-deprecated | José Valim | 2012-01-05 | 2 | -7/+0 | |
|\ \ \ | ||||||
| * | | | remove status_code from AD::ShowExceptions and useless requires | Sergey Nartimov | 2011-12-21 | 2 | -7/+0 | |
* | | | | Merge pull request #4192 from mptre/master | José Valim | 2012-01-05 | 2 | -1/+11 | |
|\ \ \ \ | ||||||
| * | | | | Align rake notes. | Anton Lindqvist | 2011-12-26 | 2 | -1/+11 | |
* | | | | | Merge pull request #4322 from castlerock/minitest_pending | José Valim | 2012-01-05 | 1 | -33/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | ActiveSupport::Testing::Pending support for MiniTest only | Vishnu Atrai | 2012-01-05 | 1 | -33/+1 | |
* | | | | | | Merge pull request #4324 from juanpastas/patch-1 | José Valim | 2012-01-05 | 0 | -0/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Update activerecord/lib/active_record/base.rb | juan david pastas | 2012-01-05 | 1 | -1/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #4333 from rafaelfranca/patch-1 | José Valim | 2012-01-05 | 13 | -35/+28 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Whitespaces :scissors: | Rafael Mendonça França | 2012-01-05 | 2 | -7/+6 | |
| * | | | | | | Refactor extract_selected_and_disabled | Rafael Mendonça França | 2012-01-05 | 1 | -1/+2 | |
| * | | | | | | Change more Array.wrap to Kernel#Array | Rafael Mendonça França | 2012-01-05 | 9 | -19/+14 | |
| * | | | | | | Use Kernel#Array in ActionController::Helpers | Rafael Mendonça França | 2012-01-05 | 1 | -2/+1 | |
| * | | | | | | Use Kernel#Array instead of Array.wrap in view_paths | Rafael Mendonça França | 2012-01-05 | 3 | -4/+3 | |
| * | | | | | | Array.wrap is no longer needed in AbstractController::Callbacks | Rafael Mendonça França | 2012-01-05 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #4332 from norman/multibyte | José Valim | 2012-01-05 | 8 | -355/+73 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use friendlier method name | Norman Clarke | 2012-01-05 | 2 | -3/+3 | |
| * | | | | | | | Use friendlier method names for upcasing/downcasing | Norman Clarke | 2012-01-05 | 2 | -12/+20 | |
| * | | | | | | | Use more descriptive method names | Norman Clarke | 2012-01-05 | 2 | -8/+8 | |
| * | | | | | | | Move include to top of class for clarity | Norman Clarke | 2012-01-05 | 1 | -2/+1 | |
| * | | | | | | | Remove unnecessary requires/encoding comment | Norman Clarke | 2012-01-05 | 1 | -3/+0 | |
| * | | | | | | | Replace Unicode.u_unpack with String#codepoints | Norman Clarke | 2012-01-05 | 5 | -38/+5 | |
| * | | | | | | | Remove multibyte utils | Norman Clarke | 2012-01-05 | 3 | -140/+1 | |
| * | | | | | | | Remove "_codepoints" from compose/decompose | Norman Clarke | 2012-01-05 | 2 | -9/+9 | |
| * | | | | | | | Remove unused code. | Norman Clarke | 2012-01-05 | 1 | -25/+0 | |
| * | | | | | | | Document method definition | Norman Clarke | 2012-01-05 | 1 | -0/+2 | |
| * | | | | | | | Just use Ruby's String#[]= | Norman Clarke | 2012-01-05 | 2 | -46/+0 | |
| * | | | | | | | Assume Encoding support | Norman Clarke | 2012-01-05 | 1 | -5/+1 | |
| * | | | | | | | Update to Unicode 6.0 | Norman Clarke | 2012-01-05 | 2 | -1/+1 | |
| * | | | | | | | Remove useless parens | Norman Clarke | 2012-01-05 | 1 | -1/+1 | |
| * | | | | | | | Just delegate a few methods directly to @wrapped_string | Norman Clarke | 2012-01-05 | 1 | -20/+3 | |
| * | | | | | | | Merge branch 'refactor-multibyte-chars' of https://github.com/lest/rails into... | Norman Clarke | 2012-01-05 | 3 | -12/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | refactor AS::Multibyte::Chars | Sergey Nartimov | 2012-01-05 | 2 | -40/+6 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Make return value from bang methods match Ruby docs | Norman Clarke | 2012-01-05 | 2 | -6/+12 | |
| * | | | | | | | Override #slice! to ensure proper return value. | Norman Clarke | 2012-01-05 | 1 | -0/+4 | |
| * | | | | | | | Remove overidden slice and slice! methods. | Norman Clarke | 2012-01-05 | 1 | -29/+1 | |
| * | | | | | | | Fix incorrect behavior specified in test. | Norman Clarke | 2012-01-05 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #4335 from lest/useless-multibyte-clean | José Valim | 2012-01-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remove use of Multibyte.clean as it's no-op in ruby 1.9 | Sergey Nartimov | 2012-01-06 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #4334 from lest/remove-obsolete-commented-asserts | José Valim | 2012-01-05 | 1 | -6/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | remove obsolete commented asserts in TextHelper tests | Sergey Nartimov | 2012-01-06 | 1 | -6/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #4330 from lest/remove-call-mbchars | Aaron Patterson | 2012-01-05 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remove useless call to mb_chars | Sergey Nartimov | 2012-01-05 | 2 | -5/+5 | |
* | | | | | | | | | Merge pull request #4303 from Karunakar/logger | Santiago Pastorino | 2012-01-05 | 13 | -17/+15 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Moved all the logger methods to active support logger | Karunakar (Ruby) | 2012-01-06 | 13 | -17/+15 | |
| | |_|_|_|_|_|/ | |/| | | | | | |