Re: [Rails] ROR oppurtnity

2013-01-30 Thread rubyonrailsx
Hi, Sam I need a rails job which can work remotely, I have been using rails for 4+ years and i am located in +8 timezone. -- rubyonrailsx Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, January 31, 2013 at 10:47 AM, Sam A. wrote: > Dear Members; > > We are lo

Re: [Rails] Rails Services Module

2012-10-19 Thread rubyonrailsx
What's the difference between active_resource and the 'activeservice' you mentioned? -- rubyonrailsx Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, October 18, 2012 at 7:29 AM, Matthias Frick wrote: > d remove external web services to/ > from your

Re: [Rails] How to remove the orignal file in carrierwave

2012-10-17 Thread rubyonrailsx
How about File.unlink instead of File.delete -- rubyonrailsx Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday, October 8, 2012 at 4:42 PM, Loganathan Sellapa wrote: > -- You received this message because you are subscribed to the Google Groups "Ruby on Rai

Re: [Rails] Koans question : Don't understand the answers

2012-09-18 Thread rubyonrailsx
and symbol all have fixed object_id -- rubyonrailsx Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, September 19, 2012 at 1:23 AM, roelof wrote: > Hello, > > Im trying to learn ruby by using koans. > > Now I have to fill in this part. > > def te

Re: [Rails] rails-brakeman.com, an online service to find security issues in your rails projects

2012-05-22 Thread rubyonrailsx
Kudos, Man. Thanks for the great works you have done. -- rubyonrailsx Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, May 23, 2012 at 7:56 AM, huang zhimin wrote: > Hi, > > I just released rails-brakeman.com (http://rails-brakeman.com/), it is an > onlin

Re: [Rails] Gemfile load error

2012-03-18 Thread rubyonrailsx
The ruby version you using now does not have any gem installed. So should install bundler and then install gems required. RVM store gems separately according different ruby version. Each ruby has its own gem set. -- rubyonrailsx Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On

Re: [Rails] Re: after_save does not work consecutively

2012-03-15 Thread rubyonrailsx
did not quite look into it. But i strongly suspect this "(0.2ms) SELECT 1 FROM "scripts" WHERE "scripts"."startp" = 0.0 LIMIT 1" This will return true/1 in any condition. -- rubyonrailsx Sent with Sparrow (http://www.sparrowmailapp.com/?sig

Re: [Rails] after_save does not work consecutively

2012-03-15 Thread rubyonrailsx
Do know why fresh created video can create script but following video does not. What i am 100% sure is that after_save is not right place to put this logic. Cause any object's update will invoke after save, so new script will created every update. -- rubyonrailsx Sent with Sparrow