Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #14938 from thedarkone/pool-lock-fix | Matthew Draper | 2015-05-16 | 3 | -86/+407 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | AR::ConPool - remove synchronization around connection cache. | thedarkone | 2015-05-14 | 2 | -80/+304 | |
| * | | | | | | AR::ConPool - establish connections outside of critical section. | thedarkone | 2015-05-14 | 1 | -27/+101 | |
| * | | | | | | AR::ConPool - reduce post checkout critical section. | thedarkone | 2015-05-14 | 2 | -13/+35 | |
* | | | | | | | Remove redundant require 'set' lines | Mehmet Emin İNAÇ | 2015-05-15 | 3 | -3/+0 | |
* | | | | | | | Merge pull request #20113 from claudiob/remove-rails31-refs | Yves Senn | 2015-05-14 | 2 | -18/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | [ci skip] Remove comments about Rails 3.1 | claudiob | 2015-05-11 | 2 | -18/+3 | |
* | | | | | | | Merge pull request #20121 from matthewrudy/remove-sanitize-hash | Sean Griffin | 2015-05-13 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | remove documentation for sanitize_sql_for_conditions with a Hash | Matthew Rudy Jacobs | 2015-05-12 | 1 | -2/+1 | |
| * | | | | | | | Remove call to sanitize_sql_hash_for_conditions | Matthew Rudy Jacobs | 2015-05-12 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | invalid sti error message contains the full class name. | Yves Senn | 2015-05-13 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'sti-subclass-from-attributes' of https://github.com/agrobbin/ra... | Yves Senn | 2015-05-13 | 1 | -6/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | allow setting of a demodulized class name when using STI | Alex Robbin | 2015-05-11 | 1 | -6/+8 | |
* | | | | | | | | :nodoc: postgresql add_column | Tony Miller | 2015-05-13 | 1 | -3/+1 | |
* | | | | | | | | Merge pull request #20126 from drcapulet/master | Rafael Mendonça França | 2015-05-13 | 1 | -9/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add full set of MySQL CLI options to support SSL authentication when using db... | Alex Coomans | 2015-05-12 | 1 | -9/+15 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #20131 from vngrs/missing_doc_about_assign_attribute | Rafael Mendonça França | 2015-05-12 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add more detailed comment about _assign_attribute method [ci skip] | Mehmet Emin İNAÇ | 2015-05-13 | 1 | -1/+2 | |
| |/ / / / / / / | ||||||
* / / / / / / / | Refactor abstract_mysql_adapter type_to_sql method | Mehmet Emin İNAÇ | 2015-05-13 | 1 | -21/+33 | |
|/ / / / / / / | ||||||
* / / / / / / | [ci skip] Fix comment, since Rails 3.1 is out | claudiob | 2015-05-11 | 1 | -2/+1 | |
|/ / / / / / | ||||||
* | | | | | | [ci skip] Stop explaining finders for Rails 3 | claudiob | 2015-05-10 | 1 | -14/+2 | |
* | | | | | | [ci skip] Fix comment of `ActiveRecord::Associations#association_instance_get` | yui-knk | 2015-05-11 | 1 | -1/+1 | |
* | | | | | | change GeneratedFeatureMethods to GeneratedAssociationMethods in docs | Rob Looby | 2015-05-08 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | :nodoc: rename_column in postgresql/schema_statements.rb | Tony Miller | 2015-05-08 | 1 | -1/+1 | |
* | | | | | Merge pull request #20047 from mcfiredrill/make-subquery-for-private | Rafael Mendonça França | 2015-05-06 | 1 | -13/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | make AbstractAdapter#subquery_for private | Tony Miller | 2015-05-06 | 1 | -13/+13 | |
* | | | | | | copy-edits the docs of dump_schemas [ci skip] | Xavier Noria | 2015-05-06 | 1 | -3/+4 | |
* | | | | | | Merge pull request #20025 from kamipo/dont_use_exec_query_for_performance | Matthew Draper | 2015-05-05 | 2 | -22/+17 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use `select_value` for avoid `ActiveRecord::Result` instance creating | Ryuta Kamizono | 2015-05-05 | 2 | -22/+17 | |
* | | | | | | | Merge pull request #20024 from kamipo/use_select_rows_instead_of_select_one_i... | Matthew Draper | 2015-05-05 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Use `select_rows` instead of `select_one` in `select_value` | Ryuta Kamizono | 2015-05-05 | 1 | -2/+3 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #17632 from eugeneius/schema_cache_dump_connection_pool | Aaron Patterson | 2015-05-04 | 3 | -2/+13 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Apply schema cache dump when creating connections | Eugene Kenny | 2015-04-29 | 3 | -2/+13 | |
* | | | | | | More exercise the create index sql tests | Ryuta Kamizono | 2015-05-04 | 2 | -4/+5 | |
* | | | | | | Do not use options that does not support | Ryuta Kamizono | 2015-05-04 | 1 | -4/+4 | |
* | | | | | | Merge pull request #19994 from kamipo/dump_indexes_in_create_table | Rafael Mendonça França | 2015-05-03 | 1 | -6/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Dump indexes in `create_table` instead of `add_index` | Ryuta Kamizono | 2015-05-03 | 1 | -6/+4 | |
* | | | | | | | Merge pull request #17824 from yuki24/change-record-not-saved-and-not-destroy... | Rafael Mendonça França | 2015-05-03 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | AR::RecordNotSaved & RecordNotDestroyed should include an error message | Yuki Nishijima | 2015-05-01 | 2 | -4/+4 | |
* | | | | | | | | Merge pull request #17569 from kamipo/dump_table_options | Rafael Mendonça França | 2015-05-03 | 3 | -0/+18 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Correctly dump `:options` on `create_table` for MySQL | Ryuta Kamizono | 2015-05-03 | 3 | -0/+18 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #19978 from kamipo/collation_option_support_for_postgresql | Rafael Mendonça França | 2015-05-03 | 8 | -32/+52 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PostgreSQL: `:collation` support for string and text columns | Ryuta Kamizono | 2015-05-04 | 2 | -3/+15 | |
| * | | | | | | | | Move the collation handling code from the MySQL adapter to common classes | Ryuta Kamizono | 2015-05-04 | 7 | -29/+37 | |
* | | | | | | | | | Merge pull request #19989 from kamipo/change_visit_addcolumn_visibilty | Rafael Mendonça França | 2015-05-03 | 3 | -11/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Change the `visit_AddColumn` visiblity for the internal API | Ryuta Kamizono | 2015-05-03 | 3 | -11/+14 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Missing `:bigint` [ci skip] | Ryuta Kamizono | 2015-05-04 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #19988 from kamipo/move_comment_about_microseconds | Zachary Scott | 2015-05-03 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Move comment about microseconds [ci skip] | Ryuta Kamizono | 2015-05-03 | 2 | -2/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | gem 'mysql2', '~> 0.3.18' | Ryuta Kamizono | 2015-05-04 | 1 | -1/+1 |