RailsCasts Pro episodes are now free!

Learn more or hide this

fredguth's Profile

GitHub User: fredguth

Comments by

Avatar

I am having the same error, even when I test with an Administrator account. :-(

Any idea?

Avatar

This is a great idea for a new Railscast! Maybe Ryan could show us how to import contacts using OmniContacts or any other gem he believes is the most suitable.

Avatar

Hi Ryan,
thanks for this Railscast, loving zsh.

But I would certainly add a note regarding Railscast #66 Custom Rakes. You need to add this in the .zshrc file:

alias rake="noglob rake"

I was using zsh for a while when I first needed to use a custom rake command with parameters I had built. I couldn't figure what was wrong and it took me a while to see that it was not an error in the rake file.

Thanks
Fred