search for: mysqlres

Displaying 7 results from an estimated 7 matches for "mysqlres".

Did you mean: mysql_res
2009 Jul 31
43
Error: uninitialized constant MysqlCompat::MysqlRes
..."kwatch-mysql-ruby" gem on my Debian server but when I try to run the "db:migrate" task I get the following error: ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:migrate rake aborted! uninitialized constant MysqlCompat::MysqlRes /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:440:in `rescue in load_missing_constant'' /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:436:in `load_missing_constant'' /usr/local/lib/ruby/gems/1....
2005 Jan 29
2
problem in compiling asterisk addon
i have problem in compiling asterisk-addons 1.0.1 --------------------------------------------------------- [root@kamran asterisk-addons-1.0.1]# make cc -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/local/mysql/include -c -o cdr_addon_mysql.o cdr_addon_mysql.c ../asterisk: Not a directory make: *** [cdr_addon_mysql.o] Error 1 --------------------------------------------------------- i want to
2011 Mar 25
1
undefined method `init' for Mysql:Class on Mac with rvm and Passenger 3
...k. I would not like to use mysql2 gem (it gives an error too) because in production I have to use mysql gem anyway. I moved to Passenger 3 and I am not able to run a Rails 2 and a 3 apps. They both uses Passenger 3 (latest) and ree 2011.03. The Rails 2 app gives uninitialized constant MysqlCompat::MysqlRes The Rails 3: NoMethodError undefined method `init'' for Mysql:Class Rails.root: /opt/local/apache2/rails-data/apps Application Trace | Framework Trace | Full Trace activerecord (3.0.5) lib/active_record/connection_adapters/ mysql_adapter.rb:30:in `mysql_connection'' activerecor...
2009 Oct 01
3
mongrel + mysql can't connect in custom mysql install
...up and I can connect with the mysql gui tools. I have ruby and rails installed much the same way (but I see no issues so far with ruby). My dev log is as follows (please help!): /!\ FAILSAFE /!\ 2009-10-01 11:32:44 -0500 Status: 500 Internal Server Error uninitialized constant MysqlCompat::MysqlRes /home/t192zcs/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:440:in `rescue in load_missing_constant'' /home/t192zcs/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:436:in `load_missing_constant''...
2004 Feb 10
0
name space conflict using RMySQL and ROracle
...th name spaces? Because it needs to much time, unloading and reloading the libraries is no solution... Example: ----------- snip ----------------- library(ROracle) library(RMySQL) mysql <- MySQL() con <- dbConnect(mysql, user=MySQL.name, password=MySQL.pwd, dbname=MySQL.DB, host=MySQL.host) MySQLres <- dbGetQuery(con, MySQL.query) dbDisconnect(con) ora <- Oracle() con <- dbConnect(ora, user=Oracle.name, password=Oracle.pwd, dbname=Oracle.DB) OraRes <- dbGetQuery(con, Ora.query) dbDisconnect(con) ----------- snap ----------------- platform sparc-sun-solaris2.8 arch sparc...
2010 Jun 04
0
Error after Updating version of Ubuntu
...ons of rails in it. I use Aptana Rad Rails for all my applications. Everything was running fine until I updated my Ubuntu. I upgraded to Ubuntu 10.04 online through update mangager. Then when I run rake db:migrate it gives the following error: "rake aborted! uninitialized constant MysqlCompat::MysqlRes" What may be the problem? Please help me.... More over the following versions are installed in my system: ruby -v ----> 1.8.7 (2010-01-10 patchlevel 249) rails -v ---> 2.3.5 gem -v -----> 1.3.4 Please reply as soon as possible. Thank you. -- Posted via http://www.ruby-forum.com/....
2009 Dec 06
5
Using MySQL with Rails
If I want to use MySQL instead of sqlite3 when creating a Rails application, apart from creating the application with the -d mysql and configuring the config/database.yml file is there anything else I did to do/download? Thanks -- 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