aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify and optimize Postgres query for primary_keys()Jordan Lewis2017-02-133-24/+10
* Fix rubocop violationsRafael Mendonça França2017-02-131-3/+3
* Merge pull request #26655 from kamipo/fix_remove_expression_indexRafael França2017-02-132-14/+21
|\
| * Fix `remove_index` to be able to remove expression indexesRyuta Kamizono2016-12-252-14/+21
* | Merge pull request #27981 from kamipo/omit_redundant_using_btreeRafael França2017-02-135-17/+17
|\ \
| * | Omit redundant `using: :btree` for schema dumpingRyuta Kamizono2017-02-135-17/+17
|/ /
* | Merge pull request #27984 from kenta-s/remove-unused-variableRafael França2017-02-131-2/+2
|\ \
| * | Refactor `test_find_by_does_not_use_statement_cache_if_table_name_is_changed`kenta-s2017-02-131-2/+2
|/ /
* | Merge pull request #27122 from kamipo/fix_unscope_with_subqueryRafael França2017-02-132-14/+38
|\ \
| * | Refactor `except_predicates_and_binds` to avoid `tap`Ryuta Kamizono2017-02-131-12/+15
| * | Fix unscope with subqueryRyuta Kamizono2016-12-052-10/+31
* | | Merge pull request #26930 from kamipo/index_name_exists_defaultRafael França2017-02-136-27/+37
|\ \ \
| * | | Deprecate passing `default` to `index_name_exists?`Ryuta Kamizono2017-02-134-5/+21
| * | | The `default` arg of `index_name_exists?` makes to optionalRyuta Kamizono2017-02-135-24/+18
* | | | Merge pull request #26630 from kamipo/quoted_binaryRafael França2017-02-134-20/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Extract `quoted_binary` and use it rather than override `_quote`Ryuta Kamizono2016-09-274-20/+17
* | | | Schema dumping support for PostgreSQL oid typeRyuta Kamizono2017-02-128-13/+33
* | | | Schema dumping support for PostgreSQL interval typeRyuta Kamizono2017-02-128-21/+36
* | | | Deprecate `supports_primary_key?`Ryuta Kamizono2017-02-126-28/+21
* | | | Remove unused requireRyuta Kamizono2017-02-128-11/+0
* | | | Merge pull request #27982 from Edouard-chin/removes-extra-require-callRafael França2017-02-122-2/+0
|\ \ \ \
| * | | | Also not needed on this file, call to `mattr_accessor` got removed in https:/...Edouard CHIN2017-02-121-1/+0
| * | | | Removed the `attribute_accessors` required file:Edouard CHIN2017-02-121-1/+0
* | | | | Make `table_name=` reset current statement cachenamusyaka2017-02-123-0/+32
|/ / / /
* | | | Merge pull request #27973 from kenta-s/add-missing-test-for-time-blankAndrew White2017-02-121-1/+1
|\ \ \ \
| * | | | Add Time#blank? to blank_testkenta-s2017-02-121-1/+1
* | | | | Merge pull request #27974 from kamipo/add_new_rubocop_ruleXavier Noria2017-02-1212-11/+4
|\ \ \ \ \
| * | | | | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-1212-11/+4
| |/ / / /
* | | | | document link processing in guides generation [ci skip]Xavier Noria2017-02-121-2/+42
* | | | | refactors and fixes in guides generation [ci skip]Xavier Noria2017-02-127-162/+124
|/ / / /
* | | | Deprecate calling `attr_will_change!` with non-attributesSean Griffin2017-02-113-3/+26
* | | | [ci skip] Fully qualify missing template error.Kasper Timm Hansen2017-02-111-1/+1
* | | | Merge pull request #27870 from kenta-s/get-todo-done-in-render_testKasper Timm Hansen2017-02-112-2/+3
|\ \ \ \
| * | | | Add information on `:formats` option in action_view_overview.mdkenta-s2017-02-062-2/+3
* | | | | Fix bigint primary key with unsignedRyuta Kamizono2017-02-102-12/+24
* | | | | Test with the newest i18nAkira Matsuda2017-02-111-1/+1
* | | | | Merge pull request #27904 from kenta-s/add-methods-back-to-array-delegation-f...Eileen M. Uchitelle2017-02-102-1/+3
|\ \ \ \ \
| * | | | | Delegate `to_sentence` and `to_fomatted_s` to `records`kenta-s2017-02-042-1/+3
* | | | | | Merge pull request #27959 from y-yagi/use_released_resqueKasper Timm Hansen2017-02-102-13/+8
|\ \ \ \ \ \
| * | | | | | Use released resqueyuuji.yaginuma2017-02-102-13/+8
|/ / / / / /
* | | | | | Merge pull request #27957 from kamipo/fix_test_composite_primary_key_out_of_o...Rafael França2017-02-092-10/+18
|\ \ \ \ \ \
| * | | | | | Revert "Simplify and speed up Postgres query for primary_keys"Ryuta Kamizono2017-02-101-8/+10
| * | | | | | Fix `test_composite_primary_key_out_of_order`Ryuta Kamizono2017-02-101-2/+8
* | | | | | | Fix rubocop violationsRafael Mendonça França2017-02-093-13/+15
|/ / / / / /
* | | | | | Merge pull request #27950 from st0012/update-configuration-guideRafael França2017-02-091-0/+5
|\ \ \ \ \ \
| * | | | | | Update configuration guide about ActiveRecord's config option.Stan Lo2017-02-101-0/+5
|/ / / / / /
* | | | | | Merge pull request #27954 from maclover7/jm-fix-26404Jon Moss2017-02-091-0/+10
|\ \ \ \ \ \
| * | | | | | Add note about breakage in file uploads in controller tests to upgradingJon Moss2017-02-091-0/+10
* | | | | | | Simplify and speed up Postgres query for primary_keysJordan Lewis2017-02-092-10/+17
* | | | | | | Merge pull request #27952 from dijonkitchen/patch-1Eileen M. Uchitelle2017-02-091-1/+1
|\ \ \ \ \ \ \