I've got a web app where I'd like to user FTS3 functionality of SQLite3.
I've got the SQLite3-ruby v1.2.5 gem installed. I'd like to have FTS3 support, and I know, due to trying to create an FTS3 table, that it doesn't come with it.
Do I need to compile the gem/sqlite3 myself in order to get this support? Is there a seprate gem I should be using?