| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge pull request #17696 from kamipo/unsigned_integer_support | Jeremy Daer | 2015-09-19 | 3 | -5/+76 |
|\ \ \ |
|
| * | | | Add `unsigned` types for numeric data types in MySQL | Ryuta Kamizono | 2015-09-18 | 2 | -0/+26 |
| * | | | Add `unsigned` support for numeric data types in MySQL | Ryuta Kamizono | 2015-09-18 | 3 | -5/+50 |
* | | | | Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapter | Jeremy Daer | 2015-09-19 | 1 | -0/+27 |
|\ \ \ \ |
|
| * | | | | Move `explain` into `AbstractMysqlAdapter` | Ryuta Kamizono | 2015-03-01 | 1 | -0/+27 |
* | | | | | Merge pull request #20645 from kamipo/fix_mysql_set_type_bug | Jeremy Daer | 2015-09-19 | 1 | -0/+4 |
|\ \ \ \ \ |
|
| * | | | | | Fix the MySQL column type `SET` registration bug | Taishi Kasuga | 2015-06-20 | 1 | -0/+4 |
* | | | | | | Merge pull request #21609 from kamipo/do_not_dump_view_as_table | Jeremy Daer | 2015-09-19 | 1 | -0/+31 |
|\ \ \ \ \ \ |
|
| * | | | | | | Do not dump a view as a table in sqlite3, mysql and mysql2 adapters | Ryuta Kamizono | 2015-09-13 | 1 | -0/+13 |
| * | | | | | | Add `#views` and `#view_exists?` methods on connection adapters | Ryuta Kamizono | 2015-09-13 | 1 | -0/+18 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge pull request #21607 from kamipo/remove_unnecessary_display_width | Jeremy Daer | 2015-09-19 | 2 | -5/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove unnecessary display width | Ryuta Kamizono | 2015-09-16 | 2 | -5/+5 |
| |/ / / / / |
|
* | | | | | | 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 | 2 | -21/+0 |
* | | | | | Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynamic_finders | Rafael Mendonça França | 2015-09-09 | 2 | -0/+21 |
|\ \ \ \ \ |
|
| * | | | | | put dynamic matchers on the GeneratedAssociationMethods instead of model | Rob Looby | 2015-05-08 | 2 | -0/+21 |
* | | | | | | 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 |
* | | | | | | | | 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 |