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.
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!
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.
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
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!
How does fields_for work for simple form?
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?