You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
I'm finding myself hesitating to setup bait for some of my larger ruby projects. Why? Because I'm not using RVM on this particular box.
Bait is awesome and simple as it stands right now -- but perhaps one of the first configuration options it should get is to virtualize for tests. How? Well, we have Vagrant at our disposal.
It would be pretty trivial to enable the bait server owner to flick on an option to use Vagrant.
The first step towards this ticket would probably be to use slop instead of the current Bait::CLI module, then to establish a convention for config -- at first this can just be a flag passed into bait.
This ticket is in development and might get trashed, I'm not sure yet -- but I'm definitely not comfortable running things outside of a VM in a production run of Bait.
The text was updated successfully, but these errors were encountered:
I'm finding myself hesitating to setup bait for some of my larger ruby projects. Why? Because I'm not using RVM on this particular box.
Bait is awesome and simple as it stands right now -- but perhaps one of the first configuration options it should get is to virtualize for tests. How? Well, we have Vagrant at our disposal.
It would be pretty trivial to enable the bait server owner to flick on an option to use Vagrant.
The first step towards this ticket would probably be to use
slop
instead of the currentBait::CLI
module, then to establish a convention for config -- at first this can just be a flag passed into bait.This ticket is in development and might get trashed, I'm not sure yet -- but I'm definitely not comfortable running things outside of a VM in a production run of Bait.
The text was updated successfully, but these errors were encountered: