Skip to content

Commit 3a8d155

Browse files
committed
Fix templates non rendering, because of missing template suffix
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.
1 parent e75be32 commit 3a8d155

File tree

9 files changed

+1
-0
lines changed

9 files changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
33
gemspec
44

55
gem 'rails', github: 'rails/rails'
6+
gem 'arel', github: 'rails/arel'
67

78
platforms :jruby do
89
gem 'activerecord-jdbcsqlite3-adapter'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)