Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #33191 from bogdanvlviv/change-rails_welcome-image-on-loca... | George Claghorn | 2018-06-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Changes Rails Welcome image on localhost:3000 | bogdanvlviv | 2018-06-22 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Add an assertion that `credentials:edit` works when `RAILS_MASTER_KEY` env is... | yuuji.yaginuma | 2018-06-24 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #33205 from ishanray/patch-1 | Ryuta Kamizono | 2018-06-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update service.rb | ishanray | 2018-06-24 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Fix formatting of `primary_key` [ci skip] | yuuji.yaginuma | 2018-06-24 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #33204 from utilum/bump_raabro | Yuji Yaginuma | 2018-06-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update raabro to latest version | utilum | 2018-06-23 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | OS X -> macOS [Closes #30313] | Xavier Noria | 2018-06-23 | 4 | -6/+6 | |
* | | | | | | | | | Merge pull request #33198 from henrik/patch-1 | George Claghorn | 2018-06-22 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Active Storage: Explicit form field in basic example | Henrik Nyh | 2018-06-22 | 1 | -1/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #33184 from bogdanvlviv/document-year_format-option-of-dat... | Prem Sichanugrist | 2018-06-22 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add to docs mention about `:year_format` option of date select | bogdanvlviv | 2018-06-22 | 1 | -0/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Add missing test case for `find` with a large number | Ryuta Kamizono | 2018-06-22 | 1 | -0/+6 | |
* | | | | | | | | Permit configuring the default service URL expiry | George Claghorn | 2018-06-21 | 9 | -10/+17 | |
* | | | | | | | | Merge pull request #33176 from utilum/bump_fugit | Yuji Yaginuma | 2018-06-21 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update fugit to latest version | utilum | 2018-06-21 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #32190 from liwii/use_year_names | Ryuta Kamizono | 2018-06-21 | 3 | -1/+71 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add `year_format` option to date_select tag. This option makes it possible to... | Koki Ryu | 2018-06-10 | 3 | -1/+69 | |
* | | | | | | | | | Merge pull request #33175 from gsamokovarov/fix-actionpack-typo | Ryuta Kamizono | 2018-06-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix a typo in the Action Pack changelog [ci skip] | Genadi Samokovarov | 2018-06-19 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #33172 from thomasdziedzic-pd/add-use_authenticated_messag... | Yuji Yaginuma | 2018-06-21 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | add documentation for config.active_support.use_authenticated_message_encrypt... | Thomas Dziedzic | 2018-06-20 | 1 | -0/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Remove all `aliases` passing from `JoinDependency` | Ryuta Kamizono | 2018-06-20 | 1 | -2/+2 | |
* | | | | | | | | | | Remove useless `aliases` argument from `JoinDependency#construct` | Ryuta Kamizono | 2018-06-20 | 1 | -5/+5 | |
* | | | | | | | | | | Remove unused `rs` argument from `JoinDependency#construct` | Ryuta Kamizono | 2018-06-20 | 1 | -5/+5 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Convert hashes into parameters (#33076) | Kevin Sjöberg | 2018-06-19 | 2 | -10/+29 | |
* | | | | | | | | | Merge pull request #33074 from lsylvester/optimize-pluck | Rafael França | 2018-06-19 | 2 | -5/+26 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Avoid creating temporary arrays in ActiveRecord::Result#cast_values in order ... | Lachlan Sylvester | 2018-06-19 | 2 | -5/+26 | |
* | | | | | | | | | | Merge pull request #33158 from bogdan/cleanup-habtm-builder | Ryuta Kamizono | 2018-06-19 | 1 | -37/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Removed useless utility classes inside HABTM association builder | Bogdan Gusiev | 2018-06-19 | 1 | -37/+16 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Ensure to calculate column aliases after all table aliases are constructed | Ryuta Kamizono | 2018-06-19 | 10 | -90/+135 | |
* | | | | | | | | | | Merge pull request #33134 from dasch/dasch/extra-cache-controls | Eileen M. Uchitelle | 2018-06-19 | 3 | -2/+28 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add support for more HTTP cache controls | Daniel Schierbeck | 2018-06-13 | 3 | -2/+28 | |
* | | | | | | | | | | Merge pull request #33152 from bogdanvlviv/fix-ruby-version-file | Rafael França | 2018-06-18 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix Ruby version in `.ruby-version` | bogdanvlviv | 2018-06-18 | 2 | -2/+8 | |
* | | | | | | | | | | | Merge pull request #33150 from vaidehijoshi/test-journey-or-token | Eileen M. Uchitelle | 2018-06-18 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add test case for the `|` token in Journey scanner | vaidehijoshi | 2018-06-18 | 1 | -0/+6 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #33147 from nsgc/add-api-document-about-migration-methods | Ryuta Kamizono | 2018-06-18 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add docs for ActiveRecord::Migration#say, #say_with_time, #suppress_messages ... | Naoki Nishiguchi | 2018-06-18 | 1 | -0/+5 | |
* | | | | | | | | | | | | Fix `touch` option to behave consistently with `Persistence#touch` method | Ryuta Kamizono | 2018-06-18 | 10 | -51/+98 | |
|/ / / / / / / / / / / | ||||||
* / / / / / / / / / / | Remove unused require | yuuji.yaginuma | 2018-06-18 | 1 | -1/+0 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Fix "warning: Net::HTTPResponse#header is obsolete" | yuuji.yaginuma | 2018-06-17 | 1 | -1/+1 | |
* | | | | | | | | | | Fix Active Storage configuration example [ci skip] | yuuji.yaginuma | 2018-06-16 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #33140 from bogdanvlviv/fix-rubocop-violations | Yuji Yaginuma | 2018-06-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix rubocop violations | bogdanvlviv | 2018-06-15 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #33136 from Meekohi/master | Rafael França | 2018-06-14 | 1 | -11/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update example for whitelisting arbitrary hashes | Michael Holroyd | 2018-06-14 | 1 | -11/+9 | |
|/ / / / / / / / / / | ||||||
* / / / / / / / / / | Add missing documentation about `config.action_mailer.preview_interceptors` [... | yuuji.yaginuma | 2018-06-14 | 1 | -0/+6 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #29373 from untidy-hair/store_accessor_enhance | Ryuta Kamizono | 2018-06-13 | 5 | -7/+61 | |
|\ \ \ \ \ \ \ \ \ |