aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | guarantee a list in the alias tracker so we can remove a conditionalAaron Patterson2014-02-143-6/+12
* | | | | | stop exposing table_joinsAaron Patterson2014-02-141-4/+3
* | | | | | make most parameters to the AliasTracker requiredAaron Patterson2014-02-142-6/+4
* | | | | | make a singleton for AssociationScopeAaron Patterson2014-02-142-1/+7
* | | | | | pass the association and connection to the scope methodAaron Patterson2014-02-142-9/+3
* | | | | | pass the tracker down the stack and construct it in the scope methodAaron Patterson2014-02-141-18/+18
* | | | | | clean up add_constraints signatureAaron Patterson2014-02-141-8/+9
* | | | | | remove the reflection delegateAaron Patterson2014-02-141-15/+14
* | | | | | remove klass delegatorAaron Patterson2014-02-141-10/+11
* | | | | | remove chain delegateAaron Patterson2014-02-141-5/+6
* | | | | | remove scope_chain delegateAaron Patterson2014-02-141-3/+3
* | | | | | Merge pull request #14048 from pcreux/better-error-message-db-migrate-downCarlos Antonio da Silva2014-02-141-1/+1
|\ \ \ \ \ \
| * | | | | | Add hint to error message of task db:migrate:downPhilippe Creux2014-02-131-1/+1
* | | | | | | remove more delegate methodsAaron Patterson2014-02-131-7/+9
* | | | | | | :scissors: whitespaceAaron Patterson2014-02-131-1/+0
* | | | | | | rm delegate methods that are not actually usedAaron Patterson2014-02-131-2/+2
* | | | | | | JoinHelper is never reused, so there is no need to separateAaron Patterson2014-02-133-42/+25
* | | | | | | speed up the collection proxy reader method, but slow down the constructorAaron Patterson2014-02-131-1/+5
* | | | | | | Merge pull request #14034 from hdabrows/drop-correct-index-when-reverting-mig...Yves Senn2014-02-131-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Drop the correct index after reverting a migrationHubert Dąbrowski2014-02-131-1/+6
* | | | | | | | Dont use Enumarator on join_associationArthur Neves2014-02-131-2/+4
* | | | | | | | `execute` is a hotspot, so let's reduce branchesAaron Patterson2014-02-121-6/+2
|/ / / / / / /
* | | | | | | adding missed changekayvan2014-02-111-1/+1
* | | | | | | adding connection parameter to check_pending for migrationskayvan2014-02-111-5/+5
* | | | | | | Avoid using deprecated arel constantsRafael Mendonça França2014-02-102-3/+3
* | | | | | | move alias method `sanitize_conditions` to a correct placeDmitry Polushkin2014-02-091-2/+1
* | | | | | | Merge pull request #13981 from Fortisque/kevin/postgresql_reaper_threadsafeAaron Patterson2014-02-083-2/+13
|\ \ \ \ \ \ \
| * | | | | | | Reaper has access to threadsafe active? callKevin Casey2014-02-083-2/+13
| | |_|/ / / / | |/| | | | |
* / | | | | | context in validation goes through has many relationshipKevin Casey2014-02-081-1/+1
|/ / / / / /
* | | | | | Merge branch 'dump-schema-after-migration-flag' of git://github.com/emilsoman...Xavier Noria2014-02-062-1/+10
|\ \ \ \ \ \
| * | | | | | Add config to disable schema dump after migrationEmil Soman2014-02-062-1/+10
* | | | | | | Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-052-2/+4
* | | | | | | Return sized enumerator from Batches#find_in_batchesMarc-Andre Lafortune2014-02-051-4/+9
* | | | | | | docs, AR already auto-detects primary keys. Closes #13946. [ci skip]Yves Senn2014-02-051-3/+3
* | | | | | | Document that enum conditions must use the ordinal valueRafael Mendonça França2014-02-041-0/+2
|/ / / / / /
* | | | | | Merge pull request #13935 from arthurnn/fix_12566Rafael Mendonça França2014-02-041-1/+1
|\ \ \ \ \ \
| * | | | | | Make sure transaction state resets after commitArthur Neves2014-02-031-1/+1
* | | | | | | Merge pull request #13899 from Fortisque/kevin/active_record_HABTM_with_belon...Rafael Mendonça França2014-02-041-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix HABTM w/out primary key errors on destructionKevin Casey2014-02-021-1/+1
* | | | | | | some wording format changes. [ci skip]Yves Senn2014-02-031-1/+1
* | | | | | | pass `habtm :autosave` to underlying `hm:t` association. Closes #13923.Yves Senn2014-02-031-1/+1
* | | | | | | docs, revisit polymorphic associations with STI example. [ci skip]Yves Senn2014-02-031-2/+5
* | | | | | | Fixes the camelCase variable name in the docs [ci skip]Fred Wu2014-02-031-2/+2
* | | | | | | Make arel methods private APIRafael Mendonça França2014-02-012-6/+5
* | | | | | | Merge pull request #13688 from jbaudanza/psql-index-existsRafael Mendonça França2014-02-011-0/+13
|\ \ \ \ \ \ \
| * | | | | | | psql implementation of #index_name_exists?Jonathan Baudanza2014-01-161-0/+13
* | | | | | | | Fixes issue with parsing whitespace content back from database - fixes #13907Mauricio Linhares2014-02-011-2/+3
* | | | | | | | this class depends on JoinHelper, so we should require itAaron Patterson2014-01-311-0/+2
| |/ / / / / / |/| | | | | |
* | | | | | | Associations now raise `ArgumentError` on name conflicts.Lauro Caetano2014-01-311-0/+6
* | | | | | | Merge pull request #13859 from huoxito/let-it-goRafael Mendonça França2014-01-301-2/+0
|\ \ \ \ \ \ \