<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.6" -->
<rss version="0.92">
<channel>
	<title>AtRails - The RoR (ruby on rails) fanweb</title>
	<link>http://www.atrails.com</link>
	<description>The RoR (ruby on rails) fanweb</description>
	<lastBuildDate>Mon, 15 Jan 2007 19:38:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Remote RoR projects</title>
		<description>It can be quite annoying working on your Ruby on Rails project on your PC and having to upload the edited files to the host-server everytime you change something. It gets even harder if you work on different PCs or in a team.

As far as I am aware of, there ...</description>
		<link>http://www.atrails.com/2007/01/15/remote-ror-projects/</link>
			</item>
	<item>
		<title>Ruby Code Highliter</title>
		<description>To post code samples I installed iG:Syntax Hiliter v3.5 for wordpress, which supposedly supports ruby. Now let's try it out:

[ruby]

def login
case @request.method
when :post
if @session['user'] = User.authenticate(@params['user_login'], @params['user_password'])

flash['notice']  = "Login successful"
redirect_back_or_default :controller => "moneyger", :action => "index"
else
@login    = @params['user_login']
@message  = "Login unsuccessful"
end
end
end

[/ruby]

Excellent! ::-) </description>
		<link>http://www.atrails.com/2007/01/14/ruby-code-highliter/</link>
			</item>
	<item>
		<title>Setting up ror host</title>
		<description>I am seriously considering adding few code samples to atrails with live demos. For this purpose I setup a new subdomain called samples.atrails.com which will run on a ruby server.

Following the Dreamhost wiki manual, my default host, I'll proceed with RoR installation on this subdomain. My PC at home has ...</description>
		<link>http://www.atrails.com/2007/01/14/setting-up-ror-host/</link>
			</item>
	<item>
		<title>Ruby on Rails Hosting</title>
		<description>One of the problems I have encountered with Ruby on Rails is that very, very few hosting services offer RoR hosting... and of those almost nobody offers quality service.

One of the hosting companies worth trying is DreamHost. I have hosted all my PHP projects with them long before my RoR ...</description>
		<link>http://www.atrails.com/2007/01/14/ruby-on-rails-hosting/</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.328 seconds -->
