Missing the Rails 2.3.4 gem. Even though it's installed!

Posted by Shereef on Stack Overflow See other posts from Stack Overflow or by Shereef
Published on 2009-09-18T06:17:02Z Indexed on 2011/01/13 17:53 UTC
Read the original article Hit count: 152

Filed under:
|
|
|
|

Running Snow Leopard. Tried uninstalling, and re-installing. Still getting the same error whenever I run a rake task.

mbpro:redmine shereef$ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.0.0]

mbpro:redmine shereef$ rails -v Rails 2.3.4

mbpro:redmine shereef$ which rails /usr/local/bin/rails

mbpro:redmine shereef$ gem -v 1.3.5

mbpro:redmine shereef$ which gem /usr/local/bin/gem

mbpro:redmine shereef$ rake -v (in /Users/shereef/Documents/Code/BetterMeans/redmine) Missing the Rails 2.3.4 gem. Please gem install -v=2.3.4 rails, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed. mbpro:redmine shereef$ which rake /usr/bin/rake

mbpro:redmine shereef$ $PATH -bash: /usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin: No such file or directory

mbpro:redmine shereef$

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubygems