aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Fix the unused variable warningakihiro172015-08-261-1/+0
* Merge pull request #21377 from ronakjangir47/remove_mocha_active_recordKasper Timm Hansen2015-08-2512-119/+153
|\
| * Removed mocha from Active Record Part 1Ronak Jangir2015-08-2512-119/+153
* | Merge pull request #21372 from yui-knk/fix/revert_change_column_defaultSantiago Pastorino2015-08-252-8/+41
|\ \
| * | Make `change_column_default` to workyui-knk2015-08-252-8/+41
* | | remove unused require ‘set’NehaGautam2015-08-251-1/+0
* | | Merge pull request #21074 from vrybas/rdoc-fix-typo-belongs-to-inverse-of-cla...Robin Dupret2015-08-251-3/+3
|\ \ \ | |/ / |/| |
| * | RDoc: fix wrong model name `:inverse_of` with `:belongs_to` [ci skip]Vladimir Rybas2015-07-301-3/+3
* | | [ci skip] Fix #21364 error in documentation about ActiveRecord::EnumAndrew Grimm2015-08-251-2/+1
* | | Merge pull request #21354 from yui-knk/fix/migration_file_timestampRobin Dupret2015-08-241-1/+1
|\ \ \
| * | | [ci skip] Fix migration file's timestampyui-knk2015-08-241-1/+1
* | | | Merge pull request #21342 from yui-knk/test/add_assert_methodRafael Mendonça França2015-08-241-1/+1
|\ \ \ \
| * | | | Add `assert_nothing_raised` to make clear test case perposeyui-knk2015-08-231-1/+1
* | | | | Further fix failing tests caused by #21350Sean Griffin2015-08-241-0/+1
* | | | | Fix failing tests caused by #21350Sean Griffin2015-08-241-0/+1
| |_|_|/ |/| | |
* | | | Only nullify persisted has_one target associationsAgis-2015-08-246-1/+18
| |/ / |/| |
* | | Merge pull request #21341 from yui-knk/fix/ar_test_remove_innermethodYves Senn2015-08-231-5/+1
|\ \ \
| * | | Remove test helper method to inside test methodyui-knk2015-08-231-5/+1
| |/ /
* | | Merge pull request #21332 from ronakjangir47/take_docsEileen M. Uchitelle2015-08-231-0/+25
|\ \ \ | |/ / |/| |
| * | Added docs for CollectionProxy#take [ci skip]Ronak Jangir2015-08-231-0/+25
* | | Merge pull request #21335 from yui-knk/refactor/remove_not_used_block_argYves Senn2015-08-231-1/+1
|\ \ \ | |/ / |/| |
| * | Remove not used a block argument (`&block`)yui-knk2015-08-231-1/+1
* | | JSON is still an adapter specific type.Sean Griffin2015-08-218-36/+50
|/ /
* | better docs for `disable_ddl_transaction!`. Closes #21044.Yves Senn2015-08-211-1/+4
* | Fix Punctuation in `AutosaveAssociation` RDocRobert Eshleman2015-08-201-2/+2
* | uniqueness validation raises error for persisted record without pk.Yves Senn2015-08-204-4/+39
* | Merge pull request #21282 from sjain1107/added_docsYves Senn2015-08-191-0/+3
|\ \
| * | Added docs for TableDefinition #coloumns & #remove_column [ci skip]sjain11072015-08-181-0/+3
* | | Add a native JSON data type support in MySQLRyuta Kamizono2015-08-1811-50/+258
* | | Merge pull request #21283 from ravindrakumawat/add_docs_for_pending_migrationYves Senn2015-08-181-0/+1
|\ \ \
| * | | Add Docs for ActiveRecord #check_pending [ci skip]ravindra kumar kumawat2015-08-181-0/+1
* | | | Merge pull request #21284 from prakashlaxkar/argument_error_testsYves Senn2015-08-182-1/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Correct error message in Standard American english and add a test case for th...prakash2015-08-182-1/+14
|/ / /
* | | Fix middleware deprecation message. Related to #21172.Jon Atack2015-08-141-1/+1
* | | Merge pull request #19683 from tristang/require-option-for-counter-cacheRafael Mendonça França2015-08-137-6/+56
|\ \ \
| * | | Add tests for associations without counter_cacheTristan Gamilis2015-04-094-0/+43
| * | | Require explicit counter_cache option for has_manyTristan Gamilis2015-04-073-6/+13
* | | | Merge pull request #19770 from vngrs/prevent_duplicated_where_clausesRafael Mendonça França2015-08-133-0/+14
|\ \ \ \
| * | | | Prevent duplicating `where` clauses when model is extended from an abstract c...Mehmet Emin İNAÇ2015-04-153-0/+14
* | | | | descriptive error message when fixtures contian a missing column.Yves Senn2015-08-134-2/+21
* | | | | use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-136-21/+21
* | | | | Skip statement cache on through association readerRafael Mendonça França2015-08-1211-21/+120
* | | | | Merge pull request #21210 from akihiro17/fix-rdoc-markupRafael Mendonça França2015-08-121-1/+1
|\ \ \ \ \
| * | | | | [ci skip] Fix rdoc markupakihiro172015-08-121-1/+1
* | | | | | docs, tiny rdoc markup fix. [ci skip]Yves Senn2015-08-121-1/+2
|/ / / / /
* | | | | Merge pull request #21205 from akihiro17/fix-docMatthew Draper2015-08-121-13/+13
|\ \ \ \ \
| * | | | | [ci skip] Fix the indentationakihiro172015-08-121-13/+13
* | | | | | Merge pull request #17885 from starbelly/patch-1Yves Senn2015-08-113-14/+31
|\ \ \ \ \ \
| * | | | | | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasksstarbelly2015-08-014-17/+39
* | | | | | | Merge pull request #21165 from manlon/masterRafael Mendonça França2015-08-115-3/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |