aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #17905 from claudiob/add-doc-to-message-verifierRafael Mendonça França2014-12-041-4/+50
|\ \ \ \ \ \ \
| * | | | | | | Add documentation to MessageVerifierclaudiob2014-12-031-4/+50
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #17906 from kamipo/prevent_symbol_gcRafael Mendonça França2014-12-041-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Prevent Symbol GCRyuta Kamizono2014-12-041-0/+3
| |/ / / / / /
* | | | | | | Merge pull request #17909 from sergey-alekseev/doc-changeRichard Schneeman2014-12-041-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | remove misleading class [ci skip]Sergey Alekseev2014-12-041-1/+1
|/ / / / / /
* | | | | | Merge pull request #17903 from claudiob/remove-rescue-opensslSantiago Pastorino2014-12-043-32/+5
|\ \ \ \ \ \
| * | | | | | Remove "rescue" clause around "require 'openssl'"claudiob2014-12-033-32/+5
| |/ / / / /
* | | | | | docs, bring back `ActiveRecord::Core` methods in the API. [ci skip]Yves Senn2014-12-041-1/+0
* | | | | | Merge pull request #17901 from isaacseymour/fix-find-each-docsYves Senn2014-12-041-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Clarify that batching methods can be used with any orderable type primary key...Isaac Seymour2014-12-031-4/+4
|/ / / / /
* | | | | Merge pull request #17891 from prathamesh-sonpatki/remove-mocha-from-info-con...Guillermo Iguaran2014-12-031-5/+4
|\ \ \ \ \
| * | | | | 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
|/ / / / / / /