| Commit message (Expand) | Author | Age | Files | Lines |
* | no need to pass native_database_types around | Yves Senn | 2014-12-02 | 1 | -0/+7 |
* | Start Rails 5 development :tada: | Rafael Mendonça França | 2014-11-28 | 1 | -1336/+1 |
* | Active Record change log pass [skip ci] | Jon Atack | 2014-11-26 | 1 | -38/+40 |
* | bring back `db:test:prepare`. | Yves Senn | 2014-11-25 | 1 | -0/+15 |
* | Merge pull request #17678 from siddharth28/includes_with_scope_with_joins | Santiago Pastorino | 2014-11-24 | 1 | -0/+6 |
|\ |
|
| * | Fix includes on association with a scope containing joins along with conditions | siddharth@vinsol.com | 2014-11-21 | 1 | -0/+6 |
* | | Add changelog entry for .reflections API change | Arthur Neves | 2014-11-22 | 1 | -0/+6 |
* | | Rename the primary key index when renaming a table in pg | Sean Griffin | 2014-11-22 | 1 | -0/+6 |
|/ |
|
* | make it possible to access fixtures excluded by a `default_scope`. | Yves Senn | 2014-11-21 | 1 | -0/+4 |
* | Merge pull request #17580 from ccutrer/change_table_name | Yves Senn | 2014-11-11 | 1 | -0/+4 |
|\ |
|
| * | add a Table#name accessor like TableDefinition#name | Cody Cutrer | 2014-11-10 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #11694 from Empact/association-bind-values-not-updated-on-... | Rafael Mendonça França | 2014-11-10 | 1 | -0/+6 |
|\ |
|
| * | Fix that a collection proxy could be cached before the save of the owner, res... | Ben Woosley | 2014-10-03 | 1 | -0/+6 |
* | | Merge pull request #17541 from OpenSourceProjects/meaninful_message | Yves Senn | 2014-11-07 | 1 | -0/+4 |
* | | Merge pull request #17360 from bronzle/includes_and_unscoped | Yves Senn | 2014-11-05 | 1 | -0/+6 |
|\ \ |
|
* | | | Added SchemaDumper support for tables with jsonb columns. | Ted O'Meara | 2014-11-04 | 1 | -0/+4 |
* | | | Revert deprecation of `sanitize_sql_hash_for_assignment` | Sean Griffin | 2014-11-02 | 1 | -3/+2 |
* | | | Deprecate `sanitize_sql_hash_` methods on ActiveRecord | Sean Griffin | 2014-11-02 | 1 | -0/+6 |
* | | | Use bind values for joined tables in where statements | Sean Griffin | 2014-11-01 | 1 | -0/+5 |
* | | | fix MySQL enum type lookup with values matching another type. Closes #17402. | Yves Senn | 2014-10-29 | 1 | -0/+7 |
* | | | Merge pull request #17374 from maurogeorge/scope-exception | Yves Senn | 2014-10-27 | 1 | -0/+4 |
|\| | |
|
* | | | Merge pull request #14143 from derekprior/dp-compound-index-ordering | Yves Senn | 2014-10-27 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Use type column first in multi-column indexes | Derek Prior | 2014-10-24 | 1 | -0/+4 |
| |/ / |
|
* / / | Fix Relation.rewhere to work with Range values | Dan Olson | 2014-10-20 | 1 | -0/+4 |
|/ / |
|
* | | Merge pull request #17019 from yuki24/add-class-name-to-unknown-attr-error | Yves Senn | 2014-10-20 | 1 | -4/+1 |
|\ \ |
|
| * | | AR::UnknownAttributeError should include the class name of a record | Yuki Nishijima | 2014-10-15 | 1 | -0/+10 |
* | | | AR::UnknownAttributeError should include the class name of a record | Yuki Nishijima | 2014-10-20 | 1 | -0/+10 |
|/ / |
|
* | | Autosave callbacks shouldn't be `after_save` | Agis- | 2014-10-13 | 1 | -0/+7 |
* | | unify PG spelling in CHANGELOGs. [ci skip] | Yves Senn | 2014-10-06 | 1 | -1/+1 |
|/ |
|
* | Fix typo in AR changelog | Prathamesh Sonpatki | 2014-09-27 | 1 | -1/+1 |
* | ar/connection_pool: honor overriden rack.test in middleware | Simon Eskildsen | 2014-09-23 | 1 | -0/+5 |
* | Update changelog with tenderlove's entry | Prathamesh Sonpatki | 2014-09-23 | 1 | -1/+5 |
* | add a truncate method to the connection | Aaron Patterson | 2014-09-22 | 1 | -0/+2 |
* | Merge pull request #16987 from jonatack/patch-8 | Yves Senn | 2014-09-20 | 1 | -13/+15 |
|\ |
|
| * | ActiveRecord CHANGELOG improvements [skip ci] | Jon Atack | 2014-09-20 | 1 | -13/+15 |
|/ |
|
* | [ci skip] ActionRecord CHANGELOG docs fixes | lethalbrains | 2014-09-19 | 1 | -18/+18 |
* | Merge pull request #16875 from alan/dont_autosave_has_one_through_record | Rafael Mendonça França | 2014-09-17 | 1 | -0/+4 |
|\ |
|
| * | Don't autosave unchanged has_one through records | Alan Kennedy | 2014-09-15 | 1 | -0/+4 |
* | | do not dump foreign keys for ignored tables. | Yves Senn | 2014-09-17 | 1 | -0/+2 |
* | | unify wording in Active Record CHANGELOG. [ci skip] | Yves Senn | 2014-09-17 | 1 | -1/+1 |
* | | pg, correctly dump foreign keys targeting tables in a different schema. | Yves Senn | 2014-09-17 | 1 | -0/+7 |
|/ |
|
* | Merge pull request #13656 from chanks/rollback_transactions_in_killed_threads | Matthew Draper | 2014-09-14 | 1 | -0/+8 |
|\ |
|
* | | A `NullRelation` should represent nothing. Closes #15176. | Yves Senn | 2014-09-11 | 1 | -0/+7 |
* | | Include default column limits in schema.rb | Jeremy Kemper | 2014-09-10 | 1 | -0/+5 |
* | | MySQL: schema.rb now includes TEXT and BLOB column limits. | Jeremy Kemper | 2014-09-10 | 1 | -0/+4 |
* | | MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GB | Jeremy Kemper | 2014-09-10 | 1 | -0/+4 |
* | | Merge pull request #14056 from girishso/14041 | Yves Senn | 2014-09-09 | 1 | -0/+4 |
|\ \ |
|
| * | | SQLite3Adapter now checks for views in table_exists? fixes: 14041 | Girish S | 2014-02-14 | 1 | -0/+6 |
* | | | introduce `connection.supports_views?` and basic view tests. | Yves Senn | 2014-09-09 | 1 | -0/+5 |
* | | | Allow included modules to override association methods. | Yves Senn | 2014-09-09 | 1 | -0/+6 |