hi guys, I just updated to rails 2.3.5 on os X snow leopard.
When I try to run "rake routes", I get the following error indicating that the searchlogic gem is not installed. ------------------------------------------------ bash-3.2# gem install -v=2.3.5 rails Successfully installed rails-2.3.5 1 gem installed Installing ri documentation for rails-2.3.5... Installing RDoc documentation for rails-2.3.5... bash-3.2# bash-3.2# rake routes (in /Users/anexiole/projects/rails/RealAutoParts) Missing these required gems: searchlogic You're running: ruby 1.8.7.72 at /System/Library/Frameworks/Ruby.framework/Versions/ 1.8/usr/bin/ruby rubygems 1.3.4 at /Users/anexiole/.gem/ruby/1.8, /Library/Ruby/Gems/ 1.8, /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ ruby/gems/1.8 Run `rake gems:install` to install the missing gems. ------------------------------------------------ That cannot be right as it "rake routes" ran fine when I was still using rails 2.3.4 and that I even ran "gem install searchlogic" (with sudo) as per searchlogic's documentation. Any ideas? Also, does anyone know how to revert the rails version back to 2.3.4 ? That could be a quick fix until people fix the any potential issue with rails 2.3.5 . thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

