Railsters:
I have just started a Rails site. I got SQLite3 working sooner than
MySQL, so I went with the former.
Then I ran ''rake test'', and received major spewage, including
this:
cannot rollback - no transaction is active (SQLite3::SQLException)
Then I installed Salted Hash Login Generator, and README_USER_LOGIN
told me:
"Whatever DB you use, it must support transactions.
If it does not, the functional tests will not work properly..."
Then I googled for SQLite''s situation, and got this:
http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html
"Although SQLite parses named transactions, the names are ignored.
SQLite does not support nested transactions."
So which is it? Will SQLite3 work, and support the functional tests, or
do the functional tests require named or nested transactions? Or is
something else going on?
--
Phlip
--~--~---------~--~----~------------~-------~--~----~
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
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk
-~----------~----~----~----~------~----~------~--~---