Question

I'm trying to get into Rails development and am using Aptana Studio (RadRails) as a plugin to Eclipse (WinXP). When I create a new project with the options shown here

NewRailsProject http://www.sqeq.com/image/NewRailsProject.jpg

things go south. I get this error right away:

alt text http://www.sqeq.com/image/NewRailsProject2.jpg

Mongrel's set as the default server and it's complaining about starting because of a missing log file. Sure enough, nearly the entire project skeleton is non-existent.

Going through the same exercise with another dbms selected in the New Project screen worked just fine and I have been able to hack through things to get my project switched over from MySQL to SQL Server by installing the MS jdbc driver and getting the ADO.rb file copied into my Ruby install ala this post.

Is there a trick to getting RadRails to do this without the aforementioned workarounds?

Was it helpful?

Solution

I have to say, while this is not a specific response to your question, that I was not impressed with radrails when I last looked at it. It was built on an old version of eclipse and was pretty painful to use.

You might look around stackoverflow for some other ide choices: https://stackoverflow.com/search?q=ide+rails.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top