Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Fix spelling of `Thoughtleadering` | eileencodes | 2015-07-02 | 1 | -1/+1 | |
* | | | | | | | | | | Use default model enum in fixtures if not defined | eileencodes | 2015-07-02 | 2 | -0/+11 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | Correct through associations using scopes | Sean Griffin | 2015-06-30 | 1 | -0/+7 | |
* | | | | | | | | | Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p... | Rafael Mendonça França | 2015-06-27 | 1 | -0/+31 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add table name prefix and suffix support to add_foreign_key and remove_foreig... | Mehmet Emin İNAÇ | 2015-06-25 | 1 | -0/+31 | |
* | | | | | | | | | | Add reversible syntax for change_column_default | Prem Sichanugrist | 2015-06-26 | 2 | -0/+17 | |
* | | | | | | | | | | Merge pull request #20677 from jmondo/decimal-default-string | Sean Griffin | 2015-06-25 | 3 | -3/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Display decimal defaults as strings to keep precision | John Gesimondo | 2015-06-23 | 3 | -3/+8 | |
* | | | | | | | | | | | Add pending test for the great-grandparent touching bug from #19324 | David Heinemeier Hansson | 2015-06-25 | 6 | -0/+72 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reload | Yves Senn | 2015-06-23 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix `undefined method uncached` for polymorphic belongs_to #20426 | James Dabbs | 2015-06-13 | 1 | -0/+1 | |
* | | | | | | | | | | | Merge pull request #20545 from dcrec1/20541 | Yves Senn | 2015-06-23 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for... | Diego Carrion | 2015-06-22 | 1 | -0/+18 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | AR absence validator respects `marked_for_destruction?`. Closes #20449. | Yves Senn | 2015-06-22 | 1 | -0/+75 | |
* | | | | | | | | | | fix test not failing when executed isolated | Diego Carrion | 2015-06-19 | 1 | -1/+1 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is given | Sean Griffin | 2015-06-19 | 1 | -0/+10 | |
* | | | | | | | | | Merge pull request #19843 from marshall-lee/explain_cte_queries | Yves Senn | 2015-06-19 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Let WITH (CTE) queries be explainable | Vladimir Kochnev | 2015-05-28 | 1 | -0/+5 | |
* | | | | | | | | | | raise ActiveModel::MissingAttributeError when trying to access a relationship... | Diego Carrion | 2015-06-16 | 1 | -0/+4 | |
* | | | | | | | | | | Merge pull request #20257 from prathamesh-sonpatki/test-for-serial-for-quoted... | Arthur Nogueira Neves | 2015-06-15 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Added test case for serial? method when sequence name is not quoted | Prathamesh Sonpatki | 2015-05-22 | 1 | -0/+6 | |
* | | | | | | | | | | | make `remove_index :table, :column` reversible. | Yves Senn | 2015-06-15 | 2 | -6/+15 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Add a test to ensure `serialize` persists `nil` as `NULL` | Sean Griffin | 2015-06-12 | 1 | -0/+8 | |
* | | | | | | | | | | Don't crash when mutating attributes in a getter | Sean Griffin | 2015-06-12 | 1 | -0/+16 | |
* | | | | | | | | | | Merge pull request #20480 from senny/test_runner | Yves Senn | 2015-06-12 | 77 | -223/+227 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | make it possible to run AR tests with bin/test | Yves Senn | 2015-06-11 | 77 | -223/+227 | |
* | | | | | | | | | | | Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-key | Yves Senn | 2015-06-12 | 1 | -1/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add an invert method for remove_foreign_key | Aster Ryan | 2015-06-11 | 1 | -1/+30 | |
* | | | | | | | | | | | | Add enum prefix/suffix option to enum definition | Igor Kapkov | 2015-06-12 | 4 | -0/+62 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Add a missing test case for the persistence behavior of `serialize` | Sean Griffin | 2015-06-11 | 1 | -0/+13 | |
* | | | | | | | | | | | Correctly handle array columns with defaults in the schema dumper | Sean Griffin | 2015-06-11 | 2 | -0/+6 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #20437 from pwnall/abstract_fixtures | Rafael Mendonça França | 2015-06-09 | 4 | -0/+30 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix crash when loading fixture with belongs_to association defined in abstrac... | Victor Costan | 2015-06-04 | 4 | -0/+30 | |
* | | | | | | | | | | Return a `Point` object from the PG Point type | Sean Griffin | 2015-06-05 | 1 | -11/+108 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Apply Active Record suppression to all saves | George Claghorn | 2015-06-04 | 1 | -1/+32 | |
* | | | | | | | | | Skip test that fails from outdated sqlite3 on travis | Sean Griffin | 2015-06-02 | 1 | -7/+9 | |
* | | | | | | | | | Fix postgresql DISTINCT requirement in pluck test | Kevin Deisz | 2015-06-02 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #20362 from kddeisz/enumerable_pluck | Rafael Mendonça França | 2015-06-01 | 1 | -0/+21 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Allow Enumerable#pluck to take a splat. | Kevin Deisz | 2015-05-29 | 1 | -0/+21 | |
* | | | | | | | | | | Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for Oracle | Yasuo Honda | 2015-06-01 | 2 | -2/+6 | |
* | | | | | | | | | | Ensure symbols passed to `select` are always quoted | Sean Griffin | 2015-05-30 | 1 | -0/+22 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Persist user provided default values, even if unchanged | Sean Griffin | 2015-05-28 | 2 | -26/+6 | |
* | | | | | | | | | Allow proc defaults with the Attributes API | Sean Griffin | 2015-05-28 | 1 | -0/+10 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #20196 from huoxito/preload-association-and-merges | Rafael Mendonça França | 2015-05-28 | 1 | -1/+27 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Properly append preload / includes args on Merger | Washington Luiz | 2015-05-28 | 1 | -1/+27 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #20041 from akshay-vishnoi/sqlite_collation | Rafael Mendonça França | 2015-05-28 | 3 | -5/+58 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add collation support for string and text columns in SQLite3 | Akshay Vishnoi | 2015-05-28 | 3 | -5/+58 | |
* | | | | | | | | | Add test to 57daaef | Rafael Mendonça França | 2015-05-28 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #20171 from georgeclaghorn/enums-in-fixtures | Rafael Mendonça França | 2015-05-27 | 4 | -32/+50 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Resolve enums in test fixtures | George Claghorn | 2015-05-27 | 4 | -32/+50 |