Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | Merge pull request #19886 from henders/henders/reload_wipe_query_cache | Rafael Mendonça França | 2015-05-27 | 1 | -0/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Cause ActiveRecord::Base::reload to also ignore the QueryCache. | Shane Hender | 2015-04-28 | 1 | -0/+27 | |
* | | | | | | | | | | | | | | | Merge pull request #17654 from kamipo/strict_mode_explicitly | Rafael Mendonça França | 2015-05-27 | 2 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | If specify `strict: :default` explicitly, do not set sql_mode. | Ryuta Kamizono | 2015-05-26 | 2 | -0/+18 | |
* | | | | | | | | | | | | | | | Merge pull request #20269 from wojobucco/master | Rafael Mendonça França | 2015-05-27 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Changed mysqldump to include sprocs and functions | Jonathan Worek | 2015-05-22 | 1 | -4/+4 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | add `extend` option on `has_and_belongs_to_many`. | keepcosmos | 2015-05-26 | 1 | -0/+15 | |
* | | | | | | | | | | | | | | Remove unused variable | Arun Agrawal | 2015-05-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | deprecate `Relation#uniq` use `Relation#distinct` instead. | Yves Senn | 2015-05-26 | 8 | -28/+41 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #20175 from eugeneius/copy_schema_cache_after_fork | Rafael Mendonça França | 2015-05-18 | 2 | -23/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add schema cache to new connection pool after fork | Eugene Kenny | 2015-05-17 | 2 | -23/+46 | |
* | | | | | | | | | | | | | | Merge pull request #20190 from kamipo/fix_serial_with_quoted_sequence_name | Rafael Mendonça França | 2015-05-18 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |