Me, The programmer
Just another WordPress.com site
Category Archives: Ruby
Autotest
Posted by on April 4, 2011
Sounds like a *Very* interesting concept. Basically, what it does is to test everything you change automatically. I haven’t tried it yet, but here goes tutorials on how to set it up: http://ruby.railstutorial.org/chapters/static-pages#top http://automate-everything.com/2009/08/gnome-and-autospec-notifications/
“failed to build gem native extension” – ffi
Posted by on April 3, 2011
Spent the whole day today trying to get bundle install to work and I always got an error while trying to install the ffi gem: Installing ffi (1.0.7) with native extensions .. . /usr/lib/ruby/site_ruby/1.8/rubygems/installer.rb:481:in `build_extensions’: ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) /usr/bin/ruby extconf.rb checking for ffi.h in /usr/local/include… no checking for rb_thread_blocking_region()… no [...]