| Commit message (Expand) | Author | Age | Files | Lines |
* | Memoize user provided defaults before type casting | Sean Griffin | 2016-03-24 | 1 | -0/+11 |
* | Make 'migrate' clear the schema cache afterward | Chris Arcand | 2016-03-24 | 1 | -2/+13 |
* | Change for `ActiveRecord::Migration.[]` to raise `ArgumentError` instead of `... | yui-knk | 2016-03-24 | 1 | -0/+3 |
* | Merge pull request #24167 from kamipo/append_sql_mode_instead_of_overwriting_... | Jeremy Daer | 2016-03-23 | 1 | -25/+25 |
|\ |
|
| * | Append sql_mode instead of overwriting in strict mode | Ryuta Kamizono | 2016-03-13 | 1 | -25/+25 |
* | | Merge pull request #22518 from RochesterinNYC/better-error-message-for-includ... | Arthur Nogueira Neves | 2016-03-18 | 1 | -0/+17 |
|\ \ |
|
| * | | Improve clarity of error message for missing includes and eager_load | James Wen | 2016-01-28 | 1 | -0/+17 |
* | | | Merge pull request #24201 from rails/rake-db-create | Rafael França | 2016-03-17 | 1 | -6/+14 |
|\ \ \ |
|
| * | | | Creates development and test databases in db:migrate task | Rafael Mendonça França | 2016-03-14 | 1 | -6/+14 |
* | | | | Remove log-related stuff from ActiveSupport::Dependencies | Aaron Ang | 2016-03-15 | 1 | -5/+0 |
|/ / / |
|
* | / | Fix `warning: method redefined; discarding old female` | Ryuta Kamizono | 2016-03-12 | 1 | -3/+0 |
| |/
|/| |
|
* | | Merge pull request #23797 from kamipo/case_sensitive_comparison_for_non_strin... | Rafael França | 2016-03-11 | 2 | -0/+10 |
|\ \ |
|
| * | | The BINARY Operator is only needed for string columns | Ryuta Kamizono | 2016-02-22 | 2 | -0/+10 |
* | | | Fix test failures caused by #23958 | Sean Griffin | 2016-03-11 | 1 | -1/+1 |
* | | | Merge pull request #24054 from kamipo/extract_default_primary_key | Rafael França | 2016-03-11 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Extract `default_primary_key?` to refactor `column_spec_for_primary_key` | Ryuta Kamizono | 2016-03-11 | 1 | -2/+2 |
* | | | | Merge pull request #24087 from kamipo/dump_bigint_instead_of_integer_limit_8 | Rafael França | 2016-03-11 | 2 | -7/+7 |
|\ \ \ \ |
|
| * | | | | Dump `bigint` instead of `integer` with `limit: 8` for schema dumper | Ryuta Kamizono | 2016-03-11 | 2 | -7/+7 |
| |/ / / |
|
* | | | | Merge pull request #23677 from kamipo/passing_table_name_to_column_initialize | Rafael França | 2016-03-11 | 1 | -0/+26 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Initialize `column.table_name` immediately for `column.serial?` correctly wor... | Ryuta Kamizono | 2016-03-08 | 1 | -0/+26 |
* | | | | Merge pull request #23958 from kamipo/fix_bigserial_appears_with_limit_8 | Rafael França | 2016-03-11 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Fix bigserial appears with limit 8 for schema dumper | Ryuta Kamizono | 2016-03-04 | 1 | -2/+2 |
* | | | | | Merge pull request #23666 from meinac/fix_abstract_default_scope_bug | Sean Griffin | 2016-03-08 | 3 | -0/+30 |
|\ \ \ \ \ |
|
| * | | | | | Execute default_scope defined by abstract class within the scope of subclass | Mehmet Emin İNAÇ | 2016-03-08 | 3 | -0/+30 |
| | |/ / /
| |/| | | |
|
* / | | | | add test case for schema dumping of PG bytea columns. | Yves Senn | 2016-03-08 | 1 | -0/+9 |
|/ / / / |
|
* | | | | Merge pull request #23922 from rthbound/fix-funny-spelling | Arthur Nogueira Neves | 2016-03-07 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Fixes funny spelling | Ryan T. Hosford | 2016-02-26 | 1 | -2/+2 |
* | | | | | remove outdated comment [ci skip] | yuuji.yaginuma | 2016-03-05 | 1 | -6/+0 |
| |/ / /
|/| | | |
|
* | | | | don't treat all associations with extensions as instance dependent. | Yves Senn | 2016-03-03 | 2 | -0/+20 |
* | | | | Deprecate `{insert|update|delete}_sql` in `DatabaseStatements` | Ryuta Kamizono | 2016-03-02 | 3 | -59/+9 |
* | | | | Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths | Arthur Nogueira Neves | 2016-03-01 | 1 | -2/+0 |
|\ \ \ \ |
|
| * | | | | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -2/+0 |
* | | | | | Remove duplicated `test_` prefix [ci skip] | Ryuta Kamizono | 2016-03-02 | 1 | -1/+1 |
* | | | | | Merge pull request #23959 from kamipo/add_test_primary_key_should_be_not_null | Rafael França | 2016-03-01 | 1 | -3/+4 |
|\ \ \ \ \ |
|
| * | | | | | Add a test for primary key should be not null | Ryuta Kamizono | 2016-02-29 | 1 | -3/+4 |
| |/ / / / |
|
* | | | | | Merge pull request #23953 from kamipo/fix_tests_failure_with_prepared_stateme... | Rafael França | 2016-03-01 | 11 | -135/+95 |
|\ \ \ \ \ |
|
| * | | | | | Remove unnecessary namespaces in `explain_test.rb` | Ryuta Kamizono | 2016-02-29 | 3 | -40/+28 |
| * | | | | | Fix tests failure with `prepared_statements: false` | Ryuta Kamizono | 2016-02-29 | 10 | -97/+69 |
| |/ / / / |
|
* | | | | | Merge pull request #23954 from kamipo/fix_undefined_method_fields | Rafael França | 2016-03-01 | 1 | -0/+18 |
|\ \ \ \ \ |
|
| * | | | | | Fix `NoMethodError: undefined method `fields' for nil:NilClass` | Ryuta Kamizono | 2016-02-29 | 1 | -0/+18 |
| |/ / / / |
|
* | | | | | Merge pull request #23417 from sgringwe/master | Rafael Mendonça França | 2016-03-01 | 1 | -0/+36 |
|\ \ \ \ \ |
|
| * | | | | | Add initial support for allowing an error on order or limit of queries being ... | Scott Ringwelski | 2016-02-02 | 1 | -0/+36 |
* | | | | | | Merge pull request #23807 from matthewd/executor | Matthew Draper | 2016-03-02 | 2 | -73/+47 |
|\ \ \ \ \ \ |
|
| * | | | | | | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 2 | -73/+47 |
* | | | | | | | Merge pull request #23598 from brchristian/activerecord_second_to_last | Matthew Draper | 2016-03-02 | 1 | -0/+60 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | comment out failing .second and .third tests | Brian Christian | 2016-02-27 | 1 | -3/+3 |
| * | | | | | | | adding additional tests for offset and limit behavior | Brian Christian | 2016-02-27 | 1 | -0/+8 |
| * | | | | | | | additional test assertions (limit and offset) | Brian Christian | 2016-02-27 | 1 | -0/+16 |
| * | | | | | | | AR #second_to_last tests and finder methods | Brian Christian | 2016-02-27 | 1 | -0/+36 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #22170 from samphilipd/sam/properly_deallocate_prepared_st... | Matthew Draper | 2016-03-02 | 1 | -0/+88 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|