RailsCasts Pro episodes are now free!

Learn more or hide this

Andrei Misarca's Profile

GitHub User: amisarca

Comments by Andrei Misarca

Avatar

Thanks for the reply. It might sound silly, but can you access the server via ssh? I haven't tried it yet, but I am considering moving my application to EC2.

Thanks again.

Avatar

Nice episode, but I have a simple question. How can I add a Faye server (or any other independent server) to the application?

Thanks,
Andrei

Avatar

I am using twitter_bootstrap_form_for in my current project, and it has some issues, this is why I am considering moving to simple_form_for, and this is why I am a bit courious about the advantages of simple_form over twitter_bootstrap_form_for. Thanks!

Avatar

How does fields_for work for simple form?

Avatar

How can I push only the messages sent between the people in a one-to-one chat? Should I create a channel for every pair of users?