[Rails] Need Suggestion

2016-08-15 Thread Rafi A
Hi All, Do we have any gem / API available to integrate *whatsApp* in rails application? Regards, Seeni Rafiyullah Khan A P Please consider the environment before printing this email -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

Re: [Rails] q: serving view to mobile

2016-08-15 Thread Walter Lee Davis
> On Aug 15, 2016, at 4:32 PM, tom wrote: > > HI, > > how do i server views to a mobile? after http-post comes in i want to return > a url which point to my app, which in turn delivers an iframe(?) is that > the right route? > > thx > Can you clarify what you mean

[Rails] q: serving view to mobile

2016-08-15 Thread tom
HI, how do i server views to a mobile? after http-post comes in i want to return a url which point to my app, which in turn delivers an iframe(?) is that the right route? thx -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

Re: [Rails] ROR on Ubuntu 14.04

2016-08-15 Thread Colin Law
On 15 August 2016 at 14:09, Suhel Inamdar wrote: > Hi friends i am using Ubuntu 14.04. At the time of ROR installing i faced > number of errors. > when i use rvm ruby install it gives "no command found" > but when i use ruby -v and rails -v it shows its versions. > when

Re: [Rails] ROR on Ubuntu 14.04

2016-08-15 Thread James Jelinek
Did you do rvm install 2.3.1? Or whatever version number you're using? Also once in your directory you'll want to do rvm use 2.3.1 or whatever version you're using. Please provide more output if you can. Sent from my iPhone > On Aug 15, 2016, at 8:09 AM, Suhel Inamdar

[Rails] ROR on Ubuntu 14.04

2016-08-15 Thread Suhel Inamdar
Hi friends i am using Ubuntu 14.04. At the time of ROR installing i faced number of errors. when i use rvm ruby install it gives "no command found" but when i use ruby -v and rails -v it shows its versions. when i use rails new app it shows me `x64_mingw` is not a valid platform. please

[Rails] Is it possible to toggle via web a boolean attribute which is not a strong parameter?

2016-08-15 Thread 'krfg' via Ruby on Rails: Talk
The application I am working on is largely based on Michael Hartl's tutorial. The create action for the users controller uses *strong parameters *with permitted parameters*. *The 'admin'