aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #19962 from prathamesh-sonpatki/nodoc-validate-index-lengthYves Senn2015-04-301-1/+1
|\ \
| * | Nodoc validate_index_length! methodPrathamesh Sonpatki2015-04-301-1/+1
| |/
* / Added documentation for PostGreSQL database_statements [ci skip]Prathamesh Sonpatki2015-04-302-2/+5
|/
* Don't document internal monkey patch for mysql gem [ci skip]Zachary Scott2015-04-261-1/+3
* use a more descriptive example. [ci skip]Yves Senn2015-04-241-6/+4
* docs for `create_table` and non-int primary keys. [ci skip]Yves Senn2015-04-241-0/+17
* Fix missing index when using timestamps with indexPaul Mucur2015-04-151-0/+1
* Document that partial indexes are only supported by Postgres and SQLite.Grey Baker2015-04-131-0/+2
* Add a note regarding add_column restricted API [ci skip]Zachary Scott2015-04-121-0/+4
* fix documentation for SchemaStatements#add_foreign_keySimon Stemplinger2015-04-081-2/+2
* Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-072-0/+39
|\
| * Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-062-0/+39
* | Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_runRafael Mendonça França2015-04-061-2/+2
|\ \
| * | Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-221-2/+2
* | | No need to document drop_table in the PostgreSQLAdapterRafael Mendonça França2015-04-063-9/+8
* | | change the explanation of :if_exists option [ci skip]Mehmet Emin İNAÇ2015-04-062-2/+2
* | | drop_table method documentation for mysql and postgresql adapters [ci skip]Mehmet Emin İNAÇ2015-04-062-0/+19
* | | use singular table name if pluralize_table_names is setted as false while cre...Mehmet Emin İNAÇ2015-04-062-2/+5
* | | Freeze static arguments for gsubbrainopia2015-04-022-3/+3
* | | Prefer string patterns for gsubbrainopia2015-04-022-2/+2
* | | Make method as nodoc since we are already docummenting at AbstractAdapterRafael Mendonça França2015-03-311-1/+1
* | | Reduce memory usage when loading types in PGSean Griffin2015-03-292-8/+26
* | | PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-253-147/+10
* | | PostgreSQL, Add input type casts for primitive types.Lars Kanis2015-03-251-0/+10
* | | PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-253-10/+10
* | | [ci skip] Remove unacceptable method nameyui-knk2015-03-241-1/+1
* | | Merge pull request #19449 from Gaurav2728/gaurav-unavailable_linkRafael Mendonça França2015-03-231-2/+1
|\ \ \
| * | | remove old unavailable link with relevant fixGaurav Sharma2015-03-231-2/+1
| |/ /
* / / update mysql link that has been replacedGaurav Sharma2015-03-231-1/+1
|/ /
* | Delegate limit to subtypewallerjake2015-03-211-1/+1
* | Don't cast nil to string in pg enumsSean Griffin2015-03-191-1/+3
* | Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-192-4/+4
* | Updated MySQL documentation link to latest version MySQL 5.6 [ci skip]amitkumarsuroliya2015-03-191-2/+2
* | Updated MySQL documentation link for STRICT_ALL_TABLESamitkumarsuroliya2015-03-191-1/+1
* | Materialize subqueries by adding `DISTINCT`Yasuo Honda2015-03-161-1/+3
* | Fix before_commit when updating a record on the callbackArthur Neves2015-03-141-23/+22
* | Require pg~>0.18 to ensure Ruby 2.2 compatibilityMatt Brictson2015-03-111-2/+2
* | pg, `disable_referential_integrity` only catches AR errors.Yves Senn2015-03-111-2/+2
* | fix typo in transaction argument. Closes #19265.Yves Senn2015-03-111-1/+1
|/
* Correctly dump `serial` and `bigserial`Ryuta Kamizono2015-03-044-4/+29
* Add `Column#bigint?` methodRyuta Kamizono2015-03-043-3/+7
* Merge pull request #19171 from JuanitoFatas/doc/more-examplesSean Griffin2015-03-021-0/+16
|\
| * Add more documents for AR connection_adapters abstract schema_definitions. [c...Juanito Fatas2015-03-031-0/+16
* | Revert "delete unused method"Carlos Antonio da Silva2015-03-021-0/+4
* | Revert "mutate the transaction object to reflect state"Aaron Patterson2015-03-021-29/+25
* | delete unused methodAaron Patterson2015-03-021-4/+0
* | mutate the transaction object to reflect stateAaron Patterson2015-03-021-25/+21
* | ask the txn for it's state, not a state objectAaron Patterson2015-03-021-0/+8
* | change if! to unlessAaron Patterson2015-03-021-1/+1
* | Merge pull request #19172 from JuanitoFatas/doc/fix-typoRichard Schneeman2015-03-021-2/+2
|\ \