Roland Mai wrote: > I think I got the user creation to work by commenting out the > > User.transaction(@user) do > > > After reading about transactions on api.rubyonrails.com it didn't make > much sense why one would have a transaction there because there is only > transaction. I did the same for the sign up which is in the > user_controller.rb in login_engine and it worked too... > > Oh, I wish that I could have found that out earlier...
I took your suggestion and it worked too. My problem is it worked for couple days and then failed without any error. What i also isolated out is that the transaction does not work between rails 1.1 and the login engine. Our other stuff that uses transactions and works fine. Thanks. -- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
