Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass the view around instead of using an ivar #35031

Merged
merged 1 commit into from
Jan 23, 2019
Merged

Pass the view around instead of using an ivar #35031

merged 1 commit into from
Jan 23, 2019

Conversation

tenderlove
Copy link
Member

If we pass the view instance around it's easier to understand the flow
control.

If we pass the view instance around it's easier to understand the flow
control.
@rails-bot rails-bot bot added the actionview label Jan 23, 2019
@tenderlove tenderlove merged commit c91c71f into master Jan 23, 2019
@tenderlove tenderlove deleted the view-ivar branch January 23, 2019 21:40
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 19, 2019
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 19, 2019
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 19, 2019
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 19, 2019
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 19, 2019
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 19, 2019
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 19, 2019
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 20, 2019
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 20, 2019
The following items were supported.

- `TemplateRenderer#render_template` has 4 arguments. (rails/rails#35031)
- `PartialRenderer#render` returns `RenderedTemplate` or `CollectionTemplate` but String. (rails/rails#35076)
- `LookupContext#rendered_format` is deprecated.  (rails/rails#35331)
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 20, 2019
The following items were supported.

- `TemplateRenderer#render_template` has 4 arguments. (rails/rails#35031)
- `PartialRenderer#render` returns `RenderedTemplate` or `CollectionTemplate` but String. (rails/rails#35265)
- `LookupContext#rendered_format` is deprecated.  (rails/rails#35331)
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 20, 2019
- `TemplateRenderer#render_template` has 4 arguments. (rails/rails#35031)
- `PartialRenderer#render` returns `RenderedTemplate` or `CollectionTemplate` but String. (rails/rails#35265)
- `LookupContext#rendered_format` is deprecated.  (rails/rails#35331) (https://github.com/rails/rails/pull/35265/files#diff-bd7d0105f7d1dfa41a0f3e033c2688e8L317-L324)
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 20, 2019
- `TemplateRenderer#render_template` has 4 arguments. (rails/rails#35031)
- `PartialRenderer#render` returns `RenderedTemplate` or `CollectionTemplate` but String. (rails/rails#35265)
- `LookupContext#rendered_format` is deprecated.  (rails/rails#35331) (https://github.com/rails/rails/pull/35265/files#diff-bd7d0105f7d1dfa41a0f3e033c2688e8L317-L324)
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 20, 2019
- `TemplateRenderer#render_template` has 4 arguments. (rails/rails#35031)
- `PartialRenderer#render` returns not `String` but `RenderedTemplate` or `CollectionTemplate`. (rails/rails#35265)
- `LookupContext#rendered_format` is deprecated.  (rails/rails#35331) (https://github.com/rails/rails/pull/35265/files#diff-bd7d0105f7d1dfa41a0f3e033c2688e8L317-L324)
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 20, 2019
- `TemplateRenderer#render_template` has 4 arguments. (rails/rails#35031)
- `PartialRenderer#render` returns not `String` but `RenderedTemplate` or `CollectionTemplate`. (rails/rails#35265)
- `LookupContext#rendered_format` is deprecated.  (rails/rails#35331) (https://github.com/rails/rails/pull/35265/files#diff-bd7d0105f7d1dfa41a0f3e033c2688e8L317-L324)
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 20, 2019
- `TemplateRenderer#render_template` has 4 arguments. (rails/rails#35031)
- `PartialRenderer#render` returns not `String` but `RenderedTemplate` or `RenderedCollection`. (rails/rails#35265)
- `LookupContext#rendered_format` is deprecated.  (rails/rails#35331) (https://github.com/rails/rails/pull/35265/files#diff-bd7d0105f7d1dfa41a0f3e033c2688e8L317-L324)
oieioi added a commit to oieioi/view_source_map that referenced this pull request Aug 20, 2019
- `TemplateRenderer#render_template` has 4 arguments. (rails/rails#35031)
- `PartialRenderer#render` returns not `String` but `RenderedTemplate` or `RenderedCollection`. (rails/rails#35265)
- `LookupContext#rendered_format` is deprecated.  (rails/rails#35331) (https://github.com/rails/rails/pull/35265/files#diff-bd7d0105f7d1dfa41a0f3e033c2688e8L317-L324)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants