aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32190 from liwii/use_year_namesRyuta Kamizono2018-06-213-1/+71
|\
| * Add `year_format` option to date_select tag. This option makes it possible to...Koki Ryu2018-06-103-1/+69
* | Merge pull request #33175 from gsamokovarov/fix-actionpack-typoRyuta Kamizono2018-06-211-1/+1
|\ \
| * | Fix a typo in the Action Pack changelog [ci skip]Genadi Samokovarov2018-06-191-1/+1
* | | Merge pull request #33172 from thomasdziedzic-pd/add-use_authenticated_messag...Yuji Yaginuma2018-06-211-0/+2
|\ \ \
| * | | add documentation for config.active_support.use_authenticated_message_encrypt...Thomas Dziedzic2018-06-201-0/+2
|/ / /
* | | Remove all `aliases` passing from `JoinDependency`Ryuta Kamizono2018-06-201-2/+2
* | | Remove useless `aliases` argument from `JoinDependency#construct`Ryuta Kamizono2018-06-201-5/+5
* | | Remove unused `rs` argument from `JoinDependency#construct`Ryuta Kamizono2018-06-201-5/+5
|/ /
* | Convert hashes into parameters (#33076)Kevin Sjöberg2018-06-192-10/+29
* | Merge pull request #33074 from lsylvester/optimize-pluckRafael França2018-06-192-5/+26
|\ \
| * | Avoid creating temporary arrays in ActiveRecord::Result#cast_values in order ...Lachlan Sylvester2018-06-192-5/+26
* | | Merge pull request #33158 from bogdan/cleanup-habtm-builderRyuta Kamizono2018-06-191-37/+16
|\ \ \
| * | | Removed useless utility classes inside HABTM association builderBogdan Gusiev2018-06-191-37/+16
| |/ /
* | | Ensure to calculate column aliases after all table aliases are constructedRyuta Kamizono2018-06-1910-90/+135
* | | Merge pull request #33134 from dasch/dasch/extra-cache-controlsEileen M. Uchitelle2018-06-193-2/+28
|\ \ \ | |/ / |/| |
| * | Add support for more HTTP cache controlsDaniel Schierbeck2018-06-133-2/+28
* | | Merge pull request #33152 from bogdanvlviv/fix-ruby-version-fileRafael França2018-06-182-2/+8
|\ \ \
| * | | Fix Ruby version in `.ruby-version`bogdanvlviv2018-06-182-2/+8
* | | | Merge pull request #33150 from vaidehijoshi/test-journey-or-tokenEileen M. Uchitelle2018-06-181-0/+6
|\ \ \ \
| * | | | Add test case for the `|` token in Journey scannervaidehijoshi2018-06-181-0/+6
|/ / / /
* | | | Merge pull request #33147 from nsgc/add-api-document-about-migration-methodsRyuta Kamizono2018-06-181-0/+5
|\ \ \ \
| * | | | Add docs for ActiveRecord::Migration#say, #say_with_time, #suppress_messages ...Naoki Nishiguchi2018-06-181-0/+5
* | | | | Fix `touch` option to behave consistently with `Persistence#touch` methodRyuta Kamizono2018-06-1810-51/+98
|/ / / /
* / / / Remove unused requireyuuji.yaginuma2018-06-181-1/+0
|/ / /
* | | Fix "warning: Net::HTTPResponse#header is obsolete"yuuji.yaginuma2018-06-171-1/+1
* | | Fix Active Storage configuration example [ci skip]yuuji.yaginuma2018-06-161-2/+2
* | | Merge pull request #33140 from bogdanvlviv/fix-rubocop-violationsYuji Yaginuma2018-06-151-1/+1
|\ \ \
| * | | Fix rubocop violationsbogdanvlviv2018-06-151-1/+1
|/ / /
* | | Merge pull request #33136 from Meekohi/masterRafael França2018-06-141-11/+9
|\ \ \
| * | | Update example for whitelisting arbitrary hashesMichael Holroyd2018-06-141-11/+9
|/ / /
* / / Add missing documentation about `config.action_mailer.preview_interceptors` [...yuuji.yaginuma2018-06-141-0/+6
|/ /
* | Merge pull request #29373 from untidy-hair/store_accessor_enhanceRyuta Kamizono2018-06-135-7/+61
|\ \
| * | Update prefix and allow suffix options for store accessorsYukio Mizuta2018-06-124-5/+59
* | | Merge pull request #33131 from bogdanvlviv/update-active_support_core_extensi...Ryuta Kamizono2018-06-131-76/+56
|\ \ \
| * | | Update "Active Support Core Extensions" Guidebogdanvlviv2018-06-121-76/+56
* | | | Add ability to configure cache notifications infoEileen Uchitelle2018-06-122-7/+37
* | | | Merge pull request #33127 from searls/patch-1Matthew Draper2018-06-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove reference to session_store.rb initializerJustin Searls2018-06-121-1/+1
|/ / /
* | | Merge pull request #33123 from siasmj/masterRyuta Kamizono2018-06-121-1/+1
|\ \ \
| * | | Add comma to example in guides/source/active_storage_overview.md [ci skip]Matt Sias2018-06-111-1/+1
|/ / /
* | | Merge pull request #33121 from bogdanvlviv/add-changelog-for-32956Ryuta Kamizono2018-06-122-1/+7
|\ \ \
| * | | Add changelog for #32956 [ci skip]bogdanvlviv2018-06-122-1/+7
|/ / /
* | | Merge pull request #33120 from bogdanvlviv/fix-active_model-errors-docsRyuta Kamizono2018-06-122-2/+2
|\ \ \
| * | | Fix active_model/errors docs [ci skip]bogdanvlviv2018-06-122-2/+2
* | | | Merge pull request #33119 from utilum/project_names_are_not_codeXavier Noria2018-06-112-5/+5
|\ \ \ \
| * | | | Remove backticks around proejct namesutilum2018-06-112-5/+5
* | | | | Merge pull request #33118 from dan-jensen/fix-eager-load-lockup-bug-in-develo...Rafael França2018-06-112-1/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix bug with eager_load in development environmentDan Jensen2018-06-112-1/+10
* | | | | Merge pull request #33106 from marcandre/datecalcRafael Mendonça França2018-06-111-15/+12
|\ \ \ \ \