0
votes
2answers
38 views

mysql.h is missing … (Ruby on Rails, OSX)

I tried several ideas ... none of them worked ... I'm just trying to install mysql2 as a gem. My mysql is working, but every time my system says, that mysql.h is missing ... Has someone an idea? It's ...
0
votes
1answer
31 views

rails application craches when does request to mysql db

Before this problem appeared I run my application on ruby 1.8.7 with 'mysql' gem ver '2.8.1' without problems. And I use RVM to manage ruby environments. After I switched to ruby 1.9.3 the bundle ...
0
votes
2answers
138 views

Error during install of mysql2 gem for ruby 2.0.0 on Windows

I'm trying to install the mysql2 gem for Ruby 2.0.0. I tried following the instructions at http://rorguide.blogspot.hk/2011/03/installing-mysql2-gem-on-ruby-192-and.html, but was not successful. ...
1
vote
0answers
90 views

How to install mysql2 Ruby Gem on Mountain Lion without having MySQL installed

I want to connect to MySQL remotely, so I don't need to install MySQL on my mac. On linux it's possible by installing 2-3 libraries (libmysqlclient-dev etc.), I don't know how to do the same on mac. ...
0
votes
1answer
30 views

mysql gem broken in debian testing?

I've been trying all night, and so far have been unable to compile the mysql gem for ruby on my Debian Testing 64Bit system. I believe it is because I have the openssl v1.0.0 library installed. Here ...
0
votes
1answer
110 views

Ruby SSH MySQL Sequel (or DataMapper) remote connection with keys using Net::SSH gem

How would I connect to my VPS based MySQL database remotely (from a cloud based app) using the Ruby Net::SSH or Net::SSH::Gateway gems and key, not password, authentication? And then connect to the ...
3
votes
1answer
380 views

Error installing mysql2 adapter: Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` (cannot load such file — mysql2/mysql2)

I am getting this error when running Redmine2.3-stable, and subsequently unable to install the mysql2 adapter successfully. This is the error: Please install the mysql2 adapter: `gem install ...
2
votes
0answers
623 views

mysql.rb:6:in `r equire': cannot load such file — mysql/mysql_api (LoadError) [closed]

On Windows 7, Getting following error when trying to start server [rails s] C:/Ruby200/lib/ruby/gems/2.0.0/gems/mysql-2.9.1-x86-mingw32/lib/mysql.rb:6:in require': cannot load such file -- ...
0
votes
1answer
134 views

Connect Ruby on Rails to existing MySQL database (previously installed XAMMP)

I have installed ruby on rails(gitlab exactly) on ubuntu machine with xampp, but I failed to connect existing mysql to ror. I can install the gem mysql2 by running "gem install mysql2 -- ...
0
votes
1answer
202 views

Trying to deploy using capistrano - keep getting pg bundle error - but I'm not using pg

Hi guys I've been trying to deploy my application using capistrano. However I'm getting the following error consistently and have no idea on how to resolve it. * executing "cd ...
0
votes
2answers
154 views

Rails application throughs MySql GEM error

I am trying to run the "Redmine" project management application written in Rails. https://github.com/redmine/redmine I downloaded it from Github and now while trying to run it (by double clicking on ...
0
votes
1answer
175 views

Ruby on rails and mysql 2 on mac

I work in macosx v10.6.8 and i have : - ruby v 1.9.3p385 - rails v 3.2.12 - gem 1.8.25 - mysql Ver 14.14 Distrib 5.6.10, for osx10.6 (i386) using EditLine wrapper Whene in try gem builde install, i ...
2
votes
1answer
103 views

install mysql and mysql2 gems fail on fedora16 [closed]

this is my command info: [root@Lil lib]# gem install mysql -- --with-mysql-config=/usr/bin/mysql_config Building native extensions. This could take a while... ERROR: Error installing mysql: ...
1
vote
2answers
94 views

Setting up mysql with RoR, had XAMPP

I just got my RoR environment all set up and running. I made my first application with sqlite. I now want to try Mysql. I have XAMPP from when I did a bit of PHP over a year ago, therefor MYSQL is ...
1
vote
2answers
85 views

Active record ruby on rails error

I have not gone too far with the development of the application. i just did rails new app -d mysql and i did rails s loaded my browser. Rails homepage loaded and I went inside my app folder, ...
0
votes
2answers
125 views

mysql2 gem install error

im trying to install mysql2 gem after it failed to install on a bundle install. when i run $ sudo gem install mysql2 -- --with-mysql-config=/usr/local/mysql/bin/mysql_config i get the ...
0
votes
1answer
247 views

mysql2 Gem error on rails

I want to continue programming a rail app but the following error occurs when I try to start the server rails s. My rail installation seems to work fine when I have a brand new directory (it uses ...
2
votes
2answers
350 views

Ruby Gem LoadError mysql2/mysql2 required

Im trying to setup my rails server on OSX 10.8 but I can't get my rails server to run. - Currently Im using a Zend Server with mysql 5.1. - I also have istalled brew and brew mysql. - And I used: gem ...
0
votes
1answer
190 views

Redmine installation: Mysql gem say undefined symbol: mysql_init

I'm trying to install redmine on a OVH mutualized server but i'm block by a MySQL gem issue. OVH servers does not allow external network connection. I've downloaded and installed manually all gems ...
1
vote
2answers
3k views

Unable to install mysql2 gem OS X Mountain Lion

I'm new with RoR and I'm trying to install Mysql2 -v '0.3.11'. I have OS X Mountain Lion, rails 3.2.6 ,ruby 1.9.3. Below is the error I get. I looked everywhere and didn't find anything. $gem ...
0
votes
2answers
755 views

Problems running mysql on MAMP

I am trying to get the MySQL server on MAMP to run, but to no avail. It was working fine, but I stopped using MAMP when I started using Ruby on Rails. Now I want to work on some older PHP projects ...
0
votes
0answers
56 views

Error with the mysql gem

I'm trying to start a rails application in my server. but i'm getting this error. uninitialized constant MysqlCompat::MysqlRes The rails version is 2.3.14 and ruby 1.8 Anybody know how to get this ...
1
vote
1answer
44 views

Providing SQL query access to visitors on a rails app

I want to provide the ability to query the underlying mysql db on a rails-powered site to visitor on the web. The most transparent way seems to be able to take the text in a textbox and pass it to an ...
1
vote
1answer
55 views

can't run migration

I run rake db:create and getting strange error rake aborted! 126: ═х эрщфхэ єърчрээ√щ ьюфєы№. - C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2- ...
3
votes
1answer
3k views

Rails 3 - Incorrect MySQL client library version! Gem compiled for the wrong client library version

I cloned the github repo https://github.com/8bitpal/hackful, run 'bundle install' and now 'rake db:create'. But I get an error message: Incorrect MySQL client library version! This gem was compiled ...
2
votes
4answers
3k views

Rails 3.2.3 MySQL 5.5.1 Mysql2 gem install fails with ld incompatibilities

I have a clean build system as follows Ubuntu 11.04 Rvm 1.13.5 Ruby 1.9.3p194 Rails 3.2.3 Gem 1.8.24 MySql 5.5.24-1 (installed in /usr/local) I am trying to install the mysql2 gem (0.3.11) and ...
0
votes
3answers
83 views

Rails local server can't boot up

I'm trying to set up a local test server in my rails but I keep getting errors, errors that I can't find a solution online so this is why I came here. I'm a graphic designer so my knowledge of rails ...
0
votes
0answers
238 views

uninstalling mysql gems

Can anyone advise me on why I can't uninstall mysql gems? When I run my-MacBook-Pro:projectfolder mysuser$ gem list I can see that I have two mysql gems installed, as you can see from the ...
0
votes
1answer
1k views

Getting mysql gem working with ruby-1.9.3 on rvm

I am trying to setup mysql gem on ruby-1.9.3 installed with rvm. I want to set up the 'redmine'. To install mysql gem I used --> sudo env ARCHFLAGS="-arch x86_64" gem install --no-rdoc --no-ri mysql ...
0
votes
1answer
93 views

Using an in-memory database within a gem

I am writing a gem that does some complex parsing/composition of a plist file. I thought it would make sense to use the ActiveRecord interface for this and build 'structures' as an in-memory ...
1
vote
2answers
290 views

MySQL “unrecognized command line option '-aes'” with ruby 1.9.3-p125?

I have just recently installed ruby 1.9.3-p125 on Mac OS X. I use rvm for ruby mgmt and homebrew for mysql, etc. Oddly I've hit an odd issue with p125 that does not seem to happen at all on p0 and ...
2
votes
2answers
175 views

error getting while database create in ROR

i m install a bundle after for create database run this commond in terminal rake db:migrate then this error appears.Please help me what is the problem dominname@dominname204:~/Desktop/ajaxtree$ ...
0
votes
1answer
320 views

Ruby on Rails: MySql Gem does not work: uninitialized constant Mysql::Error

I have the following installed: Mac Os 10.7.2 (MacPro Pro, Processor Core i7) rails 3.1.0 ruby 1.9.2 mysql 5.5.19, for osx10.6 (i386) I can install the mysql gem without problems: sudo env ...
0
votes
1answer
635 views

installing mysql gem on rbenv

I'm trying to use vagrant on my MAC OSX machine. I connected vagrant with using SSH and I set ruby 1.9.2-p290. Now I'm try to install ruby gems but I've been facing with this problem when I want to ...
3
votes
3answers
2k views

Rails 3. no such file to load — mysql2/mysql2 in Production

I get this error no such file to load -- mysql2/mysql2 from Passenger in production. Details about this error ...
0
votes
2answers
202 views

Ruby gem version compatibility issues

I am trying to use Ruby with MySql and two more gems, composite_primary_keys and ActiveRecord, however, I am seeing version compatibility issues. Following are the details of the system and tools ...
0
votes
1answer
182 views

Installing mysql gem for ruby

I have trouble installing the mysql gem: gem install mysql Fetching: mysql-2.8.1.gem (100%) Building native extensions. This could take a while... ERROR: Error installing mysql: ERROR: Failed to ...
0
votes
0answers
247 views

Internal Server Error can't convert String into Integer

I'm getting the following error when I try to access localhost:3000/users/list. Internal Server Error can't convert String into Integer WEBrick/1.3.1 (Ruby/1.9.3/2011-10-30) at localhost:3000 ...
0
votes
1answer
438 views

can not gem install do_mysql. no mysql directory exists

I want to gem install do_mysql, it fails because the MySQL header files can not be found. do_mysql.c:5:19: error: mysql.h: No such file or directory do_mysql.c:6:20: error: errmsg.h: No such file or ...
0
votes
1answer
468 views

Is Datamapper's dm_mysql_adapter gem supported on windows?

I am wanting to play some more with Ruby and currently seem to have a grasp of sinatra, but would also like to now pull in data from a relational database. I tend to use Mysql for test apps and tried ...
4
votes
3answers
4k views

Ruby mysql2 gem compiled for wrong mysql client library version

After updating MySQL to 5.5 using apt-get, the mysql2 gem stopped working. Here's the error: Incorrect MySQL client library version! This gem was compiled for 5.5.17 but the client library is ...
1
vote
1answer
139 views

ruby script using dbi gem error inserting in mysql table with new index

I have a ruby script repeatedly executing the following the INSERT statement using the dbi gem: sql = "INSERT INTO traffic_by_pages (publication_id, subdomain, region_id, region_name, page_url, ...
4
votes
2answers
940 views

Rails enumerations: String or Integer column?

I am currently looking for a proper Rails gem for enumerations. I already tried enum_simulator has_enum Both use a string column in the database to store the enum data. Wouldn't an integer ...
2
votes
1answer
2k views

Ruby Gem for mysql 5.5 in windows

We are going to use mysql 5.5 in our application for production. I did some online search and it seems that mysql2 0.2.6 is the one for mysql5.5. Is this gem good for windows as well? Any tips on how ...
0
votes
1answer
220 views

Install mysql version 5.5 through terminal

Where can I find the ~/.rvmrc file. I have to put rvm_archflags="-arch x86_64" there as in the tutorial http://beginrescueend.com/integration/databases/. Also, is there any other way to install mysql ...
1
vote
2answers
418 views

Mac OS 10.6 Server can't install mysql gem

I have nearly the same problem with the one discussed on the link below: Error installing Mysql2 gem- 10.6 Server I have followed the solution described but I get this: sudo env ARCHFLAGS="-arch ...
1
vote
1answer
567 views

Rails Mysql::Error: query: not connected Windows 7

I'm running ruby 1.9.2 with rails (3.0.7) on windows 7. Had a hard time setting up mysql gems but eventually found out that will have to go with mysql adapter instead of mysql2 on windows7. ...
0
votes
1answer
54 views

Exception with MySQL gem for Rails installing in Win 7

Good times for everyone. I have such problem, feeling that it's simple, but due to I'm beginner I don't know the way to solve it: I'm trying to install mysql-gem for Ruby on Rails project in Windows. ...
1
vote
0answers
415 views

Uninitialized Constant Mysql2 - Windows

Here's my system specs: Windows 7 Ultimate 32bit Ruby 1.9.2 Rails 3.1 MySQL 5.5 I have created a new rails app using compass and when I do: rake db:create --trace I get the following results: ** ...
0
votes
1answer
37 views

From Winxp to Win7 Need to reinstall all the Rails gems?

I've switched from a winxp box to a new win7 64bit box and i want to get my rails development project running on it. i can copy my project folder to the new box and now i want to migrate all the gems ...

1 2 3