aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-081-0/+8
* Update AR Changelog with correct example using includesCaike Souza2012-12-081-4/+4
* Rollback where.like and where.not_likeCarlos Antonio da Silva2012-12-071-3/+2
* Merge pull request #8332 from amatsuda/ar_where_chainCarlos Antonio da Silva2012-12-071-0/+9
|\
| * Relation.where with no args can be chained with not, like, and not_likeAkira Matsuda2012-11-301-0/+9
* | Unscope update_column(s) query to ignore default scopeCarlos Antonio da Silva2012-12-061-0/+26
* | Improve AR changelogCarlos Antonio da Silva2012-12-061-18/+17
* | CHANGELOG for 78d5d6f.Steve Klabnik2012-12-061-0/+3
* | Merge branch 'joshsusser-master' into mergeAaron Patterson2012-12-051-0/+18
|\ \
| * | Add migration history to schema.rb dumpJosh Susser2012-12-021-0/+11
| * | Add metadata to schema_migrationsJosh Susser2012-12-011-0/+7
* | | Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* | | Fix #8414. Performance problem with postgresql adapter primary_key function.kennyj2012-12-051-0/+6
* | | Do not instantiate intermediate AR objects when eager loading.Yves Senn2012-12-041-0/+6
|/ /
* | Added STI support to init and building associationsJason Rush2012-11-291-0/+9
* | Add CHANGELOG entries for the observes extractionRafael Mendonça França2012-11-291-0/+4
* | Ensure that associations have a symbol argument.Steve Klabnik2012-11-281-0/+2
* | Use assert_nil instead of assert_equalRafael Mendonça França2012-11-281-1/+1
|/
* Don't call will_change! for datetime nil->"".Alisdair McDiarmid2012-11-251-0/+6
* Fix changelog entry about fast_string_to_time fixCarlos Antonio da Silva2012-11-241-2/+2
* Merge pull request #8291 from senny/8265_build_with_polymorphic_associationRafael Mendonça França2012-11-221-0/+5
|\
| * prevent mass assignment of polymorphic type when using `build`Yves Senn2012-11-221-0/+5
* | Deprecate Relation#sum with a block.Carlos Antonio da Silva2012-11-211-0/+5
* | Revert "Yield only one argument instead of splatting."Carlos Antonio da Silva2012-11-211-7/+0
|/
* Fix postgresql adapter to handle bc timestamps correctlyBogdan Gusiev2012-11-211-0/+6
* Postgresql doesn't accepts limits on text columns.Victor Costan2012-11-201-0/+5
* Merge pull request #3023 from Tho85/preserve_sti_typeRafael Mendonça França2012-11-181-0/+7
|\
| * AR::Base.becomes should not change the STI typeThomas Hollstegge2012-11-171-0/+7
* | Add rename_index to change_table.Jarek Radosz2012-11-191-0/+8
|/
* Fix some AR changelog entries [ci skip]Carlos Antonio da Silva2012-11-161-6/+5
* `#pluck` can be used on a relation with `select` clause.Yves Senn2012-11-121-0/+9
* cleanup, removed whitespace from CHANGELOGYves Senn2012-11-121-1/+1
* Do not create useless database transaction when building `has_one` association.Bogdan Gusiev2012-11-101-0/+9
* :counter_cache option for to support custom named counter caches. Closes #7993Yves Senn2012-11-041-0/+5
* Deprecate passing a string as third argument of `add_index`Rafael Mendonça França2012-11-021-0/+7
* Raise an ArgumentError when passing an invalid option to add_indexRafael Mendonça França2012-11-021-0/+4
* Fix find_in_batches against string IDs when start option is not specified.Alexis Bernard2012-10-311-0/+4
* Fix `attributes_before_type_cast` for serialised attributes.Nikita Afanasenko2012-10-311-0/+4
* Fix #6951. Use query cache/uncache, when using not only database.yml but also...kennyj2012-10-311-0/+5
* ActiveRecord::Relation#none! method.Juanjo Bazán2012-10-281-0/+5
* Enable update_column(s) for the primary key attribute.Henrik N2012-10-281-0/+4
* raise `ArgumentError` when redefining the primary key column. Closes #6378Yves Senn2012-10-281-0/+5
* AR::AttributeMethods#[] raises AM::AttributeMissingError for missing attributes.Francesco Rodriguez2012-10-281-1/+24
* Use the MySQL varbinary type when appropriate in migrations.Victor Costan2012-10-271-0/+4
* Decode attributes pulled from URI.parseShawn Veader2012-10-261-1/+5
* Remove ActiveRecord::ModelJon Leighton2012-10-261-28/+0
* Fix incorrect markdown by removing extra space.Uģis Ozols2012-10-241-1/+1
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-8/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+8
* Rename the partial_updates config to partial_writesJon Leighton2012-10-191-0/+4