search for: mysql_ruby

Displaying 3 results from an estimated 3 matches for "mysql_ruby".

2006 Feb 12
2
Webrick very unstable with MySQL 5.0 on Windows
So, install Ruby and gem and then read the wiki post about getting MySQL working and installed that mysql.so into the right dirs, and actually everything works fine. Except that it''s unstable - after maybe 4 or 5 queries, Webrick will crash with a segmentation fault in basically a random module - never the same spot. Anyone got any suggestions? Is it just the mysql.so - does it need to
2006 Apr 07
2
minor issue with mysql/ruby - major headache
...record/connection_adapters/mysql_adapter.rb:35:in `mysql_connection'' c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `send'' if i run the same app with webrick it works. i have a feeling it is the mysql_ruby GEM which i haven''t got working in sync with ruby. I followed the instruction on http://www.jjleonard.co.uk/?p=102 "copy mysql.rb to the ruby install directory, typically c:\ruby\lib\ruby\1.8\" i downloaded this version ruby-mysql-0.2.6.tar.gz. is there anything else i need t...
2005 Dec 28
1
Windows "Lost connection to MySQL server during query"
With previous versions of active record (prior to version 1.13.2), one could simply comment out the "require ''active_record/vendor/mysql411''" line in mysql_adapter.rb to fix this problem when you weren''t (and/or couldn''t) use the native mysql bindings. However, this line no longer exists, and I''m stuck on getting any sort of applicatino