<?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>Ian Winter &#187; ruby</title>
	<atom:link href="http://ianwinter.co.uk/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianwinter.co.uk</link>
	<description>Have you found the instructions yet?</description>
	<lastBuildDate>Thu, 13 May 2010 21:03:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ruby Enterprise Install</title>
		<link>http://ianwinter.co.uk/2009/11/09/ruby-enterprise-install/</link>
		<comments>http://ianwinter.co.uk/2009/11/09/ruby-enterprise-install/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:31:41 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://ianwinter.co.uk/?p=1100</guid>
		<description><![CDATA[Trying to install Ruby Enterprise on a fresh RHEL5 64 bit box this morning and hit a few issues. Initially just the standard install requests for gcc, gcc-c++, readline-devel, openssl-devel and zlib-devel. They all installed fine, but, when I tried running the installer I got an error like this: In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/algorithm:65, from [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to install Ruby Enterprise on a fresh RHEL5 64 bit box this morning and hit a few issues. Initially just the standard install requests for gcc, gcc-c++, readline-devel, openssl-devel and zlib-devel. They all installed fine, but, when I tried running the installer I got an error like this:</p>
<pre class="brush: bash;">In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/algorithm:65,
from src/tcmalloc.cc:112:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_algobase.h:64:28: error: bits/c++config.h: No such file or directory
In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_algobase.h:69,
from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/algorithm:65,
from src/tcmalloc.cc:112:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/iosfwd:45:29: error: bits/c++locale.h: No such file or directory
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/iosfwd:46:25: error: bits/c++io.h: No such file or directory
In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/memory:54,
from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_tempbuf.h:64,
from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_algo.h:66,
from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/algorithm:68,
from src/tcmalloc.cc:112:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/allocator.h:52:31: error: bits/c++allocator.h: No such file or directory
In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:45,
from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/string:52,
from src/base/commandlineflags.h:52,
from src/tcmalloc.cc:114:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/atomicity.h:38:30: error: bits/atomic_word.h: No such file or directory
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/allocator.h:82: error: expected template-name before ‘&amp;lt;’ token
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/allocator.h:82: error: expected `{' before ‘&amp;lt;’ token
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/allocator.h:82: error: expected unqualified-id before ‘&amp;lt;’ token
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_algo.h: In function ‘void std::random_shuffle(_RandomAccessIterator, _RandomAccessIterator)’:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/stl_algo.h:1906: error: ‘rand’ is not a member of ‘std’
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/atomicity.h: At global scope:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/atomicity.h:44: error: expected constructor, destructor, or type conversion before ‘__exchange_and_add’
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/atomicity.h:48: error: expected ‘,’ or ‘...’ before ‘*’ token
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:150: error: ‘_Atomic_word’ does not name a type
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h: In member function ‘void std::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;::_Rep::_M_dispose(const _Alloc&amp;amp;)’:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:232: error: ‘__exchange_and_add’ is not a member of ‘__gnu_cxx’
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h: In member function ‘typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::size_type std::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;::_M_check(typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::size_type, const char*) const’:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:306: error: there are no arguments to ‘__N’ that depend on a template parameter, so a declaration of ‘__N’ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:306: error: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h: In member function ‘void std::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;::_M_check_length(typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::size_type, typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::size_type, const char*) const’:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:314: error: there are no arguments to ‘__N’ that depend on a template parameter, so a declaration of ‘__N’ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h: In member function ‘typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::const_reference std::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;::at(typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::size_type) const’:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:726: error: tnction ‘typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::const_reference std::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;::at(typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::size_type) const’:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:726: error: there are no arguments to ‘__N’ that depend on a template parameter, so a declaration of ‘__N’ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h: In member function ‘typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::reference std::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;::at(typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::size_type)’:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:745: error: there are no arguments to ‘__N’ that depend on a template parameter, so a declaration of ‘__N’ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.tcc: In static member function ‘static _CharT* std::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;::_S_construct(_InIterator, _InIterator, const _Alloc&amp;amp;, std::forward_iterator_tag)’:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.tcc:145: error: there are no arguments to ‘__N’ that depend on a template parameter, so a declaration of ‘__N’ must be available
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.tcc: In static member function ‘static typename std::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;::_Rep* std::basic_string&amp;lt;_CharT, _Traits, _Alloc&amp;gt;::_Rep::_S_create(typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::size_type, typename _Alloc::rebind&amp;lt;_CharT&amp;gt;::other::size_type, const _Alloc&amp;amp;)’:
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.tcc:533: error: there are no arguments to ‘__N’ that depend on a template parameter, so a declaration</pre>
<p>The fix was two steps, first a simple install of libstdc++-devel then follow the <a href="http://www.rubyenterpriseedition.com/documentation.html#_step_3_install_tcmalloc">instructions </a>to install tcmalloc which is required. Odd that on a 32 bit system it installed straight away.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2009/11/09/ruby-enterprise-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails Developers &#8211; Windsor, UK</title>
		<link>http://ianwinter.co.uk/2009/03/18/ruby-on-rails-developers-windsor-uk/</link>
		<comments>http://ianwinter.co.uk/2009/03/18/ruby-on-rails-developers-windsor-uk/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 11:49:00 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://ianwinter.co.uk/?p=966</guid>
		<description><![CDATA[As you may or may not know I work at Global Personals / WhiteLabelDating.com. We&#8217;re currently after some top quality Ruby on Rails Developers to work from our Windsor office here in the UK. If you think you might fit the bill drop Ross Williams a line (rwilliams@globalpersonals.co.uk) and be sure to mention you saw [...]]]></description>
			<content:encoded><![CDATA[<p>As you may or may not know I work at Global Personals  / WhiteLabelDating.com. We&#8217;re currently after some top quality Ruby on Rails Developers to work from our Windsor office here in the UK. If you think you might fit the bill drop Ross Williams a line (<script type="text/javascript"><!--
//&lt;![CDATA[
var l=new Array();
l[0]='&gt;';l[1]='a';l[2]='/';l[3]='&lt;';l[4]=' 107';l[5]=' 117';l[6]=' 46';l[7]=' 111';l[8]=' 99';l[9]=' 46';l[10]=' 115';l[11]=' 108';l[12]=' 97';l[13]=' 110';l[14]=' 111';l[15]=' 115';l[16]=' 114';l[17]=' 101';l[18]=' 112';l[19]=' 108';l[20]=' 97';l[21]=' 98';l[22]=' 111';l[23]=' 108';l[24]=' 103';l[25]=' 64';l[26]=' 115';l[27]=' 109';l[28]=' 97';l[29]=' 105';l[30]=' 108';l[31]=' 108';l[32]=' 105';l[33]=' 119';l[34]=' 114';l[35]='&gt;';l[36]='\"';l[37]=' 107';l[38]=' 117';l[39]=' 46';l[40]=' 111';l[41]=' 99';l[42]=' 46';l[43]=' 115';l[44]=' 108';l[45]=' 97';l[46]=' 110';l[47]=' 111';l[48]=' 115';l[49]=' 114';l[50]=' 101';l[51]=' 112';l[52]=' 108';l[53]=' 97';l[54]=' 98';l[55]=' 111';l[56]=' 108';l[57]=' 103';l[58]=' 64';l[59]=' 115';l[60]=' 109';l[61]=' 97';l[62]=' 105';l[63]=' 108';l[64]=' 108';l[65]=' 105';l[66]=' 119';l[67]=' 114';l[68]=':';l[69]='o';l[70]='t';l[71]='l';l[72]='i';l[73]='a';l[74]='m';l[75]='\"';l[76]='=';l[77]='f';l[78]='e';l[79]='r';l[80]='h';l[81]='a ';l[82]='&lt;';
for (var i = l.length-1; i &gt;= 0; i=i-1){ 
if (l[i].substring(0, 1) == ' ') document.write("&amp;#"+unescape(l[i].substring(1))+";"); 
else document.write(unescape(l[i]));
}
//]]&gt;
// --></script><a href="mailto:rwilliams@globalpersonals.co.uk">rwilliams@globalpersonals.co.uk</a>) and be sure to mention you saw the advert here.</p>
<p><strong>Job Description</strong></p>
<p>Global Personals, the company behind WhiteLabelDating.com, has a fantastic opportunity for talented, experienced Rails developers to join our development team.</p>
<p>You’ll join 11 developers, designers and project managers focused on creating the best online dating platform in the industry. We’re just beginning a series of new projects in Rails – you’ll be joining right at the start to help influence decisions based on your expert Rails skills and experience.</p>
<p>You’ll be based on the top floor of our lovely headquarters at 1 High Street in the middle of Windsor. It’s easily commutable from London (West via Paddington or South-West direct from Waterloo), Reading, Bracknell, Staines or Slough.</p>
<p>We give our people the best tools. You’ll get a brand new 24in iMac and a 23in Cinema Display to work on (or a top-end PC if you insist) and you’ll sit at a big desk on a swanky Hermann Miller Aeron chair. We have a free posh coffee machine in our own kitchen, XBox 360, Wii, <span class="caps">LCD</span> TVs, Rock Band, Guitar Hero, Mario Kart, football table and other toys.</p>
<p>Salary will be based on experience, but will likely be in the range of £35k-£60k (negotiable).</p>
<p>We pay a £1000 bonus after your three month probation if you’ve come direct to us. Following your successful probation we’ll pay up to 5% of your salary into your company pension, contribute to gym membership, plus other benefits.</p>
<p><strong>You’ll need the following skills/attributes:</strong></p>
<ul>
<li>Ruby on Rails – essential to demonstrate your Rails experience</li>
<li>MySQL (or equivalent <span class="caps">RDBMS</span>)</li>
<li>Strong communicator, teamworker and best practice stickler</li>
<li>Excellent knowledge of Javascript using Prototype/Scriptaculous</li>
<li>Ability to write clean, semantic, well-formed <span class="caps">HTML</span> and <span class="caps">CSS</span></li>
<li>Proficiency with Linux or Unix</li>
<li>Subversion</li>
</ul>
<p><strong>The following are desirables:</strong></p>
<ul>
<li><span class="caps">TDD</span> and/or <span class="caps">BDD</span></li>
<li>Experience of Agile working environment</li>
<li>Open source projects or blogs you’ve written on</li>
<li>Previous dating or social networking projects</li>
<li>ColdFusion and <span class="caps">PHP</span></li>
</ul>
<p><strong>Company Description</strong></p>
<p>The largest private online dating company in the UK with offices in Windsor, Miami, New York and Sydney.</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2009/03/18/ruby-on-rails-developers-windsor-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
