0
votes
getting rid of ruby gems that won’t die
update your version of ruby gems
gem update --system
then hopefully
gem uninstall xxx
will work right now [was a bug in older versions]
…
0
votes
Rails can’t find the generator class
in 1.9 there's Enumerator::Generator
or you might be able to get away with creating your own file
'generator'
that just does
Generator = Enumerator
GL.
-r
…
0
votes
Configuring GitHub to automatically build new ruby gems
There's a link when you reload your project's github page on the right [the gem] to "rebuild gem" if you don't want to do the version bump. Then it takes a few minutes to show up :)
-r
…
0
votes
Are github gems less stable than rubyforge gems?
Probably less stable and slightly more up to date :)
-r
…
0
votes
0
votes
How do I compile and build the taf2-curb Ruby gem on Windows XP with MinGW?
you'll want to check your mkmf.log
Perhaps add curb-config to your path?
-r
…
0
votes
