search for: brifo

Displaying 3 results from an estimated 3 matches for "brifo".

Did you mean: bfifo
2009 Jul 13
6
first app on Dreamhost with Passenger : "rails needs to know your username and password" ?
I am trying to deploy my first rails app with Dreamhost. I ftp''d over my existing app, turned on Passenger and pointed it to my /public directory. When I go to ''www.mydomain.com'' I get the ''Ruby on Rails: Welcome aboard'' default page, including the following: Getting started Here’s how to get rolling: 1. Create your databases and edit
2008 Jun 05
3
what is proper way to load lookup/reference data into test database?
I''m just getting into writing tests for my first RoR app. I''ve got a few data migrations to load reference data (i.e. 2-char state abbrevs, payment types, etc.). How do I get that data into the test database? I understand fixtures are to load test data. But if I duplicate these lookup tables in test fixtures, it seems like that is violating the DRY principle. Is that OK in
2008 Sep 04
1
can't find RMagick on Windows?
I followed the RMagick installation instructions for Windows and everything appeared to go fine. I added the require ''rubygems'' require ''RMagick'' lines to my controller. I get a MissingSourceFile error, with the msg : no such file to load -- RMagick I''m using InstantRails2.0, which uses Rails 2.0.2 and Ruby 1.8.6. I''m pretty new to Ruby and