[Rails] Re: Rails app going nuts at 100% cpu

2013-08-28 Thread why that
check your yml config files maybe you mixed ident spaces with a tab ? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an

[Rails] Re: syntax error, unexpected tRPAREN raised in server log

2013-08-28 Thread ianchoi
The code in activesupport that is causing this is removed in Master branch. so I think the question is irrelevant now as the problem will no longer be an issue once it is released. On Friday, August 23, 2013 3:20:57 PM UTC-4, ian...@jugnoo.com wrote: This is my code, user controller 42:

[Rails] Re: Mongrel hangs with 100% CPU / EBADF (Bad file descriptor)

2013-08-28 Thread Daniel Weber
Sorry, I didn't mean to hurt your feelings. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] Re: Mongrel hangs with 100% CPU / EBADF (Bad file descriptor)

2013-08-28 Thread Anthony E.
you guys got my hopes up. thought this was the 2013 Revival Tour for my post. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it,

[Rails] Deploying Rails 4 to VPS

2013-08-28 Thread Chris Peterson
Hello! I now have a VPS and I've been playing with it a bit. It is running Debian 7.0. I'm wondering how to set up my environment to deploy a Rails 4 app. I'd like to use Nginx with Passenger, Capistrano and RVM. Any good starting points? -- You received this message because you are

[Rails] Appropriate method for no-op AR Query chain

2013-08-28 Thread jredburn
With Rails 3, we had a number of method-defined scopes along these lines: def self.with_name(name) if name.present? where(name: name) else scoped end end In Rails 4, `Model#scoped` is obviously deprecated and recommends replacing with `Model#all`. But it looks like `Relation#all`

[Rails] [JOBS] Ruby on Rails Super Hero (Boston Area) - FTE or Contractor!

2013-08-28 Thread Meilene Tipp
Hi Everyone! To put it bluntly, I'm looking for a* Ruby on Rails Super Hero*! Senior-level (3+ years) RoR Engineer to join my company's East Coast office (located in Burlington, MA). We're *willing to relocate* for either * contractor* or *FTE* candidates. - 3+ years RoR experience -

Re: [Rails] [JOBS] Ruby on Rails - Freelancing

2013-08-28 Thread Asutosh Dash
Hi, I have good knowledge in Ruby Experience in Java:5 yr Experience in Ruby:1 yr I can definitely able to do the task. Please find the attached profile On Mon, Aug 26, 2013 at 1:20 PM, Arun M a...@thrillophilia.com wrote: Hi, Looking an expert in Ruby on Rails for maintaining

Re: [Rails] Deploying Rails 4 to VPS

2013-08-28 Thread Dheeraj Kumar
Of course! https://coderwall.com/p/yz8cha -- Dheeraj Kumar On Wednesday 28 August 2013 at 8:03 PM, Chris Peterson wrote: Hello! I now have a VPS and I've been playing with it a bit. It is running Debian 7.0. I'm wondering how to set up my environment to deploy a Rails 4 app. I'd like