Jared's Weblog

Main Page - Books - Links - Resources - About - Contact Me - RSS


Jared Richardson Most Popular
Help! I've Inherited Legacy Code
Testing Untestable Code
Continuous Integration... Why Bother?
Mock Client Testing
The Art of Work
Technical Idiot Savants
Targetted Skills Aquition vs Free Range Chickens
The Habits of Highly Effective Developers



Blog Archive
2005-December
2005-November
2005-October
2005-September
2005-August
2005-July
2005-June

Sun, 21 Aug 2005

Python on Rails?

I just saw a post on Slashdot about Subway. It was a comment, not a complete story... however it sounds interesting. From the Subway web page:

The Subway project aims to create a Web development stack combining the ideas and spirit of Ruby on Rails with a comprehensive suite of prewritten Python web libraries and tools.

So, do you know Python but just been itching to play with Rails? Looks like you have an easy way to get started! Check out Subway and let the rest of us know what you think.

Jared

posted at: 23:54 | path: | permanent link to this entry

Another Rails hint

You may recall my post from a few days about about configuring Rails on Windows. Well, three other people I know ran into a second problem. It's trivial once it's solved but it can be quite frustrating.

In a nutshell, add the following line to your database.yml
port: 3306

if you run into this error:
No connection could be made because the target machine actively refused it. - connect(2)

Sri goes into a great more detail (but I've included enough detail that you can find the post on Google. ;)

Check out Sri's post here.

Jared

posted at: 20:31 | path: | permanent link to this entry