aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Removed use of mocha in the info_controller testsPrathamesh Sonpatki2014-12-031-5/+4
* | | | | | | | | Merge pull request #17898 from mrgilman/move-predicate-builder-to-constructorSean Griffin2014-12-031-4/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move PredicateBuilder instantiation to constructorMelanie Gilman2014-12-031-4/+5
* | | | | | | | | | Active Record changelog needs to keep pointing at 4-2-stable. #17651Yves Senn2014-12-031-1/+1
* | | | | | | | | | docs, add new changelog entries at the top :sweat: [ci skip] #17651Yves Senn2014-12-031-5/+5
* | | | | | | | | | Merge pull request #17651 from CLUSTERfoo/fix/adding_timestamps_migration_not...Yves Senn2014-12-038-11/+16
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Failure to rollback t.timestamps when within a change_table migrationnoam2014-12-038-11/+16
| | |_|_|_|_|_|/ / | |/| | | | | | |
* / | | | | | | | document that `.delete` does work on `#readonly?` records. Closes #11860Yves Senn2014-12-031-0/+2
|/ / / / / / / /
* | | | | | | | skip test to get `sqlite3_mem` suite passing.Yves Senn2014-12-031-1/+1
* | | | | | | | Merge pull request #17890 from sergey-alekseev/remove-useless-methodsYves Senn2014-12-031-10/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | remove useless methodsSergey Alekseev2014-12-031-10/+0
* | | | | | | | | Merge pull request #17892 from y-yagi/active_support_core_extensions_guideZachary Scott2014-12-021-18/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | [ci skip] remove references to `Numeric#from_now`yuuji.yaginuma2014-12-031-18/+0
* | | | | | | | | Merge pull request #17889 from mxie/mx-fix-nonexistent-typoSean Griffin2014-12-027-11/+11
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix "nonexistent" typo in testsMelissa Xie2014-12-027-11/+11
* | | | | | | | | Require missing association in testSean Griffin2014-12-021-0/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #17888 from mrgilman/dot-notationSean Griffin2014-12-022-29/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor `build_from_hash` to convert dot notation to hash firstMelanie Gilman2014-12-022-29/+40
* | | | | | | | | require 'rake' before requiring Rake tasksAkira Matsuda2014-12-031-0/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #17886 from mrgilman/refactor-predicate-builderSean Griffin2014-12-024-19/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor `PredicateBuilder` from singleton to instanceMelanie Gilman2014-12-024-19/+32
* | | | | | | | | Action View is needed for DebugExceptionsRafael Mendonça França2014-12-021-0/+2
* | | | | | | | | Merge pull request #17881 from deeeki/unscope_arel_whereRafael Mendonça França2014-12-022-1/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow to unscope where conditions using `arel_table` with Symboldeeeki2014-12-032-1/+9
| |/ / / / / / / /
* | | | | | | | | Fix typo [ci skip]Andrew White2014-12-021-2/+2
* | | | | | | | | Clarify change to process helpers [ci skip]Andrew White2014-12-021-0/+11
* | | | | | | | | Add some FIXME notes about documentation [ci skip]Rafael Mendonça França2014-12-021-0/+4
|/ / / / / / / /
* | | | | | | | Prefer object/nil over `true`/`false`Rafael Mendonça França2014-12-021-6/+4
* | | | | | | | Merge pull request #17873 from kirs/refactor-debug-erbRafael Mendonça França2014-12-024-23/+54
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor debug viewKir Shatrov2014-12-024-23/+54
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #17727 from lleger/lleger-add-methods-to-message-verifierSean Griffin2014-12-023-22/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Add `#verified` and `#valid_message?` to MessageVerifierLogan Leger2014-12-013-22/+47
| |/ / / / / / /
* | | | | | | | Merge pull request #17867 from tgxworld/silence_minitest_pluginsRafael Mendonça França2014-12-022-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Silence Minitest for plugin tests.Guo Xiang Tan2014-12-022-1/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #17862 from lucasmazza/lm-hide-actionRafael Mendonça França2014-12-022-1/+4
* | | | | | | | Allow failures for mysql adapter testsRafael Mendonça França2014-12-021-2/+1
* | | | | | | | Merge pull request #17576 from senny/native_database_typesYves Senn2014-12-024-7/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | no need to pass native_database_types aroundYves Senn2014-12-024-7/+13
|/ / / / / / / /
* | | | | | | | pg tests, get rid of global schema `schema_1`.Yves Senn2014-12-023-53/+51
* | | | | | | | pg tests, move uniqueness validation test to array tests.Yves Senn2014-12-023-27/+16
* | | | | | | | tests, extract pg number tests into separate file.Yves Senn2014-12-023-44/+51
* | | | | | | | tests, move schema shorthand assertions into pg specific tests.Yves Senn2014-12-0210-131/+89
* | | | | | | | tests, move pg geometric tests out of `base_test`.Yves Senn2014-12-023-106/+73
* | | | | | | | Merge pull request #17878 from claudiob/remove-unused-modgreet-fixtureYves Senn2014-12-021-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unused AV/test/fixtures/scopeclaudiob2014-12-011-1/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #17877 from claudiob/remove-happy-path-fixtureYves Senn2014-12-021-1/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Remove unused AV/test/fixtures/happy_pathclaudiob2014-12-011-1/+0
|/ / / / / / /
* | | | | | | Merge pull request #17871 from claudiob/remove-unused-blog-public-fixturesSantiago Pastorino2014-12-024-4/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove unused AV/test/fixtures/blog_publicclaudiob2014-12-014-4/+0
* | | | | | | | Merge pull request #17872 from claudiob/remove-duplicate-functional-caching-f...Santiago Pastorino2014-12-021-3/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |