aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-048-35/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Add documentation to TransactionIsolationError [ci skip]"Vijay Dev2012-12-041-2/+0
| * | | Fix typo.Hendy Tanata2012-12-031-2/+2
| * | | grammar improvements for increment_counter and decrement_counter docsMatthew Robertson2012-12-021-6/+8
| * | | increment_counter and decrement_counter can accept and array of ids as an argMatthew Robertson2012-12-021-2/+2
| * | | Cleans and removes 'Examples' tag [ci skip]Alvaro Pereyra2012-12-014-9/+4
| * | | Cleans and removes useless 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-7/+2
| * | | update AR::Schema docs [ci skip]Carlos Duclos2012-12-011-1/+6
| * | | Revert "Remove trailing whitespaces"Florent Guilleux2012-12-016-12/+12
| * | | Remove trailing whitespacesFlorent Guilleux2012-12-016-12/+12
| * | | Add documentation to TransactionIsolationError [ci skip]Florent Guilleux2012-12-011-0/+2
| * | | remove unneeded Examples tag [ci skip]Carlos Duclos2012-12-011-10/+0
* | | | pg_namespace table isn't used.kennyj2012-12-051-1/+0
* | | | Do not instantiate intermediate AR objects when eager loading.Yves Senn2012-12-044-2/+26
| |/ / |/| |
* | | Remove not used variable warnignsCarlos Antonio da Silva2012-12-012-5/+5
|/ /
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-012-6/+16
|\ \
| * | copy edits [ci skip]Vijay Dev2012-12-012-2/+2
| * | Fix Calculations#pluck doc to mention several attributes can be selected [ci ...Florent Guilleux2012-12-011-3/+3
| * | add documentation to CollectionProxy #length and #size methods [ci skip]Francesco Rodriguez2012-11-291-2/+7
| * | add documentation to CollectionProxy#empty?Francesco Rodriguez2012-11-291-1/+6