Re: [Rails] New Project needs push notifications

2014-09-30 Thread Jason Fleetwood-Boldt
Perry- You may also want to look into recently introduced Websockets functionality on Heroku more information here https://devcenter.heroku.com/articles/ruby-websockets -Jason On Sep 30, 2014, at 12:53 PM, Perry Smith wrote: > I'm starting a new Rails project probably using 4.1 or 4.2. T

Re: [Rails] New Project needs push notifications

2014-09-30 Thread Vivek Sampara
ActionController::Live all the way :) On Tue, Sep 30, 2014 at 10:23 PM, Perry Smith wrote: > I'm starting a new Rails project probably using 4.1 or 4.2. The project > needs the ability for user's browsers to get updates via push > notifications. I know that Rails 4 kinda sorta added that

[Rails] New Project needs push notifications

2014-09-30 Thread Perry Smith
I'm starting a new Rails project probably using 4.1 or 4.2. The project needs the ability for user's browsers to get updates via push notifications. I know that Rails 4 kinda sorta added that but the last time I looked it was shaky. To sketch out what I'd like: suppose a user is looking at a pag