aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Let `unscope` ignore non Arel scope.where_valuesWashington Luiz2014-01-301-2/+0
* | | Merge pull request #13886 from arthurnn/fix_relation_arelRafael Mendonça França2014-01-306-18/+21
|\ \ \ | |/ / |/| |
| * | Fix regression on `.select_*` methods.Arthur Neves2014-01-306-18/+21
* | | Merge pull request #13878 from marcandre/leave_my_options_aloneRafael Mendonça França2014-01-301-2/+2
|\ \ \
| * | | find_in_batches should not mutate its argumentMarc-Andre Lafortune2014-01-291-2/+2
* | | | docs, `references` is only used with `includes`. Closes #13727.Yves Senn2014-01-301-9/+14
| |/ / |/| |
* | | AestheticRafael Mendonça França2014-01-291-6/+5
* | | Fixing issue with activerecord serialization not being able to dump a record ...Mauricio Linhares2014-01-293-1/+17
|/ /
* | Merge pull request #13201 from marcandre/find_in_batch_enumeratorRafael Mendonça França2014-01-291-0/+9
|\ \
| * | `find_in_batches` now returns an `Enumerator` when called without a block, so...Marc-Andre Lafortune2013-12-061-0/+9
* | | Mention find_each in find_in_batches doc [ci skip]Marc-Andre Lafortune2014-01-291-0/+2
* | | `enum` now raises on "dangerous" name conflictsGodfrey Chan2014-01-291-3/+43
* | | `scope` now raises on "dangerous" name conflictsGodfrey Chan2014-01-292-4/+28