aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Remove hard coded references to Active Record in railtiesJosé Valim2013-03-021-2/+2
* Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::TimeTroy Kruthoff2013-03-011-4/+1
* Wrong exception is occured when raising no translatable exceptionkennyj2013-03-011-0/+2
* Support PostgreSQL specific column types when using `change_table`.Yves Senn2013-02-282-6/+22
* 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-272-8/+4
* 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
* | Do not type cast all the database url values.Rafael Mendonça França2013-02-246-32/+29
* | 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-204-5/+34
* | reserve less chars for internal sqlite3 operationsYves Senn2013-02-201-7/+7
* | reserve index name chars for internal rails operationsYves Senn2013-02-203-4/+22
* | Merge pull request #9342 from hone/db_migrate_with_database_urlRafael Mendonça França2013-02-201-1/+1
|\ \
| * | make type_cast_value a class level methodTerence Lee2013-02-211-1/+1
* | | Reduced memory leak problem in transactions by lazily updating AR objects wit...wangjohn2013-02-201-3/+10
|/ /
* | standardize database_configuration to a hashTerence Lee2013-02-211-2/+2
* | descriptive error message when AR adapter was not found. Closes #7313.Yves Senn2013-02-201-2/+5
* | Gist URLs are now namespacedAkira Matsuda2013-02-181-4/+4
* | copy-edits RDoc in fba496fXavier Noria2013-02-161-4/+4
* | Remove valid_type? methodJon Leighton2013-02-154-17/+0
|/
* Revert "Make valid_type? public"Jon Leighton2013-02-154-12/+17
* 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
* Make valid_type? publicSam Ruby2013-02-144-17/+12
* 9253: Before writing a numeric attribute value, ActiveRecord does an implicitRyan Warnick2013-02-131-4/+5
* Merge pull request #9204 from ranjaykrishna/col-probAaron Patterson2013-02-124-0/+15
|\
| * checking in the abstractions for valid type checking:Ranjay Krishna2013-02-124-0/+15
* | 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-072-4/+8
* | Call super to use the abstract adapter implementation insteadCarlos Antonio da Silva2013-02-061-1/+1
* | Add changelog entry for #9203 about schema dumper with db extensionsCarlos Antonio da Silva2013-02-061-2/+2
* | add ActiveRecord::AbstractAdapter#extensions and ActiveRecord::ConnectionAdap...Justin George2013-02-062-0/+15
* | Fix typo :bomb:Rafael Mendonça França2013-01-311-1/+1
* | Fix typoRafael Mendonça França2013-01-311-2/+2
* | Strict regexpRafael Mendonça França2013-01-311-2/+2
* | Extract the value casting to a methodRafael Mendonça França2013-01-311-15/+23
* | DATABASE_URL parsing should turn numeric strings into numeric types, andAaron Stone2013-01-311-0/+19
* | reloading type map on extension changingAaron Patterson2013-01-292-2/+15
* | fixing commentAaron Patterson2013-01-291-1/+1
* | Fix typoRafael Mendonça França2013-01-291-1/+1
* | Only search for enabled extension if the PostgreSQL version supportsRafael Mendonça França2013-01-291-3/+5
* | add API to pg for enabling / disabling hstoreAaron Patterson2013-01-282-0/+25
* | 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-273-0/+20