Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Typo fix [ci skip] | amitkumarsuroliya | 2015-09-07 | 1 | -1/+1 | |
* | | | | | | | | | Allow global migrations_path configuration with using value from database_tas... | Tobias Bielohlawek | 2015-09-07 | 1 | -1/+3 | |
* | | | | | | | | | Fix test failures from premature merge of #21317 | Matthew Draper | 2015-09-07 | 1 | -1/+8 | |
* | | | | | | | | | Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre... | Matthew Draper | 2015-09-07 | 2 | -2/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Support dropping indexes concurrently in Postgres | Grey Baker | 2015-09-05 | 2 | -2/+11 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* / | | | | | | | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methods | Wojciech Wnętrzak | 2015-09-06 | 3 | -2/+14 | |
|/ / / / / / / / | ||||||
* | | | / / / / | Remove unnecessary require in associations_test.rb | akihiro17 | 2015-09-03 | 1 | -1/+0 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Respect scale of the column in the Decimal type | Rafael Mendonça França | 2015-09-01 | 2 | -0/+33 | |
* | | | | | | | Make revert of `disable_extension` to work | yui-knk | 2015-08-30 | 1 | -0/+33 | |
* | | | | | | | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name. | Yves Senn | 2015-08-28 | 1 | -7/+47 | |
* | | | | | | | PostgreSQL, add `:if_exists` to `#drop_schema`. | Yves Senn | 2015-08-28 | 2 | -11/+22 | |
* | | | | | | | no more require minitest mock | Gaurav Sharma | 2015-08-27 | 3 | -3/+0 | |
* | | | | | | | Merge pull request #21386 from ronakjangir47/remove_dups | Rafael Mendonça França | 2015-08-26 | 4 | -4/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Removed duplicate require ‘models/computer’ | Ronak Jangir | 2015-08-26 | 4 | -4/+0 | |
* | | | | | | | | Fix the unused variable warning | akihiro17 | 2015-08-26 | 1 | -1/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #21377 from ronakjangir47/remove_mocha_active_record | Kasper Timm Hansen | 2015-08-25 | 12 | -119/+153 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Removed mocha from Active Record Part 1 | Ronak Jangir | 2015-08-25 | 12 | -119/+153 | |
* | | | | | | | | Make `change_column_default` to work | yui-knk | 2015-08-25 | 1 | -0/+33 | |
* | | | | | | | | Merge pull request #21342 from yui-knk/test/add_assert_method | Rafael Mendonça França | 2015-08-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add `assert_nothing_raised` to make clear test case perpose | yui-knk | 2015-08-23 | 1 | -1/+1 | |
* | | | | | | | | | Further fix failing tests caused by #21350 | Sean Griffin | 2015-08-24 | 1 | -0/+1 | |
* | | | | | | | | | Fix failing tests caused by #21350 | Sean Griffin | 2015-08-24 | 1 | -0/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Only nullify persisted has_one target associations | Agis- | 2015-08-24 | 4 | -0/+11 | |
* | | | | | | | | Remove test helper method to inside test method | yui-knk | 2015-08-23 | 1 | -5/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | uniqueness validation raises error for persisted record without pk. | Yves Senn | 2015-08-20 | 1 | -0/+23 | |
* | | | | | | | Add a native JSON data type support in MySQL | Ryuta Kamizono | 2015-08-18 | 1 | -0/+172 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge pull request #21284 from prakashlaxkar/argument_error_tests | Yves Senn | 2015-08-18 | 1 | -0/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Correct error message in Standard American english and add a test case for th... | prakash | 2015-08-18 | 1 | -0/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #19683 from tristang/require-option-for-counter-cache | Rafael Mendonça França | 2015-08-13 | 6 | -5/+48 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add tests for associations without counter_cache | Tristan Gamilis | 2015-04-09 | 4 | -0/+43 | |
| * | | | | | | Require explicit counter_cache option for has_many | Tristan Gamilis | 2015-04-07 | 2 | -5/+5 | |
* | | | | | | | Merge pull request #19770 from vngrs/prevent_duplicated_where_clauses | Rafael Mendonça França | 2015-08-13 | 2 | -0/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Prevent duplicating `where` clauses when model is extended from an abstract c... | Mehmet Emin İNAÇ | 2015-04-15 | 2 | -0/+13 | |
* | | | | | | | | descriptive error message when fixtures contian a missing column. | Yves Senn | 2015-08-13 | 2 | -0/+9 | |
* | | | | | | | | use `assert_not` instead of `refute` as mentioned in our guides. | Yves Senn | 2015-08-13 | 6 | -21/+21 | |
* | | | | | | | | Skip statement cache on through association reader | Rafael Mendonça França | 2015-08-12 | 8 | -9/+110 | |
* | | | | | | | | Merge pull request #17885 from starbelly/patch-1 | Yves Senn | 2015-08-11 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks | starbelly | 2015-08-01 | 1 | -6/+6 | |
* | | | | | | | | | Merge pull request #21165 from manlon/master | Rafael Mendonça França | 2015-08-11 | 4 | -0/+27 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | use correct DB connection for generated HABTM table | Matt Hanlon | 2015-08-07 | 4 | -0/+27 | |
* | | | | | | | | | | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 2 | -448/+1 | |
* | | | | | | | | | | Add ActiveRecord::Relation#in_batches | Sina Siadat | 2015-08-07 | 1 | -2/+230 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #20459 | Sean Griffin | 2015-08-06 | 1 | -0/+93 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add missing data types for ActiveRecord migrations | Mehmet Emin İNAÇ | 2015-06-08 | 1 | -0/+93 | |
* | | | | | | | | | | Merge pull request #21092 from vngrs/use_memoization_for_ids_reader | Rafael Mendonça França | 2015-08-06 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use memoization for collection associations ids reader | Mehmet Emin İNAÇ | 2015-08-03 | 1 | -0/+8 | |
* | | | | | | | | | | | Fix ambiguous argument warning | Mehmet Emin İNAÇ | 2015-08-02 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #20884 | Sean Griffin | 2015-08-01 | 1 | -0/+70 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add #cache_key to ActiveRecord::Relation. | Alberto F. Capel | 2015-07-20 | 1 | -0/+70 | |
* | | | | | | | | | | Merge pull request #20849 from vngrs/misleading_nested_exceptions | Rafael Mendonça França | 2015-07-27 | 3 | -4/+12 | |
|\ \ \ \ \ \ \ \ \ \ |