<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-7848773784033967496.post5815555126229211045..comments</id><updated>2010-01-31T08:56:11.602-07:00</updated><title type='text'>Comments on Don't forget the R!: Installing Ruby 1.9.1, Rails 2.3.2 and PostgreSQL ...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.smajnr.net/feeds/5815555126229211045/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default'/><link rel='alternate' type='text/html' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html'/><author><name>Matt Haley</name><uri>http://www.blogger.com/profile/17203600597136264011</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7848773784033967496.post-2088913974164196657</id><published>2010-01-31T08:56:11.602-07:00</published><updated>2010-01-31T08:56:11.602-07:00</updated><title type='text'>I recently upgraded to Ruby 1.9.1 using the new in...</title><content type='html'>I recently upgraded to Ruby 1.9.1 using the new installer for windows (rubyinstaller-1.9.1-p243-rc1), and running on Vista.  After reinstalling all of my gems, I had a mysterious error every time rails tried to access my Mysql database, sometimes crashing the Ruby interpreter.  I had already placed a copy of the libmysql.dll file in the Ruby19 bin and the Mysql gem (2.8.1) was working fine from a separate ruby program or the interactive console.  I finally discovered after some trial and error that the libmysql.dll file in the ruby bin needs to be from a Mysql installation version 5.0 or earlier.  After changing this libmysql.dll file, rails works fine, even when running on later versions of Mysql (I&amp;#39;m using 5.1.40).&lt;br /&gt;&lt;br /&gt;Also, my application was frozen to rails version 2.3.4, which was causing a different set of problems with ruby 1.9.1.  When I changed to rails 2.3.5, everything was running smoothly again.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/2088913974164196657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/2088913974164196657'/><link rel='alternate' type='text/html' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html?showComment=1264953371602#c2088913974164196657' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html' ref='tag:blogger.com,1999:blog-7848773784033967496.post-5815555126229211045' source='http://www.blogger.com/feeds/7848773784033967496/posts/default/5815555126229211045' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7848773784033967496.post-6948795347819684105</id><published>2009-10-29T19:22:07.815-07:00</published><updated>2009-10-29T19:22:07.815-07:00</updated><title type='text'>The devkit is needed to install/compile native gem...</title><content type='html'>The devkit is needed to install/compile native gems on Windows, for instance nokogiri.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/6948795347819684105'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/6948795347819684105'/><link rel='alternate' type='text/html' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html?showComment=1256869327815#c6948795347819684105' title=''/><author><name>Matt Haley</name><uri>http://www.blogger.com/profile/17203600597136264011</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='16554978147779135561'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html' ref='tag:blogger.com,1999:blog-7848773784033967496.post-5815555126229211045' source='http://www.blogger.com/feeds/7848773784033967496/posts/default/5815555126229211045' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7848773784033967496.post-6912875598871158340</id><published>2009-10-29T19:19:25.291-07:00</published><updated>2009-10-29T19:19:25.291-07:00</updated><title type='text'>Thank you so much, I started before i found your t...</title><content type='html'>Thank you so much, I started before i found your tutorial and was having a hard time figuring out what i did wrong. I am newbie to all the components and in a rush.  My Installation:&lt;br /&gt;- Windows Vista Business&lt;br /&gt;- Ruby 1.8.6 (Couldn´t find the one click installer for the 1.8.7 recommended by rails.) The book im using to learn rails didn´t advice to use Ruby 1.9 either so i stayed behind.&lt;br /&gt;- Rails 2.3.4&lt;br /&gt;- Same PostgreSQL 8.4 installer.&lt;br /&gt;&lt;br /&gt;My mistake was trying to use the Advanced Server with Postgres 8.3.8, and the pg gem missed the 8.4 libpq.dll, so i did the &amp;quot;set path&amp;quot; update and replaced libeay32.dll but also ssleay.dll.&lt;br /&gt;Voilá! it works!&lt;br /&gt;I didnt installed yet the developer kit so i´m going to find out first what is it for.  I was about to drop the windows development for the linux one but saved the frustration with your help. There is much less Rails/PG advice than, lets say MySQL so i appreciate this a lot.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/6912875598871158340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/6912875598871158340'/><link rel='alternate' type='text/html' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html?showComment=1256869165291#c6912875598871158340' title=''/><author><name>Fernando</name><uri>http://www.blogger.com/profile/16857914069389295622</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html' ref='tag:blogger.com,1999:blog-7848773784033967496.post-5815555126229211045' source='http://www.blogger.com/feeds/7848773784033967496/posts/default/5815555126229211045' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7848773784033967496.post-6507771921898787008</id><published>2009-08-06T22:40:33.081-07:00</published><updated>2009-08-06T22:40:33.081-07:00</updated><title type='text'>Thank You Very Much</title><content type='html'>Thank You Very Much</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/6507771921898787008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/6507771921898787008'/><link rel='alternate' type='text/html' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html?showComment=1249623633081#c6507771921898787008' title=''/><author><name>silnara</name><uri>http://www.blogger.com/profile/12082728732657311417</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html' ref='tag:blogger.com,1999:blog-7848773784033967496.post-5815555126229211045' source='http://www.blogger.com/feeds/7848773784033967496/posts/default/5815555126229211045' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-7848773784033967496.post-3891594903121496620</id><published>2009-07-31T09:24:14.884-07:00</published><updated>2009-07-31T09:24:14.884-07:00</updated><title type='text'>Nice tutorial.</title><content type='html'>Nice tutorial.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/3891594903121496620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7848773784033967496/5815555126229211045/comments/default/3891594903121496620'/><link rel='alternate' type='text/html' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html?showComment=1249057454884#c3891594903121496620' title=''/><author><name>Roger Pack</name><uri>http://www.blogger.com/profile/01578246846716577925</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.smajnr.net/2009/07/installing-ruby-191-rails-232-and.html' ref='tag:blogger.com,1999:blog-7848773784033967496.post-5815555126229211045' source='http://www.blogger.com/feeds/7848773784033967496/posts/default/5815555126229211045' type='text/html'/></entry></feed>