aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* register OID for PostgreSQL citex datatype [Troy Kruthoff & Lachlan Sylvester]lsylvester2014-03-111-0/+5
* Merge pull request #8313 from alan/only_save_changed_has_one_objectsRafael Mendonça França2014-03-101-0/+6
|\
| * Save has_one associations only if record has changesAlan Kennedy2013-10-311-0/+6
* | Remove a reference to an issue [ci skip]Robin Dupret2014-03-051-1/+1
* | quick pass over Active Record CHANGELOG. [ci skip].Yves Senn2014-03-051-13/+10
* | Allow string hash values on AR order methodMarcelo Casiraghi2014-03-041-0/+10
* | Add Enum type to postgresql adapter's oids to prevent unknown OID warnings.Dieter Komendera2014-03-041-0/+5
* | `includes` uses SQL parsing when String joins are involved.Yves Senn2014-02-281-0/+7
* | Fix a bug affecting validations of enum attributesTheMonster2014-02-271-0/+8
* | let `insert_record` actuall save the object.Aaron Patterson2014-02-251-0/+8
* | Merge remote-tracking branch 'chancancode/fix_instance_method_already_impleme...Jon Leighton2014-02-251-0/+7
|\ \
| * | Fixed STI classes not defining an attribute method if there is aGodfrey Chan2014-02-231-0/+7
* | | Point master changelogs to 4-1-stable branchCarlos Antonio da Silva2014-02-251-1858/+1
* | | Coerce strings when reading attributes.Yves Senn2014-02-231-0/+11
|/ /
* | deprecate support for pg ranges with excluding beginnings.Yves Senn2014-02-231-0/+11
* | dynamically define PostgreSQL OID range types.Yves Senn2014-02-231-0/+4
* | Typo fix for unscopeAmit Thawait2014-02-181-1/+1
* | Merge branch '4-1-0-beta2'Rafael Mendonça França2014-02-181-0/+4
|\ \
| * | Preparing for 4.1.0.beta2 releaseRafael Mendonça França2014-02-181-0/+4
* | | Don't use `# =>` when it is not the expression valuesRafael Mendonça França2014-02-181-9/+9
* | | Fix the column name [ci skip]Rafael Mendonça França2014-02-181-6/+6
* | | Document the default scopes change on the release notes, CHANGELOGRafael Mendonça França2014-02-181-0/+61
* | | Revert "Merge pull request #13344 from ccutrer/fix-from-default-select"Rafael Mendonça França2014-02-171-16/+0
* | | Fix typo [ci skip]Rafael Mendonça França2014-02-161-1/+1
* | | Resolve encoding issues with arrays of hstore (bug 11135).Josh Goodall2014-02-171-0/+6
* | | Add a missing changelog entry for #13981 and #14035Robin Dupret2014-02-151-0/+7
* | | Drop the correct index after reverting a migrationHubert Dąbrowski2014-02-131-0/+12
* | | Merge branch 'dump-schema-after-migration-flag' of git://github.com/emilsoman...Xavier Noria2014-02-061-0/+8
|\ \ \
| * | | Add config to disable schema dump after migrationEmil Soman2014-02-061-0/+8
* | | | synchronize 4.1 release notes with CHANGELOGS. [ci skip]Yves Senn2014-02-061-9/+13
* | | | Return sized enumerator from Enumerable#index_byMarc-Andre Lafortune2014-02-051-6/+1
* | | | Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-051-1/+7
* | | | Return sized enumerator from Batches#find_in_batchesMarc-Andre Lafortune2014-02-051-0/+6
|/ / /
* | | Add CHANGELOG entry for #13935 [ci skip]Rafael Mendonça França2014-02-041-0/+9
* | | some wording format changes. [ci skip]Yves Senn2014-02-031-5/+5
* | | pass `habtm :autosave` to underlying `hm:t` association. Closes #13923.Yves Senn2014-02-031-0/+7
* | | Merge pull request #13688 from jbaudanza/psql-index-existsRafael Mendonça França2014-02-011-0/+10
|\ \ \
| * | | psql implementation of #index_name_exists?Jonathan Baudanza2014-01-161-0/+10
* | | | Fixes issue with parsing whitespace content back from database - fixes #13907Mauricio Linhares2014-02-011-0/+11
* | | | Minor changelog improvements [ci skip]Carlos Antonio da Silva2014-01-311-4/+4
* | | | Associations now raise `ArgumentError` on name conflicts.Lauro Caetano2014-01-311-0/+16
* | | | Fix regression on `.select_*` methods.Arthur Neves2014-01-301-0/+8
* | | | AestheticRafael Mendonça França2014-01-291-1/+1
* | | | Fixing issue with activerecord serialization not being able to dump a record ...Mauricio Linhares2014-01-291-0/+12
* | | | Merge pull request #13201 from marcandre/find_in_batch_enumeratorRafael Mendonça França2014-01-291-0/+5
|\ \ \ \
| * | | | `find_in_batches` now returns an `Enumerator` when called without a block, so...Marc-Andre Lafortune2013-12-061-0/+5
* | | | | `enum` now raises on "dangerous" name conflictsGodfrey Chan2014-01-291-0/+11
* | | | | `scope` now raises on "dangerous" name conflictsGodfrey Chan2014-01-291-0/+10
* | | | | Correctly send the string given to lock! and reload(:lock) to the lock scope ...Mauricio Linhares2014-01-291-0/+10
* | | | | Handle aliased attributes in AR::Relation#select, #order, etc.Tsutomu Kuroda2014-01-291-0/+4