in .gems you must remove hobo, because it requires rails and then the newest
version of rails is used, and add:
will_paginate --version 2.3.11
hobosupport --version 1.0.0
hobofields --version 1.0.0 --ignore-dependencies
hobo --version 1.0.0 --ignore-dependencies

2010/6/1 storitel <[email protected]>

> so after three DAYS of blaming myself, reinstalling pretty much
> everything ten times over.... I find THIS ....
>
> http://docs.heroku.com/rails236
>
> which allows me to establish that something (possibly hobofields) is
> triggering a load of rails 2.3.8 on heroku... because they clearly
> upgraded their current version from 2.3.5 in the last week or so.
>
> this seems like a nightmare that every heroku hobo install will hit as
> soon as anyone changes anything. but so far i guess it's just me here?
>
> yukk :-(
>
> On 31 May, 22:42, storitel <[email protected]> wrote:
> > 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]<hobousers%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/hobousers?hl=en.
>
>

-- 
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