aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12067 from jackxxu/keep_precisionRafael Mendonça França2015-02-064-27/+40
|\
| * Enable number_to_percentage to keep the number's precision by allowing :preci...Jack Xu2013-08-283-16/+31
* | Improve the performance of HWIDA `select` and `reject`Sean Griffin2015-02-061-4/+4
* | Merge pull request #14028 from uberllama/json_escape_commentsRafael Mendonça França2015-02-061-0/+5
|\ \
| * | Amended json_escape comment to clarify that user-generated content must still...Yuval Kordov2014-02-121-0/+5
* | | Merge pull request #18388 from claudiob/better-docs-for-active-model-lint-testsRafael Mendonça França2015-02-061-28/+32
|\ \ \
| * | | Better docs for AM::Lint::Testsclaudiob2015-01-071-28/+32
* | | | revises AM:Dirty example [Godfrey Chan & Xavier Noria]Xavier Noria2015-02-061-6/+2
* | | | use parentheses here, for the beard of the Prophet! [ci skip]Xavier Noria2015-02-061-1/+1
* | | | applies guidelines to dirty.rb [ci skip]Xavier Noria2015-02-061-11/+11
* | | | Merge pull request #18399 from kommen/unify-structure-file-envvar-namesRafael Mendonça França2015-02-053-4/+10
|\ \ \ \
| * | | | Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-083-4/+10
| |/ / /
* | | | Merge pull request #18589 from kamipo/fix_test_types_line_upRafael Mendonça França2015-02-051-2/+2
|\ \ \ \
| * | | | Fix `test_types_line_up` when column type missingRyuta Kamizono2015-01-301-2/+2
* | | | | Merge pull request #18526 from vipulnsward/add-silence-streamRafael Mendonça França2015-02-059-150/+63
|\ \ \ \ \
| * | | | | - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-209-150/+63
* | | | | | Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-0510-119/+161
|\ \ \ \ \ \
| * | | | | | Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-0110-119/+161
* | | | | | | Use keyword argumentsRafael Mendonça França2015-02-051-4/+4
* | | | | | | Merge pull request #18747 from vipulnsward/merge-skip-callbackRafael Mendonça França2015-02-051-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Callback#merge merges options for a callback skip instead of a callback. Rena...Vipul A M2015-02-011-2/+2
* | | | | | | | Do not run remove_connection in memory db testRafael Mendonça França2015-02-051-7/+7
* | | | | | | | Mark some methods as nodocRafael Mendonça França2015-02-051-6/+6
* | | | | | | | Remove special case for symbols at findRafael Mendonça França2015-02-051-2/+0
* | | | | | | | Merge branch 'rm-use-active-model-correctly'Rafael Mendonça França2015-02-056-28/+103
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename method to make explicit its intentionRafael Mendonça França2015-02-053-3/+3
| * | | | | | | | Use kwags to make the argument meaning explicitRafael Mendonça França2015-02-053-6/+6
| * | | | | | | | Use new hash syntaxRafael Mendonça França2015-02-051-1/+1
| * | | | | | | | Change the method visibilityRafael Mendonça França2015-02-051-2/+4
| * | | | | | | | Add tests to make sure label and placeholder respect to_modelRafael Mendonça França2015-02-052-0/+58
| * | | | | | | | Only check if object respond_to to_model onceRafael Mendonça França2015-02-051-6/+2
| * | | | | | | | placeholder doesn't exist inside this contextRafael Mendonça França2015-02-051-2/+2
| * | | | | | | | Merge pull request #18647 from mcls/placeholderable-to-modelRafael Mendonça França2015-02-054-28/+47
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Reduce duplication when generating translationsMaarten Claes2015-01-224-34/+47
| | * | | | | | | | Convert with `to_model` before calling ActiveModel methods on `object`Maarten Claes2015-01-222-8/+14
* | | | | | | | | | Force generated route to be insertedAndrew White2015-02-053-1/+10
|/ / / / / / / / /
* | | | | | | | | Partial template name does no more have to be a valid Ruby identifierAkira Matsuda2015-02-065-16/+21
* | | | | | | | | Merge pull request #18610 from amatsuda/privatize_config_accessorAkira Matsuda2015-02-063-0/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Privatize config_accessor as with attr_accessorAkira Matsuda2015-02-063-0/+13
|/ / / / / / / / /
* | | | | | | | | Move ruby-head to allowed failures [ci skip]Sean Griffin2015-02-051-0/+1
* | | | | | | | | Merge pull request #18820 from tycooon/transaction-rollback-fixSean Griffin2015-02-051-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix transaction rollback in case of aborting threadYuri Smirnov2015-02-051-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #18817 from y-yagi/fix_action_controller_gem_templateArthur Nogueira Neves2015-02-041-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | load "rack/test" before "action_controller/railtie" in bug report templates [...yuuji.yaginuma2015-02-051-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #18809 from meltheadorable/bugfix/postgres_moneySean Griffin2015-02-043-5/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix test cases for money, bit and bit_varyingMelody2015-02-042-2/+4
| * | | | | | | | | Add default options to 'bit' and 'bit_varying' methodsMelody2015-02-031-2/+2
| * | | | | | | | | Adds default options hash for postgres money typeMelody Berton2015-02-031-1/+1
* | | | | | | | | | Respect custom primary keys for associations in `Relation#where`Sean Griffin2015-02-044-2/+65
* | | | | | | | | | revert 539d929b7b32302afe548e4cb06b5f4dd56e9942 [ci skip]Abdelkader Boudih2015-02-041-1/+1