aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* speed up fixture loading by querying the schema cache for column namesAaron Patterson2012-11-251-1/+1
* TypoChris Patuzzo2012-11-211-1/+1
* Add rename_index to change_table.Jarek Radosz2012-11-191-0/+8
* Properly deprecate ConnectionHandler#connection_poolsJon Leighton2012-11-091-6/+14
* Check if the options value is present before to send the deprecationRafael Mendonça França2012-11-031-4/+6
* Remove old commentRafael Mendonça França2012-11-021-1/+1
* Deprecate passing a string as third argument of `add_index`Rafael Mendonça França2012-11-021-0/+6
* Raise an ArgumentError when passing an invalid option to add_indexRafael Mendonça França2012-11-021-1/+4
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-033-46/+46
|\
| * Migration of docs to 1.9 hash syntaxAvnerCohen2012-10-233-46/+46
* | raise `ArgumentError` when redefining the primary key column. Closes #6378Yves Senn2012-10-281-0/+9