so sometime during the weekend while i was making changes, my
previously working app broke. it still runs fine in development, but
all attempts to push it onto heroku lead to the following:

---
App failed to start

You need to explicitly specify your Rails version on your Gemfile
or .gems file.

Read the docs on managing gems for more information.
Original Error

Missing the Rails 2.3.5 gem. Please `gem install -v=2.3.5 rails`,
update your RAILS_GEM_VERSION setting in config/environment.rb for the
Rails version you do have installed,
---

sadly the error message is nonsense - clearly heroku has Rails 2.3.5!

i've even tried putting rails --version 2.3.5 in the .gems file ...
only for heroku to *ignore it* because it already has 2.3.5 by
default. anyone seen anything like this before? i'm screaming at
heroku support but so far no-one's screaming back :(

br
Paul

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to