[Rails] Should i make a seperate app to send push notifications to 40-50k users in RoR App or use background

2016-06-11 Thread toarvindmehra
I have a rails application that is in fact a backend of a popular IOS application which have a user base of *200k users* who need to be notified time to time. Daily *40-50k users* will be notified using push notifications. These push notifications will be*realtime* and *scheduled* ones. eg:

Re: [Rails] access to cloud9

2016-06-11 Thread Ad Rienks
Thank you. Well, I did not do anything special, but all of a sudden the workspace is there again. Hopefully it stays. Op zaterdag 11 juni 2016 18:57:23 UTC+2 schreef tamouse: > > What have you tried so far? Is Cloud9 support any help? > > On June 11, 2016 at 09:29:48, Ad Rienks

[Rails] Re: generating forms with a self-defined helper

2016-06-11 Thread Rynn Steinbolt
nanaya wrote in post #1183937: > Hi > > Rails helper is normal ruby method so you can't write it like erb. There > also a few syntax errors. > > You'll be better off writing partial instead of helper. Thank you! I just did that (iterated over an array with the variables that change), it was

Re: [Rails] generating forms with a self-defined helper

2016-06-11 Thread nanaya
Hi On Sun, Jun 12, 2016, at 01:51, Rynn Steinbolt wrote: > im currently trying to implement a form with several buttons, and my > solution for that was to make a full form for each of the 5 buttons. > thats extremely repetitive, so i wanted to generate the forms with a > helper function that i

Re: [Rails] access to cloud9

2016-06-11 Thread tamouse pontiki
What have you tried so far? Is Cloud9 support any help? On June 11, 2016 at 09:29:48, Ad Rienks (ad.rie...@gmail.com) wrote: Help please! I am doing the tutorial

[Rails] generating forms with a self-defined helper

2016-06-11 Thread Rynn Steinbolt
im currently trying to implement a form with several buttons, and my solution for that was to make a full form for each of the 5 buttons. thats extremely repetitive, so i wanted to generate the forms with a helper function that i define myself, but i cant make it work. my form method: module

[Rails] Re: I'm new to ruby rail and i keep getting the same error code.

2016-06-11 Thread Rodin Chery
ok so I'm taking action and I'm hoping to come back with a thank you letter. Really thanks anyway. On Friday, June 10, 2016 at 10:45:13 AM UTC-5, Rodin Chery wrote: > > I'm trying to run "rails server" but I keep getting a missing gem so > every gem it said was missing I manually installed. I

Re: [Rails] Devise login via web and mobile

2016-06-11 Thread Vineeth B S
Hi Rafel, I use JWT(json web token) for my JS frontend to authenticate with the server. Maybe that might be of some help for you --Vineeth On Fri, Jun 10, 2016 at 11:28 PM, Rafael Soares wrote: > Hi all! > > I have a web application that uses Devise for authentication. >

[Rails] access to cloud9

2016-06-11 Thread Ad Rienks
Help please! I am doing the tutorial by M Hartl, using Cloud9 IDE. Suddenly it crashed. What to do to get it back? -- You received this message because you are

[Rails] trying to add model inheritance without changing database calls

2016-06-11 Thread Rynn Steinbolt
Hello Folks! Im trying to have several model classes inherit from a new class, which in turn inherits from ActiveRecord::Base. The problem is that my controller's database calls to the original model classes now look for the information in the new class's database table, even though it doesnt

Re: [Rails] Re: I'm new to ruby rail and i keep getting the same error code.

2016-06-11 Thread Colin Law
On 11 June 2016 at 03:19, Rodin Chery wrote: > if you mean "Gem install bundler" yes is did that No, he meant what he said: bundle install The fact that you misunderstood this means that you need to go and work right through a good tutorial such as railstutorial.org, which