RailsCasts Pro episodes are now free!

Learn more or hide this

Stan BIENAIVES's Profile

GitHub User: stanBienaives

Comments by Stan BIENAIVES

Avatar

hello Nelson,
I'm trying to run private_pub on heroku.
for test purpose I tryed to run private_pub.ru on a distant server.
But my app won't connect (connection refused) regardless of my private_pub.yml file.
[it seems that on both server (app and private_pub) I can put anything as a server i does not affect the result]

Even with server: http//dumpexample.com:9292/faye on my yml. If i run private_pub.ru on local (same server as app) and it works.

They must be something i don't get on the way private_pub is working.
please could you give me you private_pub.yml on both site (app and private_pub)

Thanks a lot

Avatar

Hello,
I am interrested in Heroku as well, it seems so easy and restful. My only concern is about the price, for a small commercial web-site, let's say 200 visit a day, some mailing processing and a bit of image processing, how much will I pay.

I would be greatful to have an estimation... could you help me?

thx a lot.

Avatar

Hello,
I am interrested in Heroku as well, it seems so easy and restful. My only concern is about the price, for a small commercial web-site, let's say 200 visit a day, some mailing processing and a bit of image processing, how much will I pay.

I would be greatful to have an estimation... could you help me?

thx a lot.

Avatar

hello nico,

i solved this issue by deleting the bootstap.js file you don't need it in the sass version .

hope it helps.

Avatar

thanks ryan for this cast. awesome as usual!

I implemented bootstrap-sass gem on an existing app and i'm running into an issue i have not been able to solve yet:

$(document).ready() does not seems to work.
in the application.js
i require:
jquery
jquery-ujs
bootstrap
my js files.

Someone got an idea on what I did wrong.

Thanks a lot!