[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-07 Thread shireesh
hope you have updated rvm to latest version (rvm update) before installing ruby 1.9.3. regards shireesh On Nov 6, 7:40 pm, Rob on the Rails wrote: > no such file to load -- openssl (LoadError) >  - Deperate for solution after 3 days > > Does anybody have an answer, or ever some ex

[Rails] Re: Call Rest webservice in Ruby on Rails

2011-02-28 Thread shireesh
self.password = "mypassword" end Once you have this... you can instanciate MyUserWS as if it is a model on local database table. You can do all activerecord operations on it as you do on your models Regards Shireesh On Feb 28, 9:03 pm, gs84 wrote: > Hi every body, > > I use