Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test cases should inherit from AS::TestCase | Aaron Patterson | 2012-01-05 | 3 | -2/+3 |
| | |||||
* | test a subclass so that the removed method does not imact other tests | Aaron Patterson | 2012-01-05 | 2 | -3/+6 |
| | |||||
* | Update actionpack/CHANGELOG.md | José Valim | 2012-01-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #4337 from tadast/master-checkbox_patch | José Valim | 2012-01-05 | 3 | -5/+8 |
|\ | | | | | check_box helper with :disabled => true generates disabled hidden field. fixes #1953 (master) | ||||
| * | check_box helper with :disabled => true generates disabled hidden field. ↵ | Tadas Tamošauskas | 2012-01-05 | 3 | -5/+8 |
| | | | | | | | | fixes #1953 | ||||
* | | Revert "remove deprecated API" | Aaron Patterson | 2012-01-05 | 3 | -1/+20 |
| | | | | | | | | This reverts commit f53c247d10acbaacb0d61824cfce888c4b0520d2. | ||||
* | | remove deprecated API | Aaron Patterson | 2012-01-05 | 3 | -20/+1 |
| | | |||||
* | | 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 | ||||
| * | AS::Callbacks::Callback refactor | Bogdan Gusiev | 2011-11-15 | 1 | -58/+62 |
| | | | | | | | | | | | | In order to make Callbacks code always operate on valid peaces of code Concatenated Callback#start and Callback#end method into #apply method. | ||||
* | | 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 | ||||
| * | | 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 | ||||
| * | | | 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 | ||||
| * | | | | 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 | ||||
| * | | | | | 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 |
|\ \ \ \ \ | | | | | | | | | | | | | Change more Array.wrap calls | ||||
| * | | | | | 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 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Putting AS::Multibyte on a Ruby 1.9 diet | ||||
| * | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is neither a public API, nor used internally, so let's remove it. | ||||
| * | | | | | | 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 ↵ | Norman Clarke | 2012-01-05 | 3 | -12/+6 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into multibyte Conflicts: activesupport/lib/active_support/multibyte/chars.rb | ||||
| | * | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The docs for the String class indicate that methods like `rstrip!` and others should return nil when they do not have an effect on the string. | ||||
| * | | | | | | Override #slice! to ensure proper return value. | Norman Clarke | 2012-01-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default pass-through to `method_missing` makes `#slice!` return `self` rather than the string that was sliced off. | ||||
| * | | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test was actually specifying the opposite of what it should. | ||||
* | | | | | | | 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 |