Displaying 1 result from an estimated 1 matches for "newleg".
Did you mean:
newlen
2011 Jul 15
1
Rails 3 app has strange behaviour with Mysql2 database
Hi,
I have developed a little web app with a sqlite3 database in
development environment. Now I switched over to mysql2 for production
environment. At a first look everthing looks good!
BUT, I have delayed_jobs that run methods in the background, where two
nested active records were compared with "if hash1 == hash2", then it
should just show whether they are the same or not. With