aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* activeresource tests use AS::TestCaseAaron Patterson2012-01-0510-10/+10
* Revert "More 1.9 way"Aaron Patterson2012-01-051-2/+4
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-0518-22/+23
* test cases should inherit from AS::TestCaseAaron Patterson2012-01-053-2/+3
* test a subclass so that the removed method does not imact other testsAaron Patterson2012-01-052-3/+6
* Update actionpack/CHANGELOG.mdJosé Valim2012-01-061-2/+2
* Merge pull request #4337 from tadast/master-checkbox_patchJosé Valim2012-01-053-5/+8
|\
| * check_box helper with :disabled => true generates disabled hidden field. fixe...Tadas Tamošauskas2012-01-053-5/+8
* | Revert "remove deprecated API"Aaron Patterson2012-01-053-1/+20
* | remove deprecated APIAaron Patterson2012-01-053-20/+1
* | fix some whitespace errorsAaron Patterson2012-01-051-5/+5
* | More 1.9 waySantiago Pastorino2012-01-051-4/+2
* | Merge pull request #3637 from bogdan/compile_optionsJosé Valim2012-01-051-58/+62
|\ \ | |/ |/|
| * AS::Callbacks::Callback refactorBogdan Gusiev2011-11-151-58/+62
* | Use 1.9 waySantiago Pastorino2012-01-051-6/+1
* | Merge pull request #4117 from lest/remove-deprecatedJosé Valim2012-01-052-7/+0
|\ \
| * | remove status_code from AD::ShowExceptions and useless requiresSergey Nartimov2011-12-212-7/+0
* | | Merge pull request #4192 from mptre/masterJosé Valim2012-01-052-1/+11
|\ \ \
| * | | Align rake notes.Anton Lindqvist2011-12-262-1/+11
* | | | Merge pull request #4322 from castlerock/minitest_pendingJosé Valim2012-01-051-33/+1
|\ \ \ \
| * | | | ActiveSupport::Testing::Pending support for MiniTest onlyVishnu Atrai2012-01-051-33/+1
* | | | | Merge pull request #4324 from juanpastas/patch-1José Valim2012-01-050-0/+0
|\ \ \ \ \
| * | | | | Update activerecord/lib/active_record/base.rbjuan david pastas2012-01-051-1/+0
| |/ / / /
* | | | | Merge pull request #4333 from rafaelfranca/patch-1José Valim2012-01-0513-35/+28
|\ \ \ \ \
| * | | | | Whitespaces :scissors:Rafael Mendonça França2012-01-052-7/+6
| * | | | | Refactor extract_selected_and_disabledRafael Mendonça França2012-01-051-1/+2
| * | | | | Change more Array.wrap to Kernel#ArrayRafael Mendonça França2012-01-059-19/+14
| * | | | | Use Kernel#Array in ActionController::HelpersRafael Mendonça França2012-01-051-2/+1
| * | | | | Use Kernel#Array instead of Array.wrap in view_pathsRafael Mendonça França2012-01-053-4/+3
| * | | | | Array.wrap is no longer needed in AbstractController::CallbacksRafael Mendonça França2012-01-051-2/+2
* | | | | | Merge pull request #4332 from norman/multibyteJosé Valim2012-01-058-355/+73
|\ \ \ \ \ \
| * | | | | | Use friendlier method nameNorman Clarke2012-01-052-3/+3
| * | | | | | Use friendlier method names for upcasing/downcasingNorman Clarke2012-01-052-12/+20
| * | | | | | Use more descriptive method namesNorman Clarke2012-01-052-8/+8
| * | | | | | Move include to top of class for clarityNorman Clarke2012-01-051-2/+1
| * | | | | | Remove unnecessary requires/encoding commentNorman Clarke2012-01-051-3/+0
| * | | | | | Replace Unicode.u_unpack with String#codepointsNorman Clarke2012-01-055-38/+5
| * | | | | | Remove multibyte utilsNorman Clarke2012-01-053-140/+1
| * | | | | | Remove "_codepoints" from compose/decomposeNorman Clarke2012-01-052-9/+9
| * | | | | | Remove unused code.Norman Clarke2012-01-051-25/+0
| * | | | | | Document method definitionNorman Clarke2012-01-051-0/+2
| * | | | | | Just use Ruby's String#[]=Norman Clarke2012-01-052-46/+0
| * | | | | | Assume Encoding supportNorman Clarke2012-01-051-5/+1
| * | | | | | Update to Unicode 6.0Norman Clarke2012-01-052-1/+1
| * | | | | | Remove useless parensNorman Clarke2012-01-051-1/+1
| * | | | | | Just delegate a few methods directly to @wrapped_stringNorman Clarke2012-01-051-20/+3
| * | | | | | Merge branch 'refactor-multibyte-chars' of https://github.com/lest/rails into...Norman Clarke2012-01-053-12/+6
| |\ \ \ \ \ \
| | * | | | | | refactor AS::Multibyte::CharsSergey Nartimov2012-01-052-40/+6
| | | |/ / / / | | |/| | | |
| * | | | | | Make return value from bang methods match Ruby docsNorman Clarke2012-01-052-6/+12
| * | | | | | Override #slice! to ensure proper return value.Norman Clarke2012-01-051-0/+4