Deploying to Cedar

2012-04-11 Thread Keenan Brock
Hi all, Is anyone able to deploy to cedar? I'm on a mac Lion, 1.9.2, rails 3.2.3 Last night it was giving me grief on my Gemfile being modified and that I needed to bundle install to update Gemfile.lock. Today, it is saying it can not find the rake gem. I even dropped my app and recreated

Re: Deploying to Cedar

2012-04-11 Thread Ed Jones
Yes, I just pushed a 3.2.2 app. However, it just said Using rake (0.9.2.2), so if your issue is installing rake, this may not prove anything. On Apr 11, 9:19 am, Keenan Brock kee...@thebrocks.net wrote: Hi all, Is anyone able to deploy to cedar? I'm on a mac Lion, 1.9.2, rails 3.2.3 Last

Re: Deploying to Cedar

2012-04-11 Thread Ed Jones
And no gems in my gem directory On Apr 11, 9:44 am, Ed Jones ed.jo...@gmail.com wrote: Yes, I just pushed a 3.2.2 app. However, it just said Using rake (0.9.2.2), so if your issue is installing rake, this may not prove anything. On Apr 11, 9:19 am, Keenan Brock kee...@thebrocks.net wrote:

Re: Deploying to Cedar

2012-04-11 Thread Ed Jones
Sorry: No gems in my vendor directory. On Apr 11, 9:48 am, Ed Jones ed.jo...@gmail.com wrote: And no gems in my gem directory On Apr 11, 9:44 am, Ed Jones ed.jo...@gmail.com wrote: Yes, I just pushed a 3.2.2 app. However, it just said Using rake (0.9.2.2), so if your issue is

Re: Deploying to Cedar

2012-04-11 Thread Keenan Brock
Thank you Ed, So it is probably because i put gems into vendor/cache. It gets my app into a weird state. Even if I change the Gemfile and Gemfile.lock to point to rake 0.9.2, it still complains about 0.9.2.2 not being referenced correctly. Looks like a bundle —deployment gone bad. I'll hack