| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate force association reload by passing true | Prem Sichanugrist | 2015-07-15 | 1 | -0/+18 |
* | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 1 | -0/+5 |
* | Update CHANGELOG.md | Dmitry Zudochkin | 2015-07-07 | 1 | -1/+1 |
* | Correct through associations using scopes | Sean Griffin | 2015-06-30 | 1 | -0/+8 |
* | `dump_schema_after_migration` applies migration tasks other than db:migrate | Yves Senn | 2015-06-30 | 1 | -0/+7 |
* | Add reversible syntax for change_column_default | Prem Sichanugrist | 2015-06-26 | 1 | -0/+12 |
* | Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reload | Yves Senn | 2015-06-23 | 1 | -0/+7 |
|\ |
|
* \ | Merge pull request #20545 from dcrec1/20541 | Yves Senn | 2015-06-23 | 1 | -0/+7 |
|\ \ |
|
| * | | thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for... | Diego Carrion | 2015-06-22 | 1 | -0/+7 |
|/ / |
|
* | | AR absence validator respects `marked_for_destruction?`. Closes #20449. | Yves Senn | 2015-06-22 | 1 | -0/+6 |
* | | Include `Enumerable` in `ActiveRecord::Relation` | Sean Griffin | 2015-06-19 | 1 | -0/+4 |
* | | Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is given | Sean Griffin | 2015-06-19 | 1 | -0/+4 |
* | | Merge pull request #19843 from marshall-lee/explain_cte_queries | Yves Senn | 2015-06-19 | 1 | -0/+4 |
|\ \ |
|
| * | | Let WITH (CTE) queries be explainable | Vladimir Kochnev | 2015-05-28 | 1 | -0/+4 |
* | | | make `remove_index :table, :column` reversible. | Yves Senn | 2015-06-15 | 1 | -0/+4 |
* | | | quick pass over changelogs. [ci skip] | Yves Senn | 2015-06-15 | 1 | -3/+4 |
| |/
|/| |
|
* | | Don't crash when mutating attributes in a getter | Sean Griffin | 2015-06-12 | 1 | -0/+7 |
* | | Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-key | Yves Senn | 2015-06-12 | 1 | -0/+5 |
|\ \ |
|
| * | | Add an invert method for remove_foreign_key | Aster Ryan | 2015-06-11 | 1 | -0/+5 |
* | | | Add enum prefix/suffix option to enum definition | Igor Kapkov | 2015-06-12 | 1 | -0/+6 |
|/ / |
|
* | | Credit the author of #20515 in the previous commit | Sean Griffin | 2015-06-11 | 1 | -1/+1 |
* | | Correctly handle array columns with defaults in the schema dumper | Sean Griffin | 2015-06-11 | 1 | -0/+6 |
* | | Return a `Point` object from the PG Point type | Sean Griffin | 2015-06-05 | 1 | -0/+5 |
* | | minor formatting changes in changelogs. [ci skip] | Yves Senn | 2015-05-31 | 1 | -6/+6 |
* | | Ensure symbols passed to `select` are always quoted | Sean Griffin | 2015-05-30 | 1 | -0/+7 |
* | | Add docs and changelog entry for 73aab03 [ci skip] | Sean Griffin | 2015-05-30 | 1 | -0/+5 |
* | | Add CHANGELOG entry for #17654 [ci skip] | Ryuta Kamizono | 2015-05-30 | 1 | -0/+13 |
|/ |
|
* | Give credit to extra contributor for Base.reload fix | Shane Hender | 2015-05-28 | 1 | -2/+2 |
* | Add collation support for string and text columns in SQLite3 | Akshay Vishnoi | 2015-05-28 | 1 | -0/+15 |
* | Merge pull request #20171 from georgeclaghorn/enums-in-fixtures | Rafael Mendonça França | 2015-05-27 | 1 | -0/+9 |
|\ |
|
| * | Resolve enums in test fixtures | George Claghorn | 2015-05-27 | 1 | -0/+9 |
* | | Merge pull request #19886 from henders/henders/reload_wipe_query_cache | Rafael Mendonça França | 2015-05-27 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
* | | Merge pull request #20269 from wojobucco/master | Rafael Mendonça França | 2015-05-27 | 1 | -0/+4 |
|\ \ |
|
* | | | add `extend` option on `has_and_belongs_to_many`. | keepcosmos | 2015-05-26 | 1 | -0/+4 |
* | | | deprecate `Relation#uniq` use `Relation#distinct` instead. | Yves Senn | 2015-05-26 | 1 | -0/+6 |
|/ / |
|
* | | Pass over CHANGELOGS [ci skip] | Prathamesh Sonpatki | 2015-05-16 | 1 | -2/+3 |
* | | Merge branch 'sti-subclass-from-attributes' of https://github.com/agrobbin/ra... | Yves Senn | 2015-05-13 | 1 | -0/+5 |
|\ \ |
|
| * | | allow setting of a demodulized class name when using STI | Alex Robbin | 2015-05-11 | 1 | -0/+4 |
* | | | Add full set of MySQL CLI options to support SSL authentication when using db... | Alex Coomans | 2015-05-12 | 1 | -0/+6 |
|/ / |
|
* | | Merge pull request #19994 from kamipo/dump_indexes_in_create_table | Rafael Mendonça França | 2015-05-03 | 1 | -0/+7 |
|\ \ |
|
| * | | Dump indexes in `create_table` instead of `add_index` | Ryuta Kamizono | 2015-05-03 | 1 | -0/+7 |
* | | | Merge pull request #17569 from kamipo/dump_table_options | Rafael Mendonça França | 2015-05-03 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Correctly dump `:options` on `create_table` for MySQL | Ryuta Kamizono | 2015-05-03 | 1 | -0/+4 |
| |/ / |
|
* / / | PostgreSQL: `:collation` support for string and text columns | Ryuta Kamizono | 2015-05-04 | 1 | -0/+11 |
|/ / |
|
* | | Improvement on Activerecord CHANGELOG | thiagoaugusto | 2015-05-01 | 1 | -1/+1 |
* | | Merge pull request #19546 from DianthuDia/fix_unscope_for_less_than | Yves Senn | 2015-04-28 | 1 | -0/+4 |
|\ \ |
|
* \ \ | Merge pull request #19718 from eagletmt/find_by-without-arg | Yves Senn | 2015-04-28 | 1 | -0/+5 |
|\ \ \ |
|
* | | | | Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment... | Yves Senn | 2015-04-27 | 1 | -0/+7 |
| |_|/
|/| | |
|
* | | | Merge pull request #18880 from mudge/timestamp-index-bug | Rafael Mendonça França | 2015-04-23 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Fix missing index when using timestamps with index | Paul Mucur | 2015-04-15 | 1 | -0/+12 |