| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid creating new Array when looking up already registered detail | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | Merge pull request #36813 from haruyuki97/haruyuki97/fix-comment-in-url-helper | Prem Sichanugrist | 2019-07-30 | 1 | -1/+1 |
|\ |
|
| * | fix a typo [ci skip] | haruyuki97 | 2019-07-30 | 1 | -1/+1 |
* | | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 1 | -1/+1 |
* | | Add AS::TimeZone#match? | Akira Matsuda | 2019-07-29 | 1 | -2/+2 |
|/ |
|
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-27 | 2 | -2/+2 |
* | Merge pull request #36178 from sshaw/fix_time_zone_options_priority | Rafael França | 2019-07-26 | 1 | -3/+4 |
|\ |
|
| * | Update time_zone_options_for_select docs | sshaw | 2019-05-04 | 1 | -3/+4 |
* | | Added a phone_to helper method, on the style of mail_to and sms_to. (#36775) | Pietro Moro | 2019-07-26 | 1 | -0/+47 |
* | | Add a default value for arg `format` in `ActionView::Digestor.digest()` | Sharang Dashputre | 2019-07-26 | 1 | -1/+1 |
* | | Merge pull request #35334 from sharang-d/digest-doc-update | Rafael França | 2019-07-26 | 1 | -3/+4 |
|\ \ |
|
| * | | Update comment for ActionView::Digestor.digest [ci skip] | Sharang Dashputre | 2019-04-16 | 1 | -3/+4 |
* | | | Merge pull request #36576 from mtsmfm/mtsmfm/fix-fixture-resolver | Rafael Mendonça França | 2019-07-25 | 1 | -13/+25 |
|\ \ \ |
|
| * | | | Support :any variants for FixtureResolver | Fumiaki MATSUSHIMA | 2019-06-30 | 1 | -13/+25 |
* | | | | Merge pull request #36412 from robotdana/compact_blank | Rafael Mendonça França | 2019-07-25 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Use compact_blank throughout rails | Dana Sherson | 2019-06-05 | 1 | -1/+1 |
* | | | | | Merge pull request #36467 from spk/add-doc-host-protocol-asset_path | Rafael França | 2019-07-24 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | Add documentation on actionview asset_path with host and protocol | Laurent Arnoud | 2019-06-12 | 1 | -0/+2 |
| |/ / / / |
|
* | | | | | Fix broken rdoc for UrlHelper [ci skip] | Ryuta Kamizono | 2019-07-24 | 1 | -6/+6 |
* | | | | | Fix argument in doc sample of new `sms_to` helper [ci skip] | Carlos Antonio da Silva | 2019-07-19 | 1 | -1/+1 |
* | | | | | Merge pull request #36511 from aantix/sms_link_helper | Guillermo Iguaran | 2019-07-19 | 1 | -0/+48 |
|\ \ \ \ \ |
|
| * | | | | | Doc changes. | Jim Jones | 2019-06-18 | 1 | -4/+4 |
| * | | | | | Helper method to create an sms link - when clicked it opens the phone/desktop... | Jim Jones | 2019-06-18 | 1 | -0/+48 |
| |/ / / / |
|
* | | | | | Fix a minor typo in ActionView::UnboundTemplate | Jean Boussier | 2019-07-19 | 1 | -3/+3 |
* | | | | | Empty array instead of nil for source_extract | Guilherme Mansur | 2019-07-14 | 1 | -12/+8 |
* | | | | | active_support/deprecation has to be already required via active_support/rail... | Akira Matsuda | 2019-07-12 | 5 | -7/+0 |
* | | | | | A type class or nil has to respond_to :to_s | Akira Matsuda | 2019-07-12 | 1 | -2/+1 |
* | | | | | No Woman, No try | Akira Matsuda | 2019-07-12 | 1 | -1/+0 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #36482 from Shopify/fix-translation-helper-default-hash | Rafael França | 2019-06-17 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix TranslationHelper#translate handling of Hash defaults | Jean Boussier | 2019-06-14 | 1 | -1/+1 |
* | | | | | :golf: | Akira Matsuda | 2019-06-15 | 1 | -6/+2 |
|/ / / / |
|
* | | | | [ci skip] Use default path in button_to documentation | Alberto Almagro | 2019-06-13 | 1 | -1/+1 |
* | | | | Merge pull request #36388 from joelhawksley/actionview-component | Aaron Patterson | 2019-06-13 | 1 | -1/+5 |
|\ \ \ \ |
|
| * | | | | `RenderingHelper` supports rendering objects that `respond_to?` `:render_in` | Joel Hawksley | 2019-06-12 | 1 | -1/+5 |
* | | | | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 42 | -50/+0 |
| |/ / /
|/| | | |
|
* | | | | Only clear cache when view paths are specified | yuuji.yaginuma | 2019-06-04 | 1 | -0/+2 |
|/ / / |
|
* | | | Merge pull request #36324 from yoones/fix-unexpected-select-tag-delete-behavior | Eileen M. Uchitelle | 2019-05-28 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Fix select_tag so that is doesn't change options when include_blank is set | Younes SERRAJ | 2019-05-22 | 1 | -1/+2 |
* | | | | Wrap actionview cache expiry in a mutex | John Hawthorn | 2019-05-21 | 1 | -8/+11 |
* | | | | Correct human file size examples [ci skip] | Alexander Graul | 2019-05-20 | 1 | -1/+1 |
|/ / / |
|
* | / | Remove useless find_partial method | st0012 | 2019-05-07 | 1 | -5/+1 |
| |/
|/| |
|
* | | Merge pull request #35337 from abhaynikam/35265-remove-unused-argument-layout... | Rafael França | 2019-05-01 | 3 | -8/+7 |
|\ \ |
|
| * | | Removed unused layout attribute from RenderedTemplate | Abhay Nikam | 2019-03-09 | 3 | -8/+7 |
* | | | `@controller` may not be defined here, and if so, it causes a Ruby warning | Akira Matsuda | 2019-05-01 | 1 | -1/+1 |
* | | | Fixes grammar in comments on tag_name and tag_id | Michael Bock | 2019-04-25 | 1 | -2/+2 |
* | | | Start Rails 6.1 development | Rafael Mendonça França | 2019-04-24 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge pull request #35959 from jhawthorn/unbound_templates | Rafael França | 2019-04-15 | 3 | -14/+66 |
|\ \ |
|
| * | | Avoid duplication using _find_all | John Hawthorn | 2019-04-12 | 1 | -11/+7 |
| * | | Support disabling cache for Digestor | John Hawthorn | 2019-04-12 | 2 | -22/+37 |
| * | | De-dup Templates, introduce UnboundTemplate | John Hawthorn | 2019-04-12 | 2 | -10/+51 |