aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* getting started page rails version update to 5.2.1Madogiwa2018-10-071-1/+1
* Unlock pg versonyuuji.yaginuma2018-09-152-5/+5
* Bump marcel for significant gem size reductionGeorge Claghorn2018-09-141-1/+1
* Merge pull request #33878 from kamipo/fallback_to_unprepared_statementRyuta Kamizono2018-09-155-7/+19
|\
| * Fallback to unprepared statement only when bind params limit is exceededRyuta Kamizono2018-09-145-7/+19
* | Add test for `config.active_storage.routes_prefix`yuuji.yaginuma2018-09-151-0/+18
* | Merge pull request #33883 from cbisnett/active_storage_route_prefix_configura...George Claghorn2018-09-145-12/+27
|\ \
| * | Configure Active Storage route prefixChris Bisnett2018-09-145-12/+27
* | | Update associations.rb API documentation [ci skip] (#33857)Lucas Brandt2018-09-151-0/+1
* | | Merge pull request #33884 from printercu/patch-3Ryuta Kamizono2018-09-151-10/+10
|\ \ \ | |/ / |/| |
| * | [ci skip] Fix documentation for Response#content_typeprintercu2018-09-141-10/+10
|/ /
* | Add `:redis_cache_store` to `config.cache_store` options [ci skip]yuuji.yaginuma2018-09-141-1/+1
* | Merge pull request #33879 from yahonda/another_33876Ryuta Kamizono2018-09-143-3/+3
|\ \
| * | Remove mysql2 gem version requirement "< 0.6.0"Yasuo Honda2018-09-143-3/+3
* | | SQLite3: Support multiple args function for expression indexesRyuta Kamizono2018-09-144-23/+28
|/ /
* | Make sure the flash method is defined even if helpers are not presentRafael Mendonça França2018-09-132-6/+11
* | Enable `sudo` only in the required buildyuuji.yaginuma2018-09-141-4/+21
* | Merge pull request #33874 from gkemmey/sqlite-expression-indexesRafael França2018-09-135-6/+70
|\ \ | |/ |/|
| * SQLite3 adapter supports expression indexesgkemmey2018-09-135-6/+70
* | Merge pull request #33875 from yahonda/drop_mysql_51_supportRyuta Kamizono2018-09-142-2/+2
|\ \
| * | Bump MySQL version requirement to 5.5.8 in the template filesYasuo Honda2018-09-132-2/+2
* | | Merge pull request #33800 from aeroastro/feature/doc-change-for-blankXavier Noria2018-09-131-1/+1
|\ \ \
| * | | Revert falsey with example reorderedTakumasa Ochi2018-09-141-2/+2
| * | | Improve API document on Object#blank?Takumasa Ochi2018-09-061-2/+2
* | | | Merge pull request #33569 from eric-hemasystems/conditional-flash-helperRafael França2018-09-132-3/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | Conditionally use `helper_method` in Flash concernEric Anderson2018-08-092-3/+13
* | | | Merge pull request #33871 from gregmolnar/database_configurationsEileen M. Uchitelle2018-09-131-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | add `any?` to DatabaseConfigurationsGreg Molnar2018-09-131-0/+1
* | | | Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacksRafael Mendonça França2018-09-134-1/+32
|\ \ \ \
| * | | | Allow subclasses to redefine autosave callbacks for associated recordsAndrey Subbota2018-07-274-1/+32
* | | | | Merge pull request #33853 from yahonda/use_utf8mb4_only_if_availableJeremy Daer2018-09-133-4/+19
|\ \ \ \ \
| * | | | | Drop MySQL 5.1 supportYasuo Honda2018-09-132-2/+6
| * | | | | Raise an exception if :charset is not specified and large prefixes / utf8mb4 ...Yasuo Honda2018-09-131-1/+1
| * | | | | Validate if `utf8mb4` character set and longer index key prefix is supportedYasuo Honda2018-09-132-2/+13
* | | | | | Merge pull request #33872 from sharang-d/fix-typoRafael França2018-09-131-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update arguments.rb [ci skip]Sharang Dashputre2018-09-131-1/+1
|/ / / / /
* | | | | Merge pull request #33869 from bogdanvlviv/add-changelog-entries-for-33849Ryuta Kamizono2018-09-132-0/+8
|\ \ \ \ \
| * | | | | Add changelog entries for #33849 [ci skip]bogdanvlviv2018-09-132-0/+8
|/ / / / /
* | | | | Merge pull request #33844 from kamipo/too_many_eager_load_idsRyuta Kamizono2018-09-136-5/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Eager loading/preloading should be worked regardless of large number of recordsRyuta Kamizono2018-09-126-5/+29
* | | | | Merge pull request #33860 from jhawthorn/faster_find_templatesRafael França2018-09-121-13/+53
|\ \ \ \ \
| * | | | | Fix for variants: :any special caseJohn Hawthorn2018-09-121-1/+3
| * | | | | Use wildcard glob for optimized template resolvingJohn Hawthorn2018-09-121-13/+51
* | | | | | Add a test that exercice better the behavior we expect in the query cacheRafael Mendonça França2018-09-121-2/+43
* | | | | | Merge pull request #33849 from ricardotk002/include-helpers-action-dispatch-i...Rafael França2018-09-122-1/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Include test helpers when ActionDispatch::IntegrationTest is loadedRicardo Díaz2018-09-122-1/+8
* | | | | | Merge pull request #33854 from rigani/integer-multipleRafael França2018-09-121-1/+1
|\ \ \ \ \ \
| * | | | | | Faster multiple_of? methodrigani2018-09-121-1/+1
* | | | | | | Merge pull request #33832 from bogdanvlviv/follow-up-33756Rafael França2018-09-125-31/+55
|\ \ \ \ \ \ \
| * | | | | | | Add mention about `ActiveRecord::Base::filter_attributes` to the changelog entrybogdanvlviv2018-09-122-8/+13