[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-24 Thread Kranthi Kumar
Justin Yoon wrote in post #1181553: >> But changing "config.assets.compile" to true in production.rb file have >> any affect on my application? > > Found this StackOverflow page that talks about this: > http://stackoverflow.com/questions/8821864/config-assets-compile-true-in-rails-production-why-no

Re: [Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-21 Thread Colin Law
On 21 February 2016 at 16:22, Laith Shadeed wrote: > [Sorry I hit send by mistake in previous email] I fear this time you have replied to the wrong email. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this g

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-21 Thread Laith Shadeed
[Sorry I hit send by mistake in previous email] Hi Krfg, Welcome to Ruby on Rails. I am alost got started last week. I setup my development box on ArchLinux and two days back on OSX. Generally speaking, whenever I started with new language or framework, I prefer to check the official docs as it i

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-20 Thread Justin Yoon
> But changing "config.assets.compile" to true in production.rb file have > any affect on my application? Found this StackOverflow page that talks about this: http://stackoverflow.com/questions/8821864/config-assets-compile-true-in-rails-production-why-not. Not sure how helpful it is but hopefully

Re: [Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-20 Thread Colin Law
On 20 February 2016 at 08:53, Kranthi Kumar wrote: > Justin Yoon wrote in post #1181491: >>> Tried many combinations with video_tag. Still it shows the same error. >> >> Even when you switch it to one arg? I don't see how that's possible >> considering the error seems to think that's the number of

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-20 Thread Kranthi Kumar
Justin Yoon wrote in post #1181491: >> Tried many combinations with video_tag. Still it shows the same error. > > Even when you switch it to one arg? I don't see how that's possible > considering the error seems to think that's the number of arguments you > should have. Hi Justin, Even I don't un

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-18 Thread Justin Yoon
> Tried many combinations with video_tag. Still it shows the same error. Even when you switch it to one arg? I don't see how that's possible considering the error seems to think that's the number of arguments you should have. -- Posted via http://www.ruby-forum.com/. -- You received this messa

Re: [Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-18 Thread Colin Law
On 18 February 2016 at 11:16, Kranthi Kumar wrote: > Tried many combinations with video_tag. Still it shows the same error. Please quote the previous message when replying, otherwise it is difficult to follow the thread, this is a mailing list not a forum (though you may be using it via a forum l

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-18 Thread Kranthi Kumar
Tried many combinations with video_tag. Still it shows the same error. -- 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 e

Re: [Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-18 Thread Colin Law
On 18 February 2016 at 10:43, Kranthi Kumar wrote: > 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 gemfil

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-18 Thread Kranthi Kumar
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 follow

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-17 Thread 'Bigos' via Ruby on Rails: Talk
It will not work like this on Heroku read this and make sure you did everything right https://devcenter.heroku.com/articles/rails-asset-pipeline On Tuesday, 16 February 2016 12:11:45 UTC, Ruby-Forum.com User wrote: > > I'm trying to include a video as background in my application's landing > pag

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-17 Thread Kranthi Kumar
Even I'm not sure why its working on my local machine and not on heroku. But I don't think it has something to do with my routes.rb file because it is not able to find an asset which was placed in my assets/videos folder and then precompiled. After trying so many things I did the following In my

[Rails] Re: Ruby on Rails- HTML5 Video as background for landing page not loading on heroku

2016-02-16 Thread Justin Yoon
Can you post what you have in routes.rb? If the logs show RoutingError it's most likely a bug in there (although I have no idea why it would work on your local machine if that's the case). -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the