Rails suddenly broke after installing zsh

If I try rails new foo or bundle install I get the message below:

/Users/esthertan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in
to_specs': Could not find railties (>= 0) amongst [bigdecimal-1.1.0, io-console-0.3, json-1.5.4, minitest-2.5.1, rake-0.9.2.2, rdoc-3.9.4] (Gem::LoadError) from /Users/esthertan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:256:into_spec’
from
/Users/esthertan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems.rb:1231:in
gem' from /Users/esthertan/.rvm/gems/ruby-1.9.3-p194/bin/rails:18:in
from
/Users/esthertan/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in
eval' from /Users/esthertan/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in
FAIL: 1

Could you guys help me out?
I tried uninstalling, then reinstalling the gems and it doesn’t help.
This error only appeared after installing zsh, so I think that might be
useful.

Thanks

Kenley

On Sat, Jun 16, 2012 at 7:09 AM, Kenley T. [email protected]
wrote:

If I try rails new foo or bundle install I get the message below:

/Users/esthertan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:247:in

`to_specs’: Could not find railties (>= 0) amongst [bigdecimal-1.1.0,
io-console-0.3, json-1.5.4, minitest-2.5.1, rake-0.9.2.2, rdoc-3.9.4]
(Gem::LoadError)

Presumably the RVM setup you have in your .bashrc / .bash_profile is
not happening in the equivalent config files for zsh, whatever those
are.

Ian