| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #15723 from akshay-vishnoi/sql-correction | Zachary Scott | 2014-06-15 | 1 | -2/+2 |
|\ |
|
| * | [ci skip] Use `an` for SQL | Akshay Vishnoi | 2014-06-14 | 1 | -2/+2 |
* | | Deprecate `serialized_attributes` without replacement | Sean Griffin | 2014-06-14 | 1 | -0/+5 |
|/ |
|
* | Parsing DATABASE_URI, use URI#hostname: it's smarter about IPv6 | Matthew Draper | 2014-06-14 | 1 | -0/+7 |
* | Through associations should set both parent ids on join models | Sean Griffin | 2014-06-13 | 1 | -0/+5 |
* | Detect in-place changes on mutable AR attributes | Sean Griffin | 2014-06-13 | 1 | -0/+6 |
* | Merge pull request #15394 from morgoth/fix-automatic-maintaining-test-schema-... | Yves Senn | 2014-06-12 | 1 | -0/+7 |
|\ |
|
| * | Fixed automatic maintaining test schema to properly handle sql structure sche... | Wojciech Wnętrzak | 2014-06-12 | 1 | -0/+5 |
* | | Pluck should work with columns of the same name from different tables | Sean Griffin | 2014-06-11 | 1 | -0/+7 |
* | | rm cached attributes | Sean Griffin | 2014-06-11 | 1 | -0/+4 |
* | | Remove deprecated method ActiveRecord::Base.quoted_locking_column | Akshay Vishnoi | 2014-06-10 | 1 | -0/+4 |
* | | ActiveRecord::FinderMethods.find passes proc parameter #15382 | James Yang | 2014-06-10 | 1 | -0/+7 |
* | | Timestamp values should be present on callbacks | Rafael Mendonça França | 2014-06-09 | 1 | -4/+0 |
* | | changelog for #15556 and credit @kuldeepaggarwal [Kuldeep Aggarwal] | Yves Senn | 2014-06-07 | 1 | -0/+6 |
* | | credit JoseLuis Torres for #15051. [JoseLuis Torres] | Yves Senn | 2014-06-06 | 1 | -1/+1 |
* | | `ActiveRecord::SchemaMigration` has no primary key. | Yves Senn | 2014-06-06 | 1 | -0/+7 |
* | | `bin/rake db:migrate:status` works with legacy migration numbers. | Yves Senn | 2014-06-06 | 1 | -0/+6 |
* | | Merge pull request #14971 from versioncontrol/#14785 | Yves Senn | 2014-06-06 | 1 | -0/+9 |
|\ \ |
|
| * | | Fix Baseclass becomes! subclass. | Edo Balvers | 2014-05-13 | 1 | -0/+9 |
* | | | Merge pull request #15512 from akshay-vishnoi/delete-deprecated-method | Yves Senn | 2014-06-05 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Remove deprecated method ActiveRecord::Migrator.proper_table_name | Akshay Vishnoi | 2014-06-05 | 1 | -0/+4 |
|/ / / |
|
* | | | Merge pull request #15482 from laurocaetano/fix-regression-for-eager-load | Carlos Antonio da Silva | 2014-06-04 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Fix regression on eager loading association based on SQL query rather | Lauro Caetano | 2014-06-03 | 1 | -0/+7 |
* | | | | Cleaned up duplicated CHANGELOG entry [ci skip] | Godfrey Chan | 2014-06-03 | 1 | -3/+2 |
* | | | | Merge pull request #15438 from sgrif/sg-null-column | Rafael Mendonça França | 2014-06-03 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | Return a null column when no column exists for an attribute | Sean Griffin | 2014-06-03 | 1 | -0/+4 |
* | | | | | Merge pull request #15172 from notEthan/active_record_pretty_print | Rafael Mendonça França | 2014-06-03 | 1 | -0/+4 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | implement ActiveRecord::Base#pretty_print + changelog | Ethan | 2014-05-29 | 1 | -0/+4 |
* | | | | | pg, preserve money type when dumping schema and extract money default. | Yves Senn | 2014-06-03 | 1 | -5/+2 |
| |/ / /
|/| | | |
|
* | | | | pg, preserve type when schema dumping bit and bit varying columns. | Yves Senn | 2014-06-03 | 1 | -1/+5 |
* | | | | pg, preserve point type when schema dumping. | Yves Senn | 2014-06-03 | 1 | -0/+4 |
* | | | | New records should remain new after yaml serialization | Sean Griffin | 2014-06-01 | 1 | -0/+4 |
| |_|/
|/| | |
|
* | | | pg, support default values for enum types. Closes #7814. | Yves Senn | 2014-05-30 | 1 | -0/+4 |
* | | | pg, `default_sequence_name` respects schema. Closes #7516. | Yves Senn | 2014-05-30 | 1 | -0/+4 |
* | | | Merge pull request #11896 from nkondratyev/fix_pg_columns_for_distinct | Yves Senn | 2014-05-30 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Fixed `columns_for_distinct` of postgresql adapter | Nikolay Kondratyev | 2013-08-15 | 1 | -0/+5 |
* | | | | pg, `reset_pk_sequence!` respects schemas. Closes #14719. | Yves Senn | 2014-05-30 | 1 | -0/+4 |
| |/ /
|/| | |
|
* | | | pg, keep `hstore` and `json` attributes as `Hash` in @attributes. | Yves Senn | 2014-05-28 | 1 | -0/+7 |
* | | | Merge pull request #15374 from sgrif/sg-private-properties | Rafael Mendonça França | 2014-05-27 | 1 | -6/+0 |
|\ \ \ |
|
| * | | | Remove AR Properties from the public API | Sean Griffin | 2014-05-27 | 1 | -6/+0 |
* | | | | Add CHANGELOG entry for #15269 [ci skip] | Rafael Mendonça França | 2014-05-27 | 1 | -0/+4 |
|/ / / |
|
* | | | Fix redefine a has_and_belongs_to_many inside inherited class | Arthur Neves | 2014-05-27 | 1 | -0/+8 |
* | | | Typo in AR CHANGELOG [ci skip] | Zachary Scott | 2014-05-26 | 1 | -1/+1 |
* | | | Add a public API to allow users to specify column types | Sean Griffin | 2014-05-26 | 1 | -0/+6 |
* | | | Merge pull request #15210 from arthurnn/fix_hbtm_reflection | Arthur Neves | 2014-05-24 | 1 | -0/+8 |
* | | | Future port c8ddb61 | Zachary Scott | 2014-05-23 | 1 | -9/+10 |
* | | | Fixed serialization for records with an attribute named `format`. | Godfrey Chan | 2014-05-22 | 1 | -0/+6 |
* | | | Merge pull request #14803 from kuldeepaggarwal/null_relation_sum_fix | Matthew Draper | 2014-05-22 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Fixed a problem where `sum`, `size`, `average`, `minimum` and `maximum` used | Kuldeep Aggarwal | 2014-05-15 | 1 | -0/+5 |
* | | | | Merge pull request #14613 from Sirupsen/fix-serialize-update-column | Rafael Mendonça França | 2014-05-21 | 1 | -0/+5 |
|\ \ \ \ |
|