> makes sense! So based on what you said, I've been plunging into trying
> to get 'next' to run today, and as I (hopefully) make progress, I'll
> be reporting / asking about any problems I encounter. With the caveat
> that I'm not a ruby guy, so some things may be very obvious to
> everybody other than me...

Johannes, there's no requirement to be "a ruby guy" to run Gitorious, so
anything you stumble on is very helpful for us to know about.

> To get this started: mysql vs mysql2, apparently that got upgraded.
> But when doing a 'bundle install', I'm getting:
>
> *** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner
> (Please install the mysql adapter: `gem install
> activerecord-mysql-adapter` (mysql is not part of the bundle. Add it
> to Gemfile.))
>
> activerecord-mysql-adapter is not listed in the Gemfile. I tried to
> add activerecord-mysql2-adapter to stay with mysql2, but that does not
> make it better. So I added activerecord-mysql-adapter, which then also
> requires mysql, which seems to mean that I have now two versions of
> the same database driver? That does not seem to be right.
>
> Here's the stack trace via Passenger. What might be wrong here?

Uhm, this is odd. You should not have to change the Gemfile. You should
only change the name of your database adapter in config/database.yml
from "mysql" to "mysql2". The adapter should ship with Rails. Did you
make any other changes?

Christian

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to