Merb, Bundler, RVM and 1.9.1 = Could not locate Gemfile (Bundler::GemfileNotFound)?

I needed to write a Gemfile for my application and drop it into the root directory for the app.

Solution I needed to write a Gemfile for my application and drop it into the root directory for the app. I was upgrading across too many versions of Merb! My application was a flat, Rack application originally developed with a much older version of Merb.It didn't have (or need) a Gemfile.

When I ran it against the latest Merb, the error was thrown. It would have been better if it said 'I can't find the Gemfile for your application' I ran merb-gen to get a basic Gemfile and updated it with my own requirements. Hope that helps someone!

Looks like you need a gem, and a dependency to build that gem. This might help, it helped me: postgres (on ubuntu) sudo apt-get install ruby-full build-essential postgresql-server-dev-8.3 (or 8.4) sudo gem install postgres heroku uses postgresql-server-dev-8.3 if you're deploying there.

Thanks for taking the time to answer. I don't think that's it though. A lot of people are having problems with the latest Merb and Bundler.

– Chris McCauley Jul 16 '10 at 13:42 Oh well. I had a similar error message that's how I found your question with search and the additional gem installation made it work. I was spoiled by the older version of Heroku where most gems were installed by default.

Best of luck. – Mark Essel Jul 19 '10 at 22:08.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions