aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
...
* extract factory method and push common code up to abstract adapterAaron Patterson2013-03-141-2/+5
* Fix typo [ci skip]Carlos Antonio da Silva2013-03-111-1/+1
* promotes change_column_null to the migrations APIXavier Noria2013-03-111-0/+20
* quick pass over the RDoc of schema_statements.rb [ci skip]Xavier Noria2013-03-111-122/+190
* documents how to DROP DEFAULT [ci skip]Xavier Noria2013-03-111-3/+7
* default the reaping frequency to 10 secondsAaron Patterson2013-03-111-1/+1
* Make sure options is a hashRafael Mendonça França2013-03-081-1/+3
* If an index can't be found by column, use the index name.Ezekiel Smithburg2013-03-071-0/+6
* SQLite3 3.6.8+ supports savepointsNeeraj Singh2013-03-071-1/+2
* `Connection#structure_dump` is no longer used. #9518Yves Senn2013-03-061-5/+0
* Support PostgreSQL specific column types when using `change_table`.Yves Senn2013-02-281-4/+8
* update docs, change_table does not use TableDefinition.Yves Senn2013-02-281-3/+3
* Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"Steve Klabnik2013-02-271-8/+2
* Fix default output for postgres network address typesErik Peterson2013-02-261-0/+11
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-02-261-1/+1
|\
| * Typo fixCarson McDonald2013-02-251-1/+1
* | Indent comment block by two spaces.Marc Schütz2013-02-211-4/+4
* | Add more documentation for create_join_table.Marc Schütz2013-02-201-0/+8
* | also rename indexes when a table or column is renamedYves Senn2013-02-201-0/+22
* | reserve index name chars for internal rails operationsYves Senn2013-02-202-3/+14
* | Reduced memory leak problem in transactions by lazily updating AR objects wit...wangjohn2013-02-201-3/+10
* | Gist URLs are now namespacedAkira Matsuda2013-02-181-4/+4
|/
* Revert "Revert "Merge pull request #9206 from ranjaykrishna/use_define_method""Jon Leighton2013-02-151-18/+13
* Revert "Merge pull request #9206 from ranjaykrishna/use_define_method"Jon Leighton2013-02-151-13/+18
* Merge pull request #9206 from ranjaykrishna/use_define_methodCarlos Antonio da Silva2013-02-121-18/+13
|\
| * reverted back our changes and added in the new define_methodRanjay Krishna2013-02-121-18/+13
* | active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-2/+8
* | updates a dynamic method heredoc docXavier Noria2013-01-281-2/+2
* | explains why the query cache checks arel.lockedXavier Noria2013-01-281-0/+2
* | Fix typo: adaptors => adapters [ci skip]Carlos Antonio da Silva2013-01-271-1/+1
* | Fix cases where delete_records on a has_many association caused errorsDerek Kraan2013-01-271-0/+12
* | Default dead_connection_timeout to 5Akira Matsuda2013-01-241-1/+1
* | Add postgresql range types supportbUg2013-01-231-0/+3
* | Refactored transaction state into its own object. Each transaction creates a ...wangjohn2013-01-211-5/+24
|/
* Created state for a transaction and added tests.wangjohn2013-01-201-0/+12
* fix anonymous class issueDavid2013-01-201-0/+1
* These are already required through AS/railsAkira Matsuda2013-01-071-1/+0
* Fix calling quote column name in interpolated stringCarlos Antonio da Silva2012-12-211-1/+1
* Differentiate between remove_column and remove_columns. Make remove_column re...Marc-Andre Lafortune2012-12-212-7/+20
* Make drop_table reversible [#8267]Marc-Andre Lafortune2012-12-211-0/+4
* Add drop_join_table [#8267]Marc-Andre Lafortune2012-12-211-0/+11
* Simplify change_table and avoid duplicated logicMarc-Andre Lafortune2012-12-211-14/+2
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-9/+16
* Move to the schema-migrations-metadata branch.Jeremy Kemper2012-12-091-4/+4
* revises a RDoc example to make it idiomaticXavier Noria2012-12-071-8/+8
* Use CURRENT_TIMESTAMP since it has apparently better cross db supportCarlos Antonio da Silva2012-12-061-1/+1
* Add migration history to schema.rb dumpJosh Susser2012-12-021-2/+2
* Add metadata to schema_migrationsJosh Susser2012-12-011-3/+3
* Fix memory leak in development modeJon Leighton2012-11-301-8/+11
* schema cache already has the columns as a hash, so use thatAaron Patterson2012-11-251-1/+1