I ran into this issue today. But this one's easy. Just run the following command and install the gem again:
Continue Reading »Tagged 'fixes'
-
The nokogiri gem and the "libxslt is missing" error
-
Using Postgresql with Rails 3.1: the 'pg' gem
As you may know I've been learning Ruby on Rails for the last few weeks. I'm also currently developing an application using the edge version of RefineryCMS (which is really a Rails 3.1 application), integrated with the almighty Heroku.
Continue Reading » -
Refinery CMS, rails 3.1.1 and the Operation not permitted error Errno::EPERM
The last couple of days, I've been trying to set up Refinery CMS for a project I'm working on. I've made a couple of Stack Overflow questions about which ruby on rails CMS supports multiple languages and custom types.
Continue Reading » -
Rails 3.1 "rails console" fails with "no such file to load -- readline"
Yesterday, I was trying to run the
Continue Reading »rails console
command on Ubuntu with ruby 1.9.2 and rails 3.1, without any success. I was getting ano such file to load -- readline
error. This kind of error was sort of familiar for me (I had the commonno such file to load -- zlib
and the not so commonno such file to load -- openssl
a while ago). So this was probably another package that I was missing. -
Rails 3.1 smtp gmail Errno::ECONNREFUSED Connection refused
I was trying out the rails 3.1 smtp mailer on the sandbox application I use to test all the new stuff and it was throwing this error:
Continue Reading » -
Android Market not showing all installed apps
As you may have read a couple of days ago, I had a lot of issues with the market when I installed Cyanogenmod7.1.0-RC1 on my HTC Inspire 4G. But thankfully, I solved that and I thought that was it.
Continue Reading » -
Android Market 3.1.3 and 3.1.5 crash with "Force stop" error on HTC Inspire4G/DesireHD with Cyanogenmod 7.1.0-RC1
Yesterday, I installed the Cyanogenmod 7.1.0-RC1 on my HTC Inspire 4G phone. It looks and works great, but since the minute I installed it, I started to have issues with the Android Market, specifically versions 3.1.3 and 3.1.2.
Continue Reading » -
jQuery fadeIn and fadeOut: IE bug workaround
I was trying to do some cool effect on a project I'm working on by fading in the front page.
Continue Reading »
The trick looks really nice and it's easy to implement. -
Rails 3.1 "rake db:migrate" fails with "stack level too deep" error
I was trying to run the following command on a new rails 3.1 app and it was failing... badly.
Continue Reading » -
JetBrains and the IdeaVIM plugin
Last night I installed the latest version of RubyMine (just to have it as a backup plan though).
Continue Reading »
I then tried to install the IdeaVIM plugin which, for older versions, had worked fine for me.