Suddenly I can't run the production console anymore for my app :(. Here's the error I get:
08:12pm fggedsaa:~/rails/production/app>./script/console production Loading production environment (Rails 2.1.1) /opt/csw/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27: [BUG] terminated node (0x8117eb8) ruby 1.8.6 (2007-03-13) [i386-solaris2.11]
Version info:
8:24pm fggedsaa:~/rails/production/app> gem -v 1.2.0 8:24pm fggedsaa:~/rails/production/app> ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-solaris2.11] 8:24pm fggedsaa:~/rails/production/app> rails -v Rails 2.1.1
Running the development console works fine. I can't find any difference in gem usage between dev and production environments, but clearly there is one.
Thanks in advance for any help! This is a big problem for me...
David