madscience_gem icon indicating copy to clipboard operation
madscience_gem copied to clipboard

Source to the madscience Ruby gem. Part of RubyMadScience and Rails-Deploy-In-An-Hour.com

Results 3 madscience_gem issues
Sort by recently updated
recently updated
newest added

Trying to complete `rvmsudo madscience construct` on a fedora 22 x86_64 system and failing "See if Vagrant plugins just didn't install" at ~/.rvm/gems/ruby-2.2.1/gems/madscience-0.0.29/site-cookbooks/madscience-vagrant-cookbook/recipes/default.rb:121. if I include `#{output}` in the `raise`...

If using chruby, be aware of [known gem path issue with sudo](https://github.com/postmodern/chruby/issues/273). Current work around: `> sudo -E chruby-exec 2.2.0 -- ~/[path-to-madscience]/madscience setup`

`rbenv` encounters the same problems under sudo as [the others](https://github.com/noahgibbs/madscience_gem/issues/2) and one possible solution that could enter documentation is the [`rbenv-sudo`](https://github.com/dcarley/rbenv-sudo) plugin. The bootstrap command would then look like: ```...