<?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>Supporting the UW Web &#187; ruby</title>
	<atom:link href="http://staff.washington.edu/agraf/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://staff.washington.edu/agraf</link>
	<description></description>
	<lastBuildDate>Wed, 06 May 2009 21:34:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making a per-user Ruby Gems repository work with your Rails app</title>
		<link>http://staff.washington.edu/agraf/2008/04/17/making-a-per-user-ruby-gems-repository-work-with-your-rails-app/</link>
		<comments>http://staff.washington.edu/agraf/2008/04/17/making-a-per-user-ruby-gems-repository-work-with-your-rails-app/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 16:01:56 +0000</pubDate>
		<dc:creator>agraf</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/agraf/?p=20</guid>
		<description><![CDATA[I previously published instructions for setting up a Ruby Gems repository on your own account, but I neglected to include the one special step that will let a Ruby on Rails application use that gem repository.
Now that step has been added to the end of the Ruby Gems on Your Account instructions.
I know we are [...]]]></description>
			<content:encoded><![CDATA[<p>I previously published instructions for setting up a Ruby Gems repository on your own account, but I neglected to include the one special step that will let a Ruby on Rails application use that gem repository.</p>
<p>Now that step has been added to the end of the <a href="https://wwwudev.cac.washington.edu/computing/web/publishing/rails.html#gems">Ruby Gems on Your Account</a> instructions.</p>
<p>I know we are running an out-of-date installation of Ruby and Rails, but we <em>have</em> requested a new one.  Keep your fingers crossed.</p>
<p><strong>Our Web &amp; Web dev hosts</strong><br />
ruby 1.8.4<br />
ruby on rails 1.1.6</p>
<p><strong>Current stable versions</strong><br />
ruby 1.8.6<br />
ruby on rails 2.0.2</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.washington.edu/agraf/2008/04/17/making-a-per-user-ruby-gems-repository-work-with-your-rails-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working Rails App</title>
		<link>http://staff.washington.edu/agraf/2006/10/23/working-rails-app/</link>
		<comments>http://staff.washington.edu/agraf/2006/10/23/working-rails-app/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 21:46:14 +0000</pubDate>
		<dc:creator>agraf</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/agraf/wordpress/?p=7</guid>
		<description><![CDATA[Today I got a Rails application working properly on the Alumni server.  The application is Tracks, which implements some very specific type of todo tracking.  I installed a 5.0.x version of MySQL, since Rails didn&#8217;t seem to interact well with a 4.1.x version I already had installed.  I altered the .htaccess and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I got a Rails application working properly on the Alumni server.  The application is <a title="Tracks" href="http://www.rousette.org.uk/projects/">Tracks</a>, which implements some very specific type of todo tracking.  I installed a 5.0.x version of MySQL, since Rails didn&#8217;t seem to interact well with a 4.1.x version I already had installed.  I altered the .htaccess and dispatch.cgi files in the public/ folder, and made some adjustments to the default DATETIME values, which apparently weren&#8217;t compatible with MySQL.</p>
<p>Both of the Rails applications I&#8217;ve looked at so far have been intended for use with SQLite.  I&#8217;m used to using MySQL as the database back-end of web applications, but SQLite may be a better choice with Rails applications.</p>
<p>The application can be accessed on my alumni account:  <a title="Tracks login" href="http://home.myuw.net/agraf/tracks/login">Tracks login </a>.</p>
<p>Log in with the username &#8220;guest&#8221; and the password &#8220;12345&#8243;.</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.washington.edu/agraf/2006/10/23/working-rails-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails on Vieyra</title>
		<link>http://staff.washington.edu/agraf/2006/10/18/ruby-on-rails-on-vieyra/</link>
		<comments>http://staff.washington.edu/agraf/2006/10/18/ruby-on-rails-on-vieyra/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 22:31:24 +0000</pubDate>
		<dc:creator>agraf</dc:creator>
				<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://staff.washington.edu/agraf/wordpress/?p=6</guid>
		<description><![CDATA[Ruby and Rails are now installed on the Alumni web and web development hosts.
Installing Rails applications is a bit different from PHP or Perl, so we might want to write up some instructions for how to get  them working.
I ran the &#8216;rails&#8217; command to test the installation and created this directory.
The next step will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ruby-lang.org/en/">Ruby</a> and <a href="http://www.rubyonrails.org/">Rails</a> are now installed on the Alumni web and <a href="http://www.washington.edu/computing/web/publishing/environs.html">web development hosts</a>.</p>
<p>Installing Rails applications is a bit different from PHP or Perl, so we might want to write up some instructions for how to get  them working.</p>
<p>I ran the &#8216;rails&#8217; command to test the installation and created <a href="http://home.myuw.net/agraf/railstest">this directory</a>.</p>
<p>The next step will be to understand how to install Rails applications created by other people and make them work.</p>
]]></content:encoded>
			<wfw:commentRss>http://staff.washington.edu/agraf/2006/10/18/ruby-on-rails-on-vieyra/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
