In order to use SQLite3 with JRuby, you need to use the JDBC adapter. This is explained at:
http://blogs.sun.com/arungupta/entry/totd_37_sqlite3_with_ruby Thanks, -Arun On Fri, Nov 28, 2008 at 7:02 AM, JK <[EMAIL PROTECTED]> wrote: > > I have a svn code in ruby on rails how will I convert it into jruby on > rails application. I have all setting required for jruby. > > When I am doing: > > jruby -S script/server -e production -p3000 > > it is returning: > > /home/jyoti/retrosvn/vendor/rails/activesupport/lib/active_support/ > dependencies.rb:498:in `require': undefined method `table_structure' > for class > `ActiveRecord::ConnectionAdapters::SQLiteAdapter' (NameError) > from /home/jyoti/retrosvn/vendor/rails/railties/lib/commands/ > server.rb:39 > from /home/jyoti/retrosvn/vendor/rails/railties/lib/commands/ > server.rb:3:in `require' > from script/server:3 > > Its very urgent. If any one have idea about it, please help me. > > JK > > > > -- Web Technologies and Standards Sun Microsystems, Inc. Blog: http://blogs.sun.com/arungupta --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ruby-on-rails-programming-with-passion" group. To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en -~----------~----~----~----~------~----~------~--~---
