[Rails] Using ActionCable with Mobile Client

2016-02-14 Thread Aasare
I implemented a sample app using ActionCable where users can send and receive messages. Now if we wanted to scale the app and create an mobile client say Android, is it possible or should we head to use something like XMPP server? -- You received this message because you are subscribed to the

[Rails] How to get Rails Internal IP

2016-02-14 Thread Mike
If this is an application on the Internet, it is perfectly possible that you will see one IP, an most organisations traffic is natted these days I guess you could use some form of JavaScript trickery to retrieve information from the browser instance but not sure how accurate it would be Depends