aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Remove `ActiveSupport::Concern` from `ActiveRecord::Aggregations`Ryuta Kamizono2018-06-261-2/+0
* | | | | | | | | | | Merge pull request #33224 from mikepmunroe/mm-no-touching-api-updateRyuta Kamizono2018-06-261-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add example for no_touching? in active_record/no_touching for api docs [ci skip]Michael Munroe2018-06-251-0/+7
|/ / / / / / / / / / /
* / / / / / / / / / / Generate a new key for each service testGeorge Claghorn2018-06-256-20/+20
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #33221 from rails/lazy-aggregateAaron Patterson2018-06-252-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Lazily add `Aggregations` to `composed_of` modelsAaron Patterson2018-06-252-1/+5
* | | | | | | | | | | Allow passing multiple exceptions to retry_on/discard_onGeorge Claghorn2018-06-253-7/+32
|/ / / / / / / / / /
* | | | | | | | | | `references(:developers_projects_join)` isn't needed if using `where` with ha...Ryuta Kamizono2018-06-261-16/+2
* | | | | | | | | | Use `reflection.alias_candidate` in `table_alias_for`Ryuta Kamizono2018-06-261-1/+1
|/ / / / / / / / /
* | | | | | | | | Revert "Avoid Node.js v10.4.0 for now"yuuji.yaginuma2018-06-251-1/+1
* | | | | | | | | Merge pull request #33191 from bogdanvlviv/change-rails_welcome-image-on-loca...George Claghorn2018-06-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Changes Rails Welcome image on localhost:3000bogdanvlviv2018-06-221-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Add an assertion that `credentials:edit` works when `RAILS_MASTER_KEY` env is...yuuji.yaginuma2018-06-241-1/+1
* | | | | | | | | Merge pull request #33205 from ishanray/patch-1Ryuta Kamizono2018-06-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update service.rbishanray2018-06-241-1/+1
|/ / / / / / / / /
* | | | | | | | | Fix formatting of `primary_key` [ci skip]yuuji.yaginuma2018-06-241-2/+2
* | | | | | | | | Merge pull request #33204 from utilum/bump_raabroYuji Yaginuma2018-06-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update raabro to latest versionutilum2018-06-231-1/+1
|/ / / / / / / / /
* | | | | | | | | OS X -> macOS [Closes #30313]Xavier Noria2018-06-234-6/+6
* | | | | | | | | Merge pull request #33198 from henrik/patch-1George Claghorn2018-06-221-1/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Active Storage: Explicit form field in basic exampleHenrik Nyh2018-06-221-1/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #33184 from bogdanvlviv/document-year_format-option-of-dat...Prem Sichanugrist2018-06-221-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Add to docs mention about `:year_format` option of date selectbogdanvlviv2018-06-221-0/+4
|/ / / / / / / /
* | | | | | | | Add missing test case for `find` with a large numberRyuta Kamizono2018-06-221-0/+6
* | | | | | | | Permit configuring the default service URL expiryGeorge Claghorn2018-06-219-10/+17
* | | | | | | | Merge pull request #33176 from utilum/bump_fugitYuji Yaginuma2018-06-211-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Update fugit to latest versionutilum2018-06-211-2/+2
|/ / / / / / / /
* | | | | | | | 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