aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
* Make connection pool retrieval fasterJon Leighton2012-08-311-10/+13
* use Hash#fetch to eliminate conditionalAaron Patterson2012-08-241-8/+3
* This method is useless without a block, so remove testAaron Patterson2012-08-201-11/+9
* remove unused variableAaron Patterson2012-08-201-1/+1
* initialize instance variables to avoid conditionalsAaron Patterson2012-08-201-2/+7
* load active_support/deprecation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Deprecate Relation#all.Jon Leighton2012-07-271-1/+1
* Add fkey attributes to `join_table` migration generatorAleksey Magusev2012-07-191-3/+3
* revert Default timestamps to non-nullDave Kroondyk2012-07-181-1/+1
* Add join table migration generatorAleksey Magusev2012-07-181-2/+5
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-07-071-2/+4
|\
| * fix AR::SchemaStatements#column_exists? example [ci skip]Francesco Rodriguez2012-06-301-1/+1
| * update AR::SchemaStatements#column_exists? documentation [ci skip]Francesco Rodriguez2012-06-301-2/+4
* | Refactor locked? method in query cacheCarlos Antonio da Silva2012-07-071-5/+2
* | Disable query cache for lock queriesDamir Zekic2012-07-061-1/+9
* | fix quoting for ActiveSupport::Duration instancesFrancesco Rodriguez2012-07-041-1/+1
* | Don't need to use delete in the options hashRafael Mendonça França2012-07-032-3/+2
* | Refactor references schema definitionsAleksey Magusev2012-07-031-18/+12
* | Add references schema statementsAleksey Magusev2012-07-031-0/+37
* | Add more options to column_exists? methodAleksey Magusev2012-06-301-4/+6
|/
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-221-1/+1
* Avoid unnecessary catching of Exception instead of StandardError.Dylan Smith2012-06-171-2/+2
* Simplify AR configuration code.Jon Leighton2012-06-151-6/+8
* Merge pull request #6492 from pmahoney/fair-connection-pool2Rafael Mendonça França2012-06-111-37/+174
|\
| * Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-251-37/+174
* | Symbol responds_to :upcase & :downcase in Ruby >= 1.9Akira Matsuda2012-06-061-1/+1
* | Work around undiagnosed bug that's draining a relation's bind_valuesJeremy Kemper2012-05-311-0/+1
* | SchemaMigration should be loaded lazily.kennyj2012-05-291-1/+0
|/
* Whitespaces :scissors:Rafael Mendonça França2012-05-231-6/+6
* ConnectionPool wait_timeout no longer used for different types of timeouts. #...Jonathan Rochkind2012-05-231-7/+16
* Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool"Rafael Mendonça França2012-05-221-86/+34
* Make connection pool fair with respect to waiting threads.Patrick Mahoney2012-05-201-34/+86
* Synchronize read and modification of @reserved_connections hash to avoid conc...Patrick Mahoney2012-05-191-4/+8
* Integer limit out of range should be allowed to raise. Closes #6272Erich Menge2012-05-161-1/+1
* remove unnecessary 'examples' noise [ci skip]Vijay Dev2012-05-112-28/+18
* Merge pull request #5362 from zenprogrammer/quoting_bugAaron Patterson2012-05-091-0/+1
|\
| * Fixed bug in Quoting that caused classes to be quoted incorrectlyRyan Oblak2012-03-091-0/+1
* | Refactored remove_columnEdgars Beigarts2012-05-022-3/+1
* | Remove unused assignmentsMark Rushakoff2012-04-291-5/+3
* | Merge pull request #5698 from dougcole/support_postgresql_partitioningAaron Patterson2012-04-271-2/+2
|\ \
| * | add use_returning as a postgresql connection configDoug Cole2012-03-311-2/+2
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-181-1/+1
|\ \ \
| * | | Fix typo on the add_index.kennyj2012-04-131-1/+1
* | | | opening a connection will block if the pool is fullAaron Patterson2012-04-151-20/+39
* | | | Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-142-4/+21
|/ / /
* | | Fix delete_all when chained with joins.Rafael Mendonça França2012-04-101-3/+17
* | | Merge pull request #5716 from jurriaan/tr-gsub-cleanupSantiago Pastorino2012-04-041-1/+1
|\ \ \
| * | | Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
| |/ /
* / / Remove unnecessary articles.Waseem Ahmad2012-04-031-3/+3
|/ /