aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26151 from kamipo/avoid_to_allow_unused_splat_argsRafael França2016-08-161-3/+1
|\
| * Avoid to allow unused splat args for `t.timestamps` in `create_table`Ryuta Kamizono2016-08-141-3/+1
* | Merge pull request #26155 from kamipo/refactor_quoted_columns_for_indexRafael Mendonça França2016-08-162-29/+25
|\ \
| * | Refactor `quoted_columns_for_index` by extracted `add_options_for_index_columns`Ryuta Kamizono2016-08-142-29/+25
| |/
* | Merge pull request #26019 from agrobbin/schema-load-unique-column-indicesRafael França2016-08-162-3/+3
|\ \
| * | support multiple indexes on the same column when loading the schemaAlex Robbin2016-08-022-3/+3
* | | Add three new rubocop rulesRafael Mendonça França2016-08-169-30/+30
| |/ |/|
* | Fix a NoMethodError schema_statements.rbGenadi Samokovarov2016-08-101-1/+1
* | Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-2/+4
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* | Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_nodeSean Griffin2016-08-062-6/+2
|\ \
| * | Don't passing a nil value to `case_sensitive_comparison`Ryuta Kamizono2016-08-062-6/+2
* | | applies remaining conventions across the projectXavier Noria2016-08-068-70/+62
* | | normalizes indentation and whitespace across the projectXavier Noria2016-08-0636-1092/+1092
* | | remove redundant curlies from hash argumentsXavier Noria2016-08-061-6/+4
* | | modernizes hash syntax in activerecordXavier Noria2016-08-067-18/+18
* | | applies new string literal convention in activerecord/libXavier Noria2016-08-0636-395/+395
|/ /
* | Merge pull request #26051 from kamipo/make_name_and_binds_to_optional_argsEileen M. Uchitelle2016-08-053-6/+6
|\ \
| * | Make `name` and `binds` to optional args for `exec_{insert,update,delete}`Ryuta Kamizono2016-08-043-6/+6
* | | Leave internal pgsql name intact as const referenceDavid Heinemeier Hansson2016-08-041-2/+2
* | | The problem isn't the detection but the deadlock itselfDavid Heinemeier Hansson2016-08-042-4/+4
|/ /
* | Merge pull request #25107 from Erol/introduce-new-ar-transaction-error-classesRafael Mendonça França2016-08-032-2/+5
|\ \
| * | Introduce new ActiveRecord transaction error classesErol Fornoles2016-05-242-2/+5
* | | Remove extra connection pool creationArthur Neves2016-08-021-1/+0
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-08-021-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix documentation of `index` option for the `add_reference` method [ci skip]Prathamesh Sonpatki2016-07-161-1/+1
* | | Merge pull request #25937 from kamipo/remove_prepare_binds_for_databaseRafael França2016-07-283-6/+2
|\ \ \
| * | | Remove `prepare_binds_for_database` internal methodRyuta Kamizono2016-07-283-6/+2
* | | | Merge pull request #25340 from kamipo/prevent_table_comment_queryRafael França2016-07-282-3/+13
|\ \ \ \
| * | | | Prevent `table_comment` query if a table doesn't have a commentRyuta Kamizono2016-06-102-3/+13
* | | | | Merge pull request #25974 from kamipo/avoid_calling_current_database_in_table...Rafael França2016-07-281-2/+4
|\ \ \ \ \
| * | | | | Avoid calling `current_database` in `table_comment`Ryuta Kamizono2016-07-281-2/+4
| | |/ / / | |/| | |
* / | | | `@quoted_{column,table}_names` should cache a frozen stringRyuta Kamizono2016-07-283-5/+5
|/ / / /
* | | | Add the TABLE_SCHEMA condition to the SELECT statement in table_comment (#25945)Takeshi AKIMA2016-07-271-1/+2
* | | | Merge pull request #25938 from kamipo/decouple_statement_cache_from_connectio...Rafael França2016-07-271-3/+4
|\ \ \ \
| * | | | Decouple statement cache from connection adapterRyuta Kamizono2016-07-241-3/+4
* | | | | Merge pull request #25408 from kamipo/should_not_reuse_quoted_trueYves Senn2016-07-272-5/+5
|\ \ \ \ \
| * | | | | Quoting booleans should return a frozen stringRyuta Kamizono2016-07-272-5/+5
* | | | | | Merge pull request #25523 from kamipo/extract_quoted_binds_type_casted_bindsSean Griffin2016-07-264-6/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Extract `type_casted_binds` methodRyuta Kamizono2016-07-264-6/+10
* | | | | | adds missing requiresXavier Noria2016-07-241-0/+1
| |/ / / / |/| | | |
* | | | | systematic revision of =~ usage in ARXavier Noria2016-07-233-3/+3
|/ / / /
* | | | Merge pull request #25578 from kamipo/move_warning_about_composite_primary_ke...Rafael França2016-07-202-8/+11
|\ \ \ \
| * | | | Move the warning about composite primary key to `AttributeMethods::PrimaryKey`Ryuta Kamizono2016-07-022-8/+11
* | | | | Merge pull request #25889 from kamipo/do_not_dup_binds_in_to_sqlRafael França2016-07-201-1/+1
|\ \ \ \ \
| * | | | | Do not `binds.dup` in `connection#to_sql`Ryuta Kamizono2016-07-191-1/+1
* | | | | | Merge pull request #25828 from bogdanvlviv/ref_default_sequence_nameRafael França2016-07-201-3/+3
|\ \ \ \ \ \
| * | | | | | Refactored method `ActiveRecord::ConnectionAdapters::PostgreSQL::SchemaStatem...bogdanvlviv2016-07-171-3/+3
* | | | | | | Merge pull request #25869 from kamipo/specificiation_id_was_renamed_to_spec_nameRafael França2016-07-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | `specificiation_id` was renamed to `spec_name`Ryuta Kamizono2016-07-181-1/+1
| |/ / / / / /