Note that there are some explanatory texts on larger screens.

plurals
  1. POmix handlebars with erb
    primarykey
    data
    text
    <p>In Rails 3.2 I was able to rename a extension to <code>.handlebars.erb</code> in order to be able to use erb tags (mainly <code>&lt;%= image_tag 'image.jpg' %&gt;</code>) in my handlebars templates.</p> <p>I'm unable to get this going in Rails 4. Im using</p> <pre><code>gem 'ember-rails' gem 'handlebars-source' </code></pre> <p>The error I'm getting:</p> <pre><code>undefined method `image_tag' </code></pre> <p>The view in question is the one below, same for any other view:</p> <pre><code>&lt;div class="row-fluid"&gt; &lt;div class="span12"&gt; &lt;div class="row-fluid distance_0"&gt; &lt;div class="row-fluid divider slide_divider base_color_background"&gt; &lt;div class="container"&gt; &lt;span class="bottom_arrow"&gt;&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- Title and Description --&gt; &lt;div class="row-fluid slide_content fullwidth"&gt; &lt;div class="container"&gt; &lt;div class="row-fluid text_bar_pattern themeple_sc"&gt; &lt;div class="content_bar"&gt; &lt;h3&gt; &lt;/h3&gt; &lt;p&gt; &lt;/p&gt; &lt;/div&gt; {{#linkTo "user.new" class="button_bar"}}{{/linkTo}} &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row-fluid"&gt; &lt;div class="container"&gt; &lt;div class="bottom_shadow_full"&gt;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row-fluid distance_2"&gt;&lt;/div&gt; &lt;div class="row-fluid distance_2"&gt;&lt;/div&gt; &lt;div class="row-fluid"&gt; &lt;div class="container"&gt; &lt;img src="images/old_letters_blur.jpg" alt=""&gt; &lt;/div&gt; &lt;/div&gt; &lt;%= image_tag 'old_letters_blur.jog' %&gt; &lt;!-- TextBar --&gt; &lt;!-- TextBar End --&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>Any suggestions?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload