Ruby on Rails Thursday, February 18, 2016

Hi. I think I have followed everything mentioned in the above mentioned
post "https://devcenter.heroku.com/articles/rails-asset-pipeline".

Reading further I saw about "sprockets_better_errors" in the article and
included it in my gemfile.

Now when I run in my local machine I'm getting the following error.

ActionView::Template::Error (wrong number of arguments (2 for 1)):
3: <div class="bgvideo1">
4: <div class="videowrap">
5:
6: <%= video_tag "video.webm", controls: false, autoplay:
true, muted: true, loop: true, id: "bgvideobg", class:
"fullscreen-bg__video", type: "video/webm" %>
7:
8:
9: </div>

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/08e47432e72b9278f0c1869fc66ab4e9%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment