<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BASIC TRADING MULTIMEDIA &#187; gem</title>
	<atom:link href="http://www.basictrading.biz/tag/gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.basictrading.biz</link>
	<description>Information Technology and Design</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:33:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SOLVED: Rails uninstall gem rake 0.9.2 from rvm</title>
		<link>http://www.basictrading.biz/2011/06/solved-rails-uninstall-gem-rake-0-9-2-from-rvm/</link>
		<comments>http://www.basictrading.biz/2011/06/solved-rails-uninstall-gem-rake-0-9-2-from-rvm/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 15:18:51 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Ruby on rails]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rake]]></category>
		<category><![CDATA[solved]]></category>

		<guid isPermaLink="false">http://www.basictrading.biz/?p=506</guid>
		<description><![CDATA[Again some time wasted to resolve a little problem with gems I wanted to use the rake gem in it version 0.8.7 but in my rvm was also installed a 0.9.2 version. I tryed to uninstall it with no success &#8230; <a href="http://www.basictrading.biz/2011/06/solved-rails-uninstall-gem-rake-0-9-2-from-rvm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Again some time wasted to resolve a little problem with gems</p>
<p>I wanted to use the rake gem in it version 0.8.7 but in my rvm was also installed a 0.9.2 version.</p>
<p>I tryed to uninstall it with no success and the gem ask to run the</p>
<pre>gem list -d rake</pre>
<pre> rake (0.9.2, 0.8.7)
 Author: Jim Weirich
 Rubyforge: http://rubyforge.org/projects/rake
 Homepage: http://rake.rubyforge.org
 Installed at (0.9.2): /Users/spleenteo/.rvm/gems/ruby-1.8.7-p330@global
 (0.8.7): /Users/spleenteo/.rvm/gems/ruby-1.8.7-p330</pre>
<p>wtf is that @global? so, the only way to remove it is:</p>
<pre>$ rvm use @global
$ gem uninstall rake
$ rvm use ree</pre>
<p>this worked fine for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2011/06/solved-rails-uninstall-gem-rake-0-9-2-from-rvm/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>gem install mysql on linux</title>
		<link>http://www.basictrading.biz/2008/02/gem-install-mysql-on-linux/</link>
		<comments>http://www.basictrading.biz/2008/02/gem-install-mysql-on-linux/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 22:13:27 +0000</pubDate>
		<dc:creator>Matteo Papadopoulos</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.basictrading.biz/2008/02/19/gem-install-mysql-on-linux/</guid>
		<description><![CDATA[It might be a problem, an &#8220;old&#8221; well-known issue&#8230; sudo gem install mysql might return an error like: ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)     ERROR: Failed to build gem native extension. Well, this is cause you need the -dev &#8230; <a href="http://www.basictrading.biz/2008/02/gem-install-mysql-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://rubygems.org/images/rubygems-125x125t.png" height="125" width="125" /></p>
<p>It might be a problem, an &#8220;old&#8221; well-known issue&#8230;</p>
<pre>sudo gem install mysql</pre>
<p>might return an error like:</p>
<pre>ERROR:  While executing gem ... (Gem::Installer::ExtensionBuildError)</pre>
<pre>    ERROR: Failed to build gem native extension.</pre>
<p>Well, this is cause you need the -dev environment of mysql. Too easy to think that it could be mysql-dev, no! just try</p>
<pre>apt-get install libmysqlclient15-dev</pre>
<p>It will works!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.basictrading.biz/2008/02/gem-install-mysql-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

