similar to: Can rails run with MSQL?

Displaying 20 results from an estimated 200000 matches similar to: "Can rails run with MSQL?"

2019 Jul 01
0
Dovecot/MSQL issue
Actually, it seems I may have been wrong in initial assumption that the issue with the client was that it was being identified to mysql as coming from localhost when connecting via tcp. This is what syslog indicated as a reason for the failure but its not the whole picture. As John mentioned I am trying to have dovecot connect over TCP to mysql (not using the socket), and the issue looked like
2008 Feb 19
0
Rubycas-server installation
Hi, I''m not sure if i''m here in the right place but i have some questions about installing the rubycas-server. I have found some good documentation on how to install ''ruby'' and ''ruby on rails'' and that works fine :). So i moved on to the rubycas-server part. I tried to follow the instructions on this site:
2019 Jun 30
0
Dovecot/MSQL issue
> > > Hello, I'm trying to work through an issue that cropped up on a server I've been working on and haven't found a very good workaround. > > Dovecot is operating in a jailed environment. > > The configuration in dovecot-sql.conf.ext has been set appropriately with the host=127.0.0.1 (which works from a jailed environment) and when dovecot attempts to auth it
2006 Aug 22
0
Re: mySQL Not working with rails app
Joe Cairns wrote: > simonki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> Hi Joe >> >> You mention you''re using debian - is ruby installed from binary >> packages or from source? >> >> If it''s binary you should just be able to apt-get install >> libdbd-mysql-ruby >> If source make sure you have ruby-dev and build-essential*
2008 Jun 13
2
public/.htaccess missing from Rails 2.1?
I just started with rails and have been using rails 2.0.2 up until today. I did a gem install of Rails 2.1 and I noticed that when I created a new project with: rails -d mysql projectname, I don''t have a .htaccess file any longer to tell Apache to execute the fcgi or cgi scripts... Is this on purpose or did I do something wrong? --~--~---------~--~----~------------~-------~--~----~ You
2019 Jul 01
2
Dovecot/MSQL issue
On 30/06/2019 13:36, Aki Tuomi via dovecot wrote: >> >> Hello, I'm trying to work through an issue that cropped up on a server I've been working on and haven't found a very good workaround. >> >> Dovecot is operating in a jailed environment. >> >> The configuration in dovecot-sql.conf.ext has been set appropriately with the host=127.0.0.1 (which
2008 Dec 23
2
rails 2.2 connection to MySQL
I have been trying to connect to MySQL thru rails. Initially I had rails 2.1.2 and upgraded to rails 2.2 to use RestAPI in sproutcore. Once I have upgraded my rails version to 2.2, I have been getting this error. All I did is the following: 1. rails addressbook 2. cd addressbook 3. script/generate scaffold Contact first_name:string lastname:string 4. rake db:migrate I also change the
2007 Nov 05
3
How to get rails command to default to MySQL instead of SQLite?
I''m running OS/X 10.5 Leopard. Although I have MySQL installed the rails command creates a database.yml file that defaults to SQLite. How do I get it to default to MySQL instead? TIA --~--~---------~--~----~------------~-------~--~----~ 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
2007 Nov 16
4
256MB of RAM enough for ruby on rails and mysql?
Hi, I was wondering if 256MB of RAM is enough to run a ruby on rails server and mysql server. My application does not do any complex queries, but it does deal with quite a lot of data (potentially tables as large as 100MB). The number of concurrent users should be low, never more than 10. Currently I''m serving RoR using Lighttpd via fastcgi. The only thing I''ve changed from the
2007 Nov 28
1
how can I connect with postgresql using rails ?
Dear Friends, I am a new of ruby on rails. In my server mqsql is not installed,instead of mysql I am having the postgresql. How can I connect with postgresql using rails ? Please anyone help me to study further details. with deep regards, S.Vellingiri -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this
2008 Apr 02
1
Error in my_thread_global_end() when running rake db:migrate
When I run rake db:migrate I get this error at the end. Error in my_thread_global_end(): 1 threads didn''t exit I pinned it down to this code which is in 004_create_permissions.rb. # create admin user user = User.new user.login = ''admin'' user.password = ''password'' user.save(false) If I don''t run user.save(false) I
2011 Mar 31
3
can i switch to rails 2.3.5 and run a rails 2.3.5 code??
Hi all, i have installed rails 3 using RVM . the prob is now i have two parallel projects where one is in 2.3.5 and another is in rails3. i use Mac o x 10.6.3 mysql :Server version: 5.1.56 MySQL so can i switch in between rails3 and rails 2.3.8?? this is my gem list... actionmailer (3.0.5, 3.0.5.rc1, 3.0.4, 3.0.3, 2.3.8, 2.3.5) actionpack (3.0.5, 3.0.5.rc1, 3.0.4, 3.0.3, 2.3.8, 2.3.5)
2019 Jun 30
2
Dovecot/MSQL issue
Hello, I'm trying to work through an issue that cropped up on a server I've been working on and haven't found a very good workaround. Dovecot is operating in a jailed environment. The configuration in dovecot-sql.conf.ext has been set appropriately with the host=127.0.0.1 (which works from a jailed environment) and when dovecot attempts to auth it appears to perform a reverse dns
2009 Mar 05
3
Connection Pooling on Rails 2.2.2 (Windows Vista)
Hi, I''m trying to setup rails 2.2.2 pool connections to MySQL by specifying the pool setting with 5 in database.yml but no hope.. It doesn''t work. My rails is running on webrick in the production mode and the webrick is launched by RadRails. Even though I send multiple requests to my app on rails at the same time, it seemed only one connection is shared ( pooled ). I also
2007 Jul 12
1
Rails database backup & restore plugin or rake task
Hi, Searching in internet finds me mysql specific things and outdated rake tasks. I want a portable one. So using postgresql database, I want to dump my db data into a file. Then I want to load the file into mysql database. Any one know where I can find one? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2009 Mar 23
2
rails boolean and mysql tinyint(1) question?
this may seem silly but i just noticed that if in mysql the column which is a tinyint(1) happens 2 or greater, by a chance of glitch or corruption in the database(i did it manually ofcourse but i am speaking hypothetically), rails would see it as false. but i find that really wrong seeing how in mysql it sees any non-zeroes as true. i really think if it does happen to be any number other than 1
2009 Mar 13
2
storing and retrieving arrays in mysql using rails
Hi, I have a multiple checkbox of values 1 to 7 for selecting weekdays. What is the possibility of storing the selected weekdays array in mysql and what type of field should i create in the table for storing the array. Any suggestions??? Regards, Vimal Das --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2009 Mar 08
3
Any good tutorial about upgrade ruby to 1.9.1 and with rails 2.3?
Hi there, Just want to upgrade to ruby1.9.1, but some important gems such as mysql, fastthread, mongrel are not compatible with the newest version, anyone has some good tutorial for recommendation? Thanks, chenillen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to
2008 Aug 28
2
Rails Migrations and database views
I have a DB2 schema with many ''views'' and table partitions defined in it. As per our new project requirement we have to support multiple databases (DB2,Oracle and MYSQL to be specific). The frontend application is implemented using Ruby on Rails. I am interested in exploring the possibility of using Rails Migrations to abstract out the schema to a DB independent layer. I could
2008 Nov 24
5
Problems installing mysql gem in Rails 2.2.2
Hi'' Rails riders. I having upgraded everything and upgraded to Rails 2.2.2 I now wanted to install the MySQL gem as I am getting the following error when trying to load up the app. no such file to load -- mysql Normally running gem install mysql works with no problems but, now I get the following: >gem install mysql gem install mysql Successfully installed mysql-2.7.3-x86-mswin32 1