On May 25, 2010, at 15:51 , pepe wrote: >> The one difference is to "jruby -S gem activerecord-jdbcmssql-adapter" >> to install JRuby's SQLServer support. You'll also want to review one >> more step outlined here to run the "jdbc" generator: > > Hi Nick, > > Got the adapter installed (your command was missing the word > 'install', though) but now I am getting errors. After running this > command:
Oops, yes it was. > > jruby -S rails my_app > > I get this message: > > c:/jruby-1.5.0/lib/ruby/site_ruby/1.8/rubygems.rb:777:in > `report_activate_error': Could not find RubyGem rails (>= 0) > (Gem::LoadError) You'll need to re-install the Rails gem as well. /Nick > > ??? > > I noticed that rubygems are coming from the 'site_ruby' instead of the > 'gems' folder. I tried to remove the rubygems from 'site_ruby' to see > if that would work but there was no difference > > I am kind of confused... > > -- > 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. > -- 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.

