Hate to double post, but there seems to be a problem with using databases.
Code:
slynet@hosted3 ~ $ cd ror_apps/charsheets
slynet@hosted3 ~/ror_apps/charsheets $ rake db:create:all
(in /usr/www/slynet/ror_apps/charsheets)
rake aborted!
no such file to load -- sqlite3
slynet@hosted3 ~/ror_apps/charsheets $ gem install sqlite3
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /usr/lib64/ruby/gems/1.8 directory.
At this point, I tried setting up a database and changing my config file to use mysql.
Code:
slynet@hosted3 ~/ror_apps/charsheets $ rake db:create:all
(in /usr/www/slynet/ror_apps/charsheets)
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.
rake aborted!
no such file to load -- mysql
(See full trace by running task with --trace)
slynet@hosted3 ~/ror_apps/charsheets $ gem install mysql
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /usr/lib64/ruby/gems/1.8 directory.
I don't suppose I'm just doing things really stupidly? Bundling gems is sort of going to be difficult because I'm on a Windows box and the server is on Linux, and installing gems seems to be out of the question.
Do you know if there's anyone using your webhosting who actually has a full out working RoR app I can talk to? Hate bothering you with my idiotic questions.