aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* AR supporting new int4range and int8range data type on PostgreSQL >= 9.2. Fix...Alexey2012-12-172-5/+29
* AR supporting new intrange data type on PostgreSQL >= 9.2Alexey2012-12-169-5/+170
* Skip binary data with binds test for mysql2, fix buildCarlos Antonio da Silva2012-12-142-1/+3
* Convert changelogs to 1.9 hash style and fix some formatting [ci skip]Carlos Antonio da Silva2012-12-141-5/+5
* Do not log the binding values for binary columns.Matthew M. Boedicker2012-12-143-1/+23
* Merge pull request #8510 from thedarkone/thread_safety_improvementsAaron Patterson2012-12-142-31/+32
|\
| * Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-142-31/+32
* | Remove AR gem pushed by mistakeSantiago Pastorino2012-12-141-0/+0
* | Fix for has_many_through counter_cache bugMatthew Robertson2012-12-144-0/+21
* | Merge pull request #8500 from senny/8492_migrations_crash_on_specific_pathCarlos Antonio da Silva2012-12-134-1/+23
|\ \
| * | recognize migrations, in folders containing numbers and 'rb'.Yves Senn2012-12-134-1/+23
* | | Shush deprecation warning due to initializing a Migrator with migration paths...Jeremy Kemper2012-12-121-1/+1
|/ /
* | Improve test name related to cache timestamp format [ci skip]Carlos Antonio da Silva2012-12-111-1/+1
* | Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-113-5/+5
* | Remove changelog entry from #8441 [ci skip]Carlos Antonio da Silva2012-12-111-4/+0
|/
* Add CHANGELOG entry for #6376.Rafael Mendonça França2012-12-101-0/+4
* Allow users to choose the timestamp format in the cache keyRafael Mendonça França2012-12-104-1/+29
* Make sure the tests pass in the case closer to described in #8195Rafael Mendonça França2012-12-104-19/+14
* Added regression test for #8195.jacobstr2012-12-101-0/+18
* Fix decorating columns for serialized attributesitzki2012-12-103-4/+20
* Revert "Omit directories from gemspec.files for RubyGems 2 compat."Jeremy Kemper2012-12-091-1/+1
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-0915-266/+60
* Omit directories from gemspec.files for RubyGems 2 compat.Jeremy Kemper2012-12-081-1/+1
* Session variables for mysql, mysql2, and postgresql adapters can be setAaron Stone2012-12-088-34/+144
* Improve where.not docs [ci skip]Carlos Antonio da Silva2012-12-081-14/+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-073-46/+4
* Document the types of arguments accepted by AR#notclaudiob2012-12-072-2/+23
* revises a RDoc example to make it idiomaticXavier Noria2012-12-071-8/+8
* Fix where.not with in clauseCarlos Antonio da Silva2012-12-072-4/+4
* Update #where rdoc to match 6ba0f97 [ci skip]claudiob2012-12-071-4/+4
* Move where with blank conditions test to the correct where tests fileCarlos Antonio da Silva2012-12-072-6/+6
* Ensure there won't be any regression with where(nil) callsCarlos Antonio da Silva2012-12-072-5/+5
* Merge pull request #8332 from amatsuda/ar_where_chainCarlos Antonio da Silva2012-12-074-8/+186
|\
| * Relation.where with no args can be chained with not, like, and not_likeAkira Matsuda2012-11-304-8/+184
* | Unscope update_column(s) query to ignore default scopeCarlos Antonio da Silva2012-12-063-1/+43
* | Improve AR changelogCarlos Antonio da Silva2012-12-061-18/+17
* | Remove method redefined warningsCarlos Antonio da Silva2012-12-061-1/+1
* | Use CURRENT_TIMESTAMP since it has apparently better cross db supportCarlos Antonio da Silva2012-12-062-2/+2
* | CHANGELOG for 78d5d6f.Steve Klabnik2012-12-061-0/+3
* | Oracle needs table to check index existenceJosh Susser2012-12-061-3/+3
* | convert time to stringJosh Susser2012-12-062-2/+2
* | dump schema.rb without :version optionJosh Susser2012-12-051-4/+2
* | Merge branch 'joshsusser-master' into mergeAaron Patterson2012-12-0515-58/+268
|\ \
| * | style cleanupJosh Susser2012-12-033-6/+5
| * | Add migration history to schema.rb dumpJosh Susser2012-12-029-17/+146
| * | Add metadata to schema_migrationsJosh Susser2012-12-0110-43/+125
* | | Replace comments' non-breaking spaces with spacesclaudiob2012-12-043-6/+6
* | | Merge pull request #8417 from kennyj/fix_8414Rafael Mendonça França2012-12-042-3/+8
|\ \ \
| * | | Fix #8414. Performance problem with postgresql adapter primary_key function.kennyj2012-12-052-3/+8