<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Shane Sveller &#187; Rails</title>
	<atom:link href="http://shanesveller.com/category/computers/programming/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://shanesveller.com</link>
	<description>Somewhere between happy and total f**king wreck</description>
	<lastBuildDate>Thu, 07 Jan 2010 18:31:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Programming Goals: January-March</title>
		<link>http://shanesveller.com/2010/01/07/programming-goals-q1-2010/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=programming-goals-q1-2010</link>
		<comments>http://shanesveller.com/2010/01/07/programming-goals-q1-2010/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 18:31:09 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[bundler]]></category>
		<category><![CDATA[c sharp]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[Quarterly Goals]]></category>
		<category><![CDATA[rails 3]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=176</guid>
		<description><![CDATA[Wherein I describe some goals I'm setting for myself for the next few months.]]></description>
			<content:encoded><![CDATA[<p>Some things I&#8217;d love to accomplish in the next few months:</p>
<ul>
<li>Publish a simple jQuery plugin</li>
<li>Publish a simple WordPress plugin, probably a widget</li>
<li>Use <a href="http://www.mongodb.org/display/DOCS/Home">MongoDB</a> in a web app project</li>
<li>Use <a href="http://code.google.com/p/redis/">Redis</a> in a web app project</li>
<li>Launch another website to the &#8220;public&#8221; (all 5 readers!)</li>
<li>Write a simple web app using the Rails 3 beta</li>
<li>Deploy a Rails app using the <a href="http://github.com/wycats/bundler">bundler</a> gem</li>
<li>Learn some basic C#</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2010/01/07/programming-goals-q1-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redmine and Passenger bugfix</title>
		<link>http://shanesveller.com/2008/08/11/redmine-and-passenger-bugfix/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=redmine-and-passenger-bugfix</link>
		<comments>http://shanesveller.com/2008/08/11/redmine-and-passenger-bugfix/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:15:25 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=77</guid>
		<description><![CDATA[Redmine+Passenger has issues with RedCloth 4.x so use 3.0.4 or the included version instead.]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="http://www.redmine.org/issues/show/1714">Redmine.org</a></p>
<p>For those of you who are running Redmine on Phusion Passenger, if you have certain versions of the <code>RedCloth</code> gem installed, you are in for some trouble.<br />
<span id="more-47"></span><br />
I was getting something along the lines of:</p>
<pre>Error message:
    superclass must be a Class (Module given)
Exception class:
    TypeError
Application root:
    /var/rails/redmine-0.7</pre>
<p>This was on Ubuntu Hardy 8.04.1, with Apache 2.2.8-1, Ruby Enterprise Edition 080704 (I think), and Passenger 2.0.2, with Redmine from SVN-stable r1729.</p>
<p>A simple solution that worked perfectly for me was to remove ALL version of the RedCloth gem, allowing Redmine to use its own included version of RC.</p>
<pre>gem uninstall RedCloth</pre>
<p>One of the responses on that bug thread also indicates that gem version 3.0.4 of RedCloth is the most recent version compatible with Redmine, so you could also try using (only) that version.</p>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/08/11/redmine-and-passenger-bugfix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Passenger and RubyEnt updates</title>
		<link>http://shanesveller.com/2008/08/11/passenger-and-rubyent-updates/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=passenger-and-rubyent-updates</link>
		<comments>http://shanesveller.com/2008/08/11/passenger-and-rubyent-updates/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:01:00 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[passenger]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=73</guid>
		<description><![CDATA[My webserver is now running Phusion Passenger 2.0.3 for Ruby/Rails apps using Ruby Enterprise Edition 1.8.6-20080810. This greatly simplifies application deployment and helps improve performance and memory usage.]]></description>
			<content:encoded><![CDATA[<p>Updated my web server with <a href="http://rubyenterpriseedition.com">Ruby Enterprise Edition</a> 1.8.6-20080810 and <a href="http://modrails.com">Phusion Passenger</a> 2.0.3 successfully. Both releases feature bugfixes for security issues and the like. My web server currently powers this blog, a <a href="http://www.redmine.org">Redmine</a> instance for my own projects, and some &#8220;production&#8221; servers for a few <a href="http://isgilded.com">Rails apps</a> I&#8217;m writing right now.</p>
<p>I&#8217;d highly recommend Passenger and RubyEnt for low-volume or even high-traffic production Rails servers. It has greatly simplified my deployment and performance on a VPS with, say, 540MB of RAM is stellar. If you set the idle timeout to something huge, you can get almost Nginx+Mongrel/Thin level performance even on a low-traffic server; otherwise you have to wait a brief time (10-15 seconds) when the app has been idle for a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/08/11/passenger-and-rubyent-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building libxml-ruby gem on Ubuntu Hardy</title>
		<link>http://shanesveller.com/2008/07/14/building-libxml-ruby-gem-on-ubuntu-hardy/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=building-libxml-ruby-gem-on-ubuntu-hardy</link>
		<comments>http://shanesveller.com/2008/07/14/building-libxml-ruby-gem-on-ubuntu-hardy/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 17:07:39 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[libxml]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=61</guid>
		<description><![CDATA[<pre>no such file to load -- libxml_so</pre>
<br/>
<pre>sudo apt-get install libxml2 libxml2-dev
cd /usr/lib/ruby/gems/1.8/gems/libxml-ruby-0.7.0
sudo ruby ext/libxml/extconf.rb
sudo make; sudo make install</pre>]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="http://mrtibs.blogspot.com/2008/03/ubuntu-no-such-file-to-load-libxmlso.html" target="_blank">Tibs&#8217; Blog</a></p>
<p>I had been having a lot of trouble using libxml-ruby on Ubuntu Hardy for a hobby project of mine. Any task including libxml calls via <code>require 'xml/libxml'</code> fails with the message:</p>
<pre>no such file to load -- libxml_so</pre>
<p><span id="more-35"></span><br />
To solve this:</p>
<pre class="brush: bash">
sudo apt-get install libxml2 libxml2-dev
cd /usr/lib/ruby/gems/1.8/gems/libxml-ruby-0.7.0
sudo ruby ext/libxml/extconf.rb
sudo make; sudo make install
</pre>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/07/14/building-libxml-ruby-gem-on-ubuntu-hardy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing id3lib-ruby gem on OSX Leopard with id3lib from MacPorts</title>
		<link>http://shanesveller.com/2008/07/08/installing-id3lib-ruby-gem-on-osx-leopard-with-id3lib-from-macports/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-id3lib-ruby-gem-on-osx-leopard-with-id3lib-from-macports</link>
		<comments>http://shanesveller.com/2008/07/08/installing-id3lib-ruby-gem-on-osx-leopard-with-id3lib-from-macports/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 19:29:34 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=58</guid>
		<description><![CDATA[<pre>sudo port install id3lib
sudo ARCHFLAGS="-arch i386" gem install id3lib-ruby -- --build-flags --with-opt-dir=/opt/local</pre>]]></description>
			<content:encoded><![CDATA[<p>Source: <a href="http://www.johnwulff.com/articles/2008/03/16/install-id3lib-ruby-gem-on-os-x-leopard">John Wulff</a> and comments</p>
<pre class="brush: bash">sudo port install id3lib
sudo ARCHFLAGS=&quot;-arch i386&quot; gem install id3lib-ruby -- --build-flags --with-opt-dir=/opt/local</pre>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/07/08/installing-id3lib-ruby-gem-on-osx-leopard-with-id3lib-from-macports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another successful Passenger deployment</title>
		<link>http://shanesveller.com/2008/06/25/another-successful-passenger-deployment/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=another-successful-passenger-deployment</link>
		<comments>http://shanesveller.com/2008/06/25/another-successful-passenger-deployment/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 18:16:38 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=56</guid>
		<description><![CDATA[This morning, as a result of a hardware failure on my home server, I decided to move my Redmine devtracker to my Linode host.I used: Ubuntu Server 8.04 AMD64 Apache2-prefork 2.2.8 Passenger 2.0.1 Ruby Enterprise Edition 1.8.6-20080624 Redmine 0.7 stable (SVN r1547) My apache vhost is as follows: &#60;VirtualHost *:80&#62; ServerName dev.shanesveller.com DocumentRoot /var/rails/redmine-0.7/public &#60;Directory]]></description>
			<content:encoded><![CDATA[<p>This morning, as a result of a hardware failure on my home server, I decided to move my <a href="http://www.redmine.org">Redmine</a> devtracker to my Linode host.<span id="more-30"></span>I used:</p>
<ul>
<li><a href="http://www.ubuntu.com">Ubuntu</a> Server 8.04 AMD64</li>
<li>Apache2-prefork 2.2.8</li>
<li><a href="http://www.modrails.com">Passenger</a> 2.0.1</li>
<li><a href="http://www.rubyenterpriseedition.com">Ruby Enterprise Edition</a> 1.8.6-20080624</li>
<li><a href="http://www.redmine.org">Redmine</a> 0.7 stable (SVN r1547)</li>
</ul>
<p>My apache vhost is as follows:</p>
<pre>&lt;VirtualHost *:80&gt;
  ServerName dev.shanesveller.com

  DocumentRoot /var/rails/redmine-0.7/public

&lt;Directory "/var/rails/redmine-0.7/public"&gt;
   Options FollowSymLinks
   AllowOverride None
   Order allow,deny
   Allow from all
&lt;/Directory&gt;

  # Custom log file locations
  # ErrorLog  /var/rails/redmine/log/error.log
  # CustomLog /var/rails/redmine/log/access.log combined

&lt;/VirtualHost&gt;</pre>
<div>The passage in the middle is there because my CSS styles and images were missing. This is explained in the <a href="http://modrails.com/documentation/Users%20guide.html#_static_assets_such_as_images_and_stylesheets_aren_t_being_displayed">User&#8217;s Guide</a>.</div>
<p>This allows me to serve my WordPress blog and my Redmine tracker and use about 260MB of RAM. If you take off the buffers and cache memory, it&#8217;s actually more like 110MB.</p>
<p>To enable Passenger and RubyEE in Apache, I used the following file in <code>/etc/apache2/conf.d/passenger</code>:</p>
<pre>   LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.0.1/ext/apache2/mod_passenger.so
   PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.0.1
   RailsRuby /opt/ruby-enterprise/bin/ruby</pre>
<p>The relevant Ubuntu packages are:</p>
<pre>apache2 apache2-prefork-dev apache2-mpm-prefork build-essential ruby1.8-dev ruby ri rake irb rdoc libmysqlclient15-dev libopenssl-ruby</pre>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/06/25/another-successful-passenger-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL ruby gem with MacPorts MySQL</title>
		<link>http://shanesveller.com/2008/06/13/mysql-ruby-gem-with-macports-mysql/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mysql-ruby-gem-with-macports-mysql</link>
		<comments>http://shanesveller.com/2008/06/13/mysql-ruby-gem-with-macports-mysql/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 20:24:28 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[OSX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=53</guid>
		<description><![CDATA[<pre>sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-include=/opt/local/include/mysql5 --with-mysql-lib=/opt/local/lib/mysql5 --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config</pre>]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash">sudo env ARCHFLAGS=&quot;-arch i386&quot; gem install mysql -- --with-mysql-include=/opt/local/include/mysql5 --with-mysql-lib=/opt/local/lib/mysql5 --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config</pre>
<p>This worked for me with mysql installed via macports by the command:</p>
<pre class="brush: bash">sudo port install mysql5 +server</pre>
<p>Source: <a href="http://codeintensity.blogspot.com/2007/09/installing-ruby-mysql-gem-with-macports.html">Code Intensity</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/06/13/mysql-ruby-gem-with-macports-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>God is watching over my Rails</title>
		<link>http://shanesveller.com/2008/04/07/god-is-watching-over-my-rails/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=god-is-watching-over-my-rails</link>
		<comments>http://shanesveller.com/2008/04/07/god-is-watching-over-my-rails/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 19:48:58 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[god]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=32</guid>
		<description><![CDATA[On my home server, I'm using <a href="http://god.rubyforge.org">God</a> to monitor many server daemons using clean, elegant Ruby code.]]></description>
			<content:encoded><![CDATA[<p>On my home server I&#8217;m toying with some Rails clustering and such, using nginx and thin, and now <a href="http://god.rubyforge.org/">God</a> to watch over things.<br />
With this setup, I can add apps and port-ranges to monitor any time I like, and I can split off a particularly specific configuration group if an app has unusual trends or requirements, such as using loads of memory.<br />
<span id="more-17"></span></p>
<pre class="brush: ruby">RAILS_ROOT = &#039;/var/www/rails&#039;

APPS = {
  &#039;redmine&#039; =&amp;gt; %w{5000 5001 5002 5003 5004},
  &#039;typo5&#039; =&amp;gt; %w{4000 4001 4002}
  }

for app in APPS.keys
  for port in APPS[app]
    God.watch do |w|
      w.name = &#039;#{app}-thin-#{port}&#039;
      w.interval = 30.seconds # default
      w.start = &#039;thin start -C #{RAILS_ROOT}/#{app}/config/thin.yml -o #{port}&#039;
      w.stop = &#039;thin stop -C #{RAILS_ROOT}/#{app}/config/thin.yml -o #{port}&#039;
      w.restart = &#039;thin restart -C #{RAILS_ROOT}/#{app}/config/thin.yml -o #{port}&#039;
      w.start_grace = 10.seconds
      w.restart_grace = 10.seconds
      w.pid_file = File.join(RAILS_ROOT, &#039;/#{app}/tmp/pids/thin.#{port}.pid&#039;)

      w.behavior(:clean_pid_file)

      w.start_if do |start|
        start.condition(:process_running) do |c|
          c.interval = 5.seconds
          c.running = false
        end
      end

      w.restart_if do |restart|
        restart.condition(:memory_usage) do |c|
          c.above = 80.megabytes
          c.times = [3, 5] # 3 out of 5 intervals
        end

        restart.condition(:cpu_usage) do |c|
          c.above = 50.percent
          c.times = 3
        end
      end

      # lifecycle
      w.lifecycle do |on|
        on.condition(:flapping) do |c|
          c.to_state = [:start, :restart]
          c.times = 5
          c.within = 5.minute
          c.transition = :unmonitored
          c.retry_in = 10.minutes
          c.retry_times = 5
          c.retry_within = 2.hours
        end
      end
    end
  end
end
</pre>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/04/07/god-is-watching-over-my-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcached and memcached gem on Leopard</title>
		<link>http://shanesveller.com/2008/03/31/memcached-and-memcached-gem-on-leopard/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=memcached-and-memcached-gem-on-leopard</link>
		<comments>http://shanesveller.com/2008/03/31/memcached-and-memcached-gem-on-leopard/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 02:10:13 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://shanesveller.com/?p=31</guid>
		<description><![CDATA[<ul>
<pre>sudo port install memcached libmemcached
sudo env ARCHFLAGS="-arch i386" gem install memcached -- --with-rlibmemcached-include=/opt/local/include --with-rlibmemcached-lib=/opt/local/lib</pre>]]></description>
			<content:encoded><![CDATA[<p>In the pursuit of utilizing memcached on my 2008 MacBook with Leopard, I&#8217;ve been stuck for a while trying to get the <code>memcached</code> gem to compile and install properly using memcached installed through <a href="http://www.macports.org/">MacPorts</a>.<br />
<span id="more-16"></span><br />
After stumbling upon the proper procedure at the <a href="http://peleteiro.net/memcached-libmemcached-and-rubys-libmemcached-on-leopard-2008-02-15">Peleteiro blog</a>, I finally noticed that it&#8217;s actually in the <a href="http://blog.evanweaver.com/files/doc/fauna/memcached/files/README.html">memcached gem docs</a>.</p>
<p>Anyhow, here&#8217;s the proper procedure for installing memcached and the gem on Leopard:</p>
<ul>
<li><code>sudo port install memcached libmemcached</code></li>
<li><code>sudo env ARCHFLAGS="-arch i386" gem install memcached -- --with-rlibmemcached-include=/opt/local/include --with-rlibmemcached-lib=/opt/local/lib</code></li>
</ul>
<p>I might later look into trying <a href="http://blog.evanweaver.com/files/doc/fauna/interlock/files/README.html">interlock</a> or <a href="http://github.com/defunkt/cache_fu/tree/master">cache_fu</a>, or following some/all of <a href="http://blog.rayvinly.com/articles/2007/11/29/setting-up-ruby-on-rails-with-mysql-on-mac-os-x-10-5-leopard">these direction</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/03/31/memcached-and-memcached-gem-on-leopard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>All kinds of new stuff</title>
		<link>http://shanesveller.com/2008/03/28/all-kinds-of-new-stuff/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=all-kinds-of-new-stuff</link>
		<comments>http://shanesveller.com/2008/03/28/all-kinds-of-new-stuff/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 18:24:40 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://shanesveller.com/2008/03/all-kinds-of-new-stuff/</guid>
		<description><![CDATA[Herein I describe things I've learned about recently and things I'd like to learn more about.]]></description>
			<content:encoded><![CDATA[<p>I got the idea for this post from <a href="http://www.robbyonrails.com/articles/2008/03/25/things-in-the-rails-world-you-dont-yet-understand" target="_blank">Robby on Rails</a>&#8230;</p>
<p>Things I&#8217;ve been using/playing with lately:</p>
<ul>
<li><a href="http://www.github.com">GitHub</a> / <a href="http://gitorious.org">Gitorious</a></li>
<li><a href="http://evil.che.lu/projects/braid">Braid</a> &#8211; here&#8217;s a <a href="http://ropiku.wordpress.com/2008/02/04/installing-rspec-with-braid/">braid with rspec tutorial</a></li>
<li><a href="http://blog.citrusbyte.com/2008/3/24/creating-a-new-rails-app-shouldnt-be-boring">Railify</a> &#8211; <a>[GitHub]</a></li>
<li><a href="http://www.linode.com">Linode</a></li>
<li><a href="http://nginx.net">Nginx</a> with an <a href="http://articles.slicehost.com/2007/10/17/ubuntu-lts-adding-an-nginx-init-script">init script</a></li>
<li><a href="http://wordpress.org/development/2008/03/25-sneak-peek/">WordPress 2.5 RC1</a> and now <a href="http://wordpress.org/development/2008/03/wordpress-25-rc2/">RC2</a></li>
</ul>
<p><span id="more-15"></span>Things I&#8217;d really like to learn more about:</p>
<ul>
<li><a href="http://rspec.info">RSpec</a></li>
<li><a href="http://merbivore.org">Merb</a> &#8211; <a href="http://github.com/wycats/merb-core">[GitHub]</a></li>
<li><a href="http://github.com/stevenbristol/lovd-by-less/tree/master">LovdByLess open-source social network</a></li>
</ul>
<p>Things that sound cool but I know nothing about:</p>
<ul>
<li><a href="http://strokedb.com/">StrokeDB</a> &#8211; an embeddable distributed document database written in Ruby.</li>
<li>Using gmail with linux daemons &#8211; anyone have any good tutorials? I&#8217;m specifically looking for using something like exim, sendmail, fetchmail, what have you with a Google Apps domain</li>
</ul>
<p><!-- technorati tags begin --></p>
<p style="font-size:10px;text-align:right">Tags: <a rel="tag" href="http://technorati.com/tag/linux">linux</a>, <a rel="tag" href="http://technorati.com/tag/rails">rails</a>, <a rel="tag" href="http://technorati.com/tag/%20merb"> merb</a>, <a rel="tag" href="http://technorati.com/tag/%20programming"> programming</a></p>
<p><!-- technorati tags end --></p>
]]></content:encoded>
			<wfw:commentRss>http://shanesveller.com/2008/03/28/all-kinds-of-new-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
