Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | guarantee a list in the alias tracker so we can remove a conditional | Aaron Patterson | 2014-02-14 | 3 | -6/+12 | |
* | | | | | | stop exposing table_joins | Aaron Patterson | 2014-02-14 | 1 | -4/+3 | |
* | | | | | | make most parameters to the AliasTracker required | Aaron Patterson | 2014-02-14 | 2 | -6/+4 | |
* | | | | | | make a singleton for AssociationScope | Aaron Patterson | 2014-02-14 | 2 | -1/+7 | |
* | | | | | | pass the association and connection to the scope method | Aaron Patterson | 2014-02-14 | 2 | -9/+3 | |
* | | | | | | pass the tracker down the stack and construct it in the scope method | Aaron Patterson | 2014-02-14 | 1 | -18/+18 | |
* | | | | | | clean up add_constraints signature | Aaron Patterson | 2014-02-14 | 1 | -8/+9 | |
* | | | | | | remove the reflection delegate | Aaron Patterson | 2014-02-14 | 1 | -15/+14 | |
* | | | | | | remove klass delegator | Aaron Patterson | 2014-02-14 | 1 | -10/+11 | |
* | | | | | | remove chain delegate | Aaron Patterson | 2014-02-14 | 1 | -5/+6 | |
* | | | | | | remove scope_chain delegate | Aaron Patterson | 2014-02-14 | 1 | -3/+3 | |
* | | | | | | Merge pull request #14048 from pcreux/better-error-message-db-migrate-down | Carlos Antonio da Silva | 2014-02-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add hint to error message of task db:migrate:down | Philippe Creux | 2014-02-13 | 1 | -1/+1 | |
* | | | | | | | remove more delegate methods | Aaron Patterson | 2014-02-13 | 1 | -7/+9 | |
* | | | | | | | :scissors: whitespace | Aaron Patterson | 2014-02-13 | 1 | -1/+0 | |
* | | | | | | | rm delegate methods that are not actually used | Aaron Patterson | 2014-02-13 | 1 | -2/+2 | |
* | | | | | | | JoinHelper is never reused, so there is no need to separate | Aaron Patterson | 2014-02-13 | 3 | -42/+25 | |
* | | | | | | | speed up the collection proxy reader method, but slow down the constructor | Aaron Patterson | 2014-02-13 | 1 | -1/+5 | |
* | | | | | | | Merge pull request #14034 from hdabrows/drop-correct-index-when-reverting-mig... | Yves Senn | 2014-02-13 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Drop the correct index after reverting a migration | Hubert Dąbrowski | 2014-02-13 | 1 | -1/+6 | |
* | | | | | | | | Dont use Enumarator on join_association | Arthur Neves | 2014-02-13 | 1 | -2/+4 | |
* | | | | | | | | `execute` is a hotspot, so let's reduce branches | Aaron Patterson | 2014-02-12 | 1 | -6/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | adding missed change | kayvan | 2014-02-11 | 1 | -1/+1 | |
* | | | | | | | adding connection parameter to check_pending for migrations | kayvan | 2014-02-11 | 1 | -5/+5 | |
* | | | | | | | Avoid using deprecated arel constants | Rafael Mendonça França | 2014-02-10 | 2 | -3/+3 | |
* | | | | | | | move alias method `sanitize_conditions` to a correct place | Dmitry Polushkin | 2014-02-09 | 1 | -2/+1 | |
* | | | | | | | Merge pull request #13981 from Fortisque/kevin/postgresql_reaper_threadsafe | Aaron Patterson | 2014-02-08 | 3 | -2/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Reaper has access to threadsafe active? call | Kevin Casey | 2014-02-08 | 3 | -2/+13 | |
| | |_|/ / / / | |/| | | | | | ||||||
* / | | | | | | context in validation goes through has many relationship | Kevin Casey | 2014-02-08 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'dump-schema-after-migration-flag' of git://github.com/emilsoman... | Xavier Noria | 2014-02-06 | 2 | -1/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add config to disable schema dump after migration | Emil Soman | 2014-02-06 | 2 | -1/+10 | |
* | | | | | | | Return sized enumerator from Batches#find_each | Marc-Andre Lafortune | 2014-02-05 | 2 | -2/+4 | |
* | | | | | | | Return sized enumerator from Batches#find_in_batches | Marc-Andre Lafortune | 2014-02-05 | 1 | -4/+9 | |
* | | | | | | | docs, AR already auto-detects primary keys. Closes #13946. [ci skip] | Yves Senn | 2014-02-05 | 1 | -3/+3 | |
* | | | | | | | Document that enum conditions must use the ordinal value | Rafael Mendonça França | 2014-02-04 | 1 | -0/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #13935 from arthurnn/fix_12566 | Rafael Mendonça França | 2014-02-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make sure transaction state resets after commit | Arthur Neves | 2014-02-03 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #13899 from Fortisque/kevin/active_record_HABTM_with_belon... | Rafael Mendonça França | 2014-02-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | fix HABTM w/out primary key errors on destruction | Kevin Casey | 2014-02-02 | 1 | -1/+1 | |
* | | | | | | | some wording format changes. [ci skip] | Yves Senn | 2014-02-03 | 1 | -1/+1 | |
* | | | | | | | pass `habtm :autosave` to underlying `hm:t` association. Closes #13923. | Yves Senn | 2014-02-03 | 1 | -1/+1 | |
* | | | | | | | docs, revisit polymorphic associations with STI example. [ci skip] | Yves Senn | 2014-02-03 | 1 | -2/+5 | |
* | | | | | | | Fixes the camelCase variable name in the docs [ci skip] | Fred Wu | 2014-02-03 | 1 | -2/+2 | |
* | | | | | | | Make arel methods private API | Rafael Mendonça França | 2014-02-01 | 2 | -6/+5 | |
* | | | | | | | Merge pull request #13688 from jbaudanza/psql-index-exists | Rafael Mendonça França | 2014-02-01 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | psql implementation of #index_name_exists? | Jonathan Baudanza | 2014-01-16 | 1 | -0/+13 | |
* | | | | | | | | Fixes issue with parsing whitespace content back from database - fixes #13907 | Mauricio Linhares | 2014-02-01 | 1 | -2/+3 | |
* | | | | | | | | this class depends on JoinHelper, so we should require it | Aaron Patterson | 2014-01-31 | 1 | -0/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Associations now raise `ArgumentError` on name conflicts. | Lauro Caetano | 2014-01-31 | 1 | -0/+6 | |
* | | | | | | | Merge pull request #13859 from huoxito/let-it-go | Rafael Mendonça França | 2014-01-30 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ |