| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix generated projection fields in group by query | Rafael Sales | 2015-10-22 | 1 | -0/+7 |
* | Merge pull request #21762 from jmccartie/jm/uuid | Sean Griffin | 2015-10-20 | 1 | -0/+7 |
|\ |
|
| * | Set active_record config for always creating uuids in generators | Jon McCartie | 2015-10-20 | 1 | -0/+7 |
* | | Merge pull request #20957 from akihiro17/find-by-issue | Sean Griffin | 2015-10-20 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Don't cache arguments in #find_by if they are an ActiveRecord::Relation | akihiro17 | 2015-10-06 | 1 | -0/+6 |
* | | Qualify column names in calculation | Soutaro Matsumoto | 2015-10-20 | 1 | -0/+7 |
* | | Do not cache prepared statements that are unlikely to have cache hits | Sean Griffin | 2015-10-20 | 1 | -0/+5 |
* | | Add CHANGELOG entry for fix of #21955 [ci skip] | Rafael Mendonça França | 2015-10-20 | 1 | -0/+6 |
* | | `where` raises ArgumentError on unsupported types. | Jake Worth | 2015-10-16 | 1 | -0/+6 |
* | | Add an immutable string type to opt out of string duping | Sean Griffin | 2015-10-15 | 1 | -0/+5 |
* | | Add deprecation warning to `ActiveRecord::Relation#update` | Ted Johansson | 2015-10-15 | 1 | -0/+7 |
* | | `:to_table` when adding a fk through `add_reference`. | Yves Senn | 2015-10-13 | 1 | -0/+7 |
* | | Merge pull request #21931 from paul/bugfix/remove-deprecated-pg_dump-flag | Yves Senn | 2015-10-12 | 1 | -0/+4 |
* | | Merge pull request #11410 from bogdan/increment-concurency | Jeremy Daer | 2015-10-10 | 1 | -0/+5 |
|\ \ |
|
| * | | Make #increment! and #decrement! methods concurency safe | Bogdan Gusiev | 2015-10-05 | 1 | -0/+4 |
* | | | Avoid leaking the first relation we call #first on | Matthew Draper | 2015-10-09 | 1 | -0/+6 |
* | | | Remove unused `pk_and_sequence_for` in AbstractMysqlAdapter | Ryuta Kamizono | 2015-10-08 | 1 | -0/+4 |
| |/
|/| |
|
* | | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -1/+1 |
* | | Merge pull request #20574 from repinel/fix-db-fixtures-load | Yves Senn | 2015-09-30 | 1 | -0/+13 |
|\ \
| |/
|/| |
|
| * | Allow fixtures YAML files to set the model class in the file itself | Roque Pinel | 2015-09-11 | 1 | -0/+15 |
* | | `validates_acceptance_of` shouldn't require a database connection | Sean Griffin | 2015-09-25 | 1 | -0/+5 |
* | | Implement ActiveRecord::Base.ignored_columns | Jean Boussier | 2015-09-24 | 1 | -0/+5 |
* | | Merge pull request #21550 from didacte/unscope-associations | Sean Griffin | 2015-09-24 | 1 | -0/+4 |
|\| |
|
* | | Merge pull request #20317 | Sean Griffin | 2015-09-23 | 1 | -0/+20 |
|\ \ |
|
| * | | Fixed taking precision into count when assigning a value to timestamp attribute | Bogdan Gusiev | 2015-09-23 | 1 | -0/+20 |
* | | | introduce `conn.data_source_exists?` and `conn.data_sources`. | Yves Senn | 2015-09-22 | 1 | -0/+10 |
* | | | Merge pull request #20569 from theSteveMitchell/master | Yves Senn | 2015-09-22 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
* | | Ensure aliased attributes passed to `select` are quoted if using `from` | Sean Griffin | 2015-09-21 | 1 | -0/+6 |
* | | Merge pull request #17696 from kamipo/unsigned_integer_support | Jeremy Daer | 2015-09-19 | 1 | -0/+19 |
|\ \ |
|
| * | | Add `unsigned` types for numeric data types in MySQL | Ryuta Kamizono | 2015-09-18 | 1 | -0/+9 |
| * | | Add `unsigned` support for numeric data types in MySQL | Ryuta Kamizono | 2015-09-18 | 1 | -0/+13 |
* | | | Merge pull request #21609 from kamipo/do_not_dump_view_as_table | Jeremy Daer | 2015-09-19 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Add `#views` and `#view_exists?` methods on connection adapters | Ryuta Kamizono | 2015-09-13 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | Correctly dump composite primary key | Ryuta Kamizono | 2015-09-20 | 1 | -0/+11 |
| |/
|/| |
|
* | | Merge pull request #21581 from ronakjangir47/restrict_with_error | Yves Senn | 2015-09-17 | 1 | -0/+5 |
|/ |
|
* | Correct query for PostgreSQL 8.2 | Matthew Draper | 2015-09-08 | 1 | -0/+4 |
* | Merge pull request #21527 from rngtng/fix-migrator-path-setup | Yves Senn | 2015-09-07 | 1 | -0/+6 |
|\ |
|
| * | Allow global migrations_path configuration with using value from database_tas... | Tobias Bielohlawek | 2015-09-07 | 1 | -0/+11 |
|/ |
|
* | changelog, minor formatting changes. | Yves Senn | 2015-09-07 | 1 | -9/+9 |
* | Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre... | Matthew Draper | 2015-09-07 | 1 | -0/+7 |
|\ |
|
| * | Support dropping indexes concurrently in Postgres | Grey Baker | 2015-09-05 | 1 | -0/+7 |
* | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methods | Wojciech Wnętrzak | 2015-09-06 | 1 | -0/+5 |
|/ |
|
* | pg, `create_schema`, `drop_schema` and `rename_table` quote schema name. | Yves Senn | 2015-08-28 | 1 | -0/+12 |
* | PostgreSQL, add `:if_exists` to `#drop_schema`. | Yves Senn | 2015-08-28 | 1 | -0/+6 |
* | Only nullify persisted has_one target associations | Agis- | 2015-08-24 | 1 | -0/+6 |
* | uniqueness validation raises error for persisted record without pk. | Yves Senn | 2015-08-20 | 1 | -0/+7 |
* | Add a native JSON data type support in MySQL | Ryuta Kamizono | 2015-08-18 | 1 | -0/+10 |
* | descriptive error message when fixtures contian a missing column. | Yves Senn | 2015-08-13 | 1 | -0/+6 |
* | Merge pull request #17885 from starbelly/patch-1 | Yves Senn | 2015-08-11 | 1 | -0/+5 |
|\ |
|
| * | Add run_cmd class method to ActiveRecord::Tasks::DatabaseTasks | starbelly | 2015-08-01 | 1 | -0/+8 |