Skip to content

camel-ci/camel-ci-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camel CI Ruby Test Project

Usage

Prerequisites

You must have Ruby with debkit installed on your machine to use this project.

You can check if you already have it installed with the command: gem -v.

Otherwise, you can get it with those steps:

  • Download the ruby with debkit 2.5.5-1 installer here
  • Run it and make sure to have "Add Ruby executables to your PATH" checked
  • When installing MSYS2, Install all 3 steps (1, 2 & 3)

Installing dependencies

gem install bundler
gem install sqlite3 -v '1.4.1' --source 'https://rubygems.org/'

Building/Rebuilding the project

bundle install
rake app:update:bin

Running Tests

rails db:migrate RAILS_ENV=test
bundle update
rails test

Running the application

rails db:migrate RAILS_ENV=development
bundle update
rails server

About

ruby test project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors