RailsCasts Pro episodes are now free!

Learn more or hide this

sergey's Profile

GitHub User: labotsky

Comments by sergey

Avatar

How update collection every 5 second.
this example, does not work in rails.

setInterval(function() {
channel.fetch();
}, 5000);

help me, please.

Avatar

I`m clone repo
git@github.com:railscasts/381-jquery-file-upload.git

bundle
rake db:migrate
rails s

but js and css file does`t load.

If I look at the source code of a site:

link href="/assets/application-7270767b2a9e9fff880aa5de378ca791.css" media="screen" rel="stylesheet" type="text/css" /

script src="/assets/application-673db32530fb40e931676ebc22eaebc6.js" type="text/javascript"/script

Why don`t load other js/css file?