Database Integration?

I have a new Rails project that is just using SQLite and it works fine whether I run it within the IDE or on command line.  I have an .rvmrc file in my project and RubyMine appears to be detecting the correct project Ruby.

So why am I getting this message?:

RubyMine Database Integration
           Rails data sources detected, but some
           additional drivers are required for RubyMine
           to connect to the database
           Download drivers

I don't know what "RubyMine database integration" is but I'm almost certain I don't need it.  And I shouldn't need to "download drivers" if SQLite is already working.  So how do I get rid of this message?

Thanks

0
1 comment

RubyMine database integration allows you to view database structure
http://f.cl.ly/items/393y1T0D0c2x0B423r1x/Screen%20Shot%202012-10-26%20at%201.05.07%20PM.png
and perform live queries to the database via SQL console:


http://f.cl.ly/items/1V0w3k1T2R150G0j290Y/Screen%20Shot%202012-10-26%20at%201.12.15%20PM.png
If you don't need it you can simply disable Database Support plugin (Settings | Plugins) or change notification setting (Settings | Notifications) of Rails Data Sources Detector to 'No popup'
0

Please sign in to leave a comment.