RailsCasts Pro episodes are now free!

Learn more or hide this

Adam Braus's Profile

GitHub User: ajbraus

Site: www.kremata.com

Comments by Adam Braus

Avatar

Can a single user be subscribed to multiple channels and stay subscribed so long as they're logged in? Even if they navigate to a different page? Maybe in the application layout I should add

ruby
<%= @channels.each { |c| subscribe_to c } %> 

? thx!

Avatar

how did you get the id of the record in a hidden field? Thanks! I'm using devise and trying to assign an association between a User and an Organization upon registration.

Avatar

I'm having trouble because heroku is requiring the "www." subdomain.

I am having success with pow locally, but when I try to go to the URL in production it fails and the browser can't resolve the URL.

has anyone else encountered this?

Thanks!