search for: rails_test

Displaying 2 results from an estimated 2 matches for "rails_test".

2008 Sep 13
4
Setting up RoR with Postgresql ---heeellpp!
...dows btw). I haven''t created a database in postgresql (I''m assuming that RoR will do that?) my database.yml looks like this: production: adapter: ruby-postgres database: rails_production username: postgres password: myPassword test: adapter: ruby-postgres database: rails_test username: postgres password: myPassword development: adapter: ruby-postgres database: rails_development username: postgres password: myPassword When I created my rails app, I put a flag -d postgresql I have installed different database adapters (ruby-postgres, activerecord-jdbcpostgr...
2005 Nov 16
4
What happened to mysql connection?
...9;'s a Mac OS X 10.4 box having rails installed and updated by gem. I use a remote mysql server no local instance installed. Here''s my config: development: adapter: mysql database: hdchat host: 10.0.0.1 username: webuser password: test: adapter: mysql database: rails_test host: 10.0.0.1 username: webuser password: production: adapter: mysql database: hdchat host: 10.0.0.1 username: webuser password: Until today rails with this config ran fine. Today morning I wanted to continue my work. After starting my app I got the following error: E...