Re: [Rails] Need Suggestion

2016-08-16 Thread Colin Law
On 16 Aug 2016 5:35 a.m., "Rafi A" wrote: > > Hi All, > > Do we have any gem / API available to integrate whatsApp in rails application? Have you tried googling for rails WhatsApp? Colin > > Regards, > Seeni Rafiyullah Khan A > > P Please consider the environment before

[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

[Rails] Need suggestion how can I skip the rest par inside a loop when erro is raised

2013-09-12 Thread Love U Ruby
I need one suggestions from you :- Suppose I do have a code as below: until row == nil do #code1 begin #code2 ~~ which can raise an error rescue end #here I want some guard which can check,if any error occurred or not.If #error then skip below part and continue

Re: [Rails] Need suggestion how can I skip the rest par inside a loop when erro is raised

2013-09-12 Thread Scott Ribe
On Sep 12, 2013, at 8:56 AM, Joel Pearson li...@ruby-forum.com wrote: Just use error handling properly. begin #standard code rescue #only runs if an error occurred else #only runs if an error did not occur ensure #always runs at the end regardless of error level end It seems to me

[Rails] Need suggestion on best gems for Versioning and Extending a model.

2013-08-01 Thread senthil kumar
Hi All, We are starting a new project which will have lots of forms. Each form will represent a single table, but will have many associations to other models. This form's fields can be extended on the fly. Versions needs to tracked for the models and any point of time the version can be

[Rails] Need Suggestion Is it possible

2012-02-27 Thread sathish kannan
Hi, I am newbie to rails , I need some clarification of (Without Access Token )access facebook users information like username,wall, subscription,picture etc. I have apps in rails 3, it has list of artist users he upload songs, videos within my application, when the public (No Need to

[Rails] Need Suggestion: how to Fetch Facebook information using the facebook_id in rails 3.1

2012-02-24 Thread sathish kannan
Hi, I am the Newbie to rails and fb_graph.I have a rails3.1 app with authlogic authentication. all of users can the register with the facebook_id in my app. what i am suppose to do means if any one user can see the others facebook profile using the facebook_id. if there is any possiblity or

[Rails] Need suggestion

2010-12-21 Thread Siva Kilaru
Hey guys, Can you please suggest me a gem that audits my app other than acts_as_audited. I am on Rails 3.0.3 with JRuby 1.5.6 and Oracle 11g When I use acts_as_audited on my model, it gives me an undefined method 'acts_as_audited' error. So, I just want to find out whether there exists any

[Rails] Need suggestion Ruby To Gtk

2009-03-26 Thread Arulalan T
Hi to all, I am very much interested in ruby and also likes to participate in gsoc 2009. In ruby having TK to develop GUI. But even though mostly all people using GTK+ to develop GUI in ubuntu and few more distributions. But my suggestion is Gtk+ is too tough , so i planned to develop Ruby To

[Rails] Need Suggestion on handling multiple associated models

2009-03-04 Thread Sahil Dave
hi guys.. I am new to rails and need some pointers on how i should handle multiple related models. ' ' = model In my app i am creating and handling some 'deals'. Each 'deal' has got some 'orders', and each 'order' has certain 'duties'. Now what i am doing currently is, on the new_deal page