All Projects → trailblazer → tamarama

trailblazer / tamarama

Licence: other
The stack we fancy: Sinatra/Grape, Trailblazer, Cells and Sequel.

Programming Languages

ruby
36898 projects - #4 most used programming language

Configuration

Tamarama uses the dotenv gem for managing environment variables such as database connection strings.

For you, this boils down to providing .env.development and .env.test files in the project root. Check out example.env.test for an example of what such a config file might look like.

# .env.test
DATABASE_URL="postgres://user:password@localhost/myblog_test"

Migrations

RACK_ENV=test rake db:migrate
RACK_ENV=test rake db:migrate[0]

Testing Connection

RACK_ENV=test rake db:debug
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].