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

Fix templates non rendering, because of missing template suffix #114

Merged
merged 1 commit into from
Mar 9, 2015

Conversation

gsamokovarov
Copy link
Collaborator

This seems to regressed on the latest ActionView, which doesn't seem to
render plain html files with ERB expansions.

I initially dropped the .erb part with the hope that more designers
can contribute to the project, having it nicely highlighted in an
arbitrary editor.

The reason, I didn't catch this early was because the master Gemfile
wasn't bundling on the CI and I'm trying to fix that as well, so I can
prevent other regressions in future.

This seems to regressed on the latest ActionView, which doesn't seem to
render plain `html` files with ERB expansions.

I initially dropped the `.erb` part with the hope that more designers
can contribute to the project, having it nicely highlighted in an
arbitrary editor.

The reason, I didn't catch this early was because the master Gemfile
wasn't bundling on the CI and I'm trying to fix that as well, so I can
prevent other regressions in future.
dhh added a commit that referenced this pull request Mar 9, 2015
Fix templates non rendering, because of missing template suffix
@dhh dhh merged commit 4ad861c into rails:master Mar 9, 2015
@dhh
Copy link
Member

dhh commented Mar 9, 2015

That fixed it 👍

gsamokovarov added a commit to gsamokovarov/web-console that referenced this pull request Mar 11, 2015
I think the recent fixes are worth of a patch release.

* [#115]: Show proper binding when raising an error in a template ([@gsamokovarov])
* [#114]: Fix templates non rendering, because of missing template suffix ([@gsamokovarov])

[#115]: rails#115
[#114]: rails#114
gsamokovarov added a commit to gsamokovarov/web-console that referenced this pull request Mar 11, 2015
I think the recent fixes are worth of a patch release. Here are the
fixes:

* [#115]: Show proper binding when raising an error in a template
* [#114]: Fix templates non rendering, because of missing template suffix

[#115]: rails#115
[#114]: rails#114
gsamokovarov added a commit to gsamokovarov/web-console that referenced this pull request Mar 12, 2015
I think the recent fixes are worth of a patch release. Here are the
fixes:

* [#115]: Show proper binding when raising an error in a template
* [#114]: Fix templates non rendering, because of missing template suffix

[#115]: rails#115
[#114]: rails#114
patrickm68 added a commit to patrickm68/web-console that referenced this pull request Dec 1, 2022
I think the recent fixes are worth of a patch release. Here are the
fixes:

* [#115]: Show proper binding when raising an error in a template
* [#114]: Fix templates non rendering, because of missing template suffix

[#115]: rails/web-console#115
[#114]: rails/web-console#114
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants