Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #21681 from kamipo/should_test_both_mysql_adapters | Jeremy Daer | 2015-09-19 | 4 | -22/+18 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Should test both mysql adapters | Ryuta Kamizono | 2015-09-20 | 4 | -22/+18 | |
* | | | | | | | | | | | Merge pull request #21614 from kamipo/correctly_dump_composite_primary_key | Jeremy Daer (Kemper) | 2015-09-19 | 2 | -1/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Correctly dump composite primary key | Ryuta Kamizono | 2015-09-20 | 2 | -1/+28 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* / | | | | | | | | | Remove `@connection` in `StatementPool` | Ryuta Kamizono | 2015-09-20 | 2 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 3 | -4/+0 | |
* | | | | | | | | | Merge pull request #21581 from ronakjangir47/restrict_with_error | Yves Senn | 2015-09-17 | 2 | -0/+37 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | `restrict_with_error` message will now respect owner’s human name in any lo... | Ronak Jangir | 2015-09-12 | 2 | -0/+37 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Removed mocha from Active Record Part 2 | Ronak Jangir | 2015-09-16 | 8 | -58/+85 | |
|/ / / / / / / / | ||||||
* | | | | | | | | remove dead code. | Yves Senn | 2015-09-09 | 1 | -3/+1 | |
* | | | | | | | | Merge pull request #21486 from bogdan/refactor-has-many-counter-cache | Eileen M. Uchitelle | 2015-09-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | HasManyAssociation: moved half of counter cache code to reflection | Bogdan Gusiev | 2015-09-03 | 1 | -1/+1 | |
* | | | | | | | | | Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynami... | Rafael Mendonça França | 2015-09-09 | 1 | -13/+0 | |
* | | | | | | | | | Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynamic_finders | Rafael Mendonça França | 2015-09-09 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | put dynamic matchers on the GeneratedAssociationMethods instead of model | Rob Looby | 2015-05-08 | 1 | -0/+13 | |
* | | | | | | | | | | Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriber | Rafael Mendonça França | 2015-09-09 | 1 | -0/+98 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Improve sql logging coloration in `ActiveRecord::LogSubscriber`. | Peter Boling | 2015-07-17 | 1 | -0/+98 | |
* | | | | | | | | | | | Merge pull request #21535 from dmitry/feature/validate-multiple-contexts | Rafael Mendonça França | 2015-09-08 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-09-07 | 1 | -0/+7 | |
* | | | | | | | | | | | Merge pull request #21511 from rwz/ar-exceptions-no-args | Eileen M. Uchitelle | 2015-09-08 | 1 | -0/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Make ActiveRecordException descendants args optional | Pavel Pravosud | 2015-09-07 | 1 | -0/+16 | |
* | | | | | | | | | | | | Merge pull request #21528 from yui-knk/test/add_tests_for_mysql2_view | Yves Senn | 2015-09-08 | 2 | -64/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add view tests for MySQL | yui-knk | 2015-09-08 | 2 | -64/+66 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte... | Rafael Mendonça França | 2015-09-07 | 1 | -7/+0 | |
* | | | | | | | | | | | Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-once | Rafael Mendonça França | 2015-09-07 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Validate multiple contexts on `valid?` and `invalid?` at once. | Dmitry Polushkin | 2015-07-30 | 1 | -0/+7 | |
* | | | | | | | | | | | | 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 | 2 | -1/+13 | |
|/ / / / / / / / / / / | ||||||
* | | | / / / / / / / | 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 | 1 | -0/+8 | |
* | | | | | | | | | | | 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 |