aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Improve CHANGELOG entryRafael Mendonça França2014-03-261-3/+5
* Fixes bugs for using indexes in CREATE TABLE by adding checks for table exist...Steve Rice2014-03-251-0/+15
* Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects"Rafael Mendonça França2014-03-251-6/+6
* clarify CHANGELOG [ci skip].Yves Senn2014-03-251-8/+2
* Fix Generation of proper migration whenKuldeep Aggarwal2014-03-251-0/+13
* Merge pull request #12955 from joshwilliams/masterYves Senn2014-03-201-0/+5
|\
| * Postgres schema: Constrain sequence search classidJosh Williams2014-03-201-0/+5
* | Improve touch docs with extra attributes passed in [ci skip]Carlos Antonio da Silva2014-03-201-6/+3
* | Merge pull request #14423 from yakko/persistence-touches-manyCarlos Antonio da Silva2014-03-201-0/+12
|\ \
| * | ActiveRecord#touch should accept multiple attributes #14423Thiago Pinto2014-03-191-0/+12
| |/
* / only dump schema information if migration table exists. Closes #14217Yves Senn2014-03-201-0/+7
|/
* Reap connections based on owning-thread deathMatthew Draper2014-03-181-0/+8
* `where.not` adds `references` for `includes`.Yves Senn2014-03-171-0/+6
* format ActiveRecord CHANGELOG. [ci skip]Yves Senn2014-03-171-8/+9
* Extend fixture label replacement to allow string interpolationEric Steele2014-03-151-0/+10
* Make select_all on query cache accept a Relation without binds.Arthur Neves2014-03-131-0/+6
* passing an instance of an AR object to `find` is deprecatedAaron Patterson2014-03-131-0/+3
* passing an ActiveRecord object to `exists?` is deprecated.Aaron Patterson2014-03-131-0/+3
* Merge pull request #13040 from kamipo/case_sensitive_comparisonRafael Mendonça França2014-03-121-0/+4
|\
| * Only use BINARY for mysql case sensitive uniqueness check when column has a c...Ryuta Kamizono2013-11-261-0/+4
* | Changelog entry for mysql56 microsecondsArthur Neves2014-03-121-0/+4
* | 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