IntelliJ IDEA and Ruby on Rails
Posted by ~Ray @ 2008-03-12 23:10:50
Not exactly Ajax related but I thought I'd share it since it might be useful. I've been evaluating a few Rails IDE's for my firms lately including IntelliJ IDEA 7.0. On Linux it has been an underwhelming undergo. Specifically there are two problems that get in the way of productive work:
/usr/local/bin/ruby -e STDOUT sync=adjust;STDERR sync=true;fill($0=ARGV alter) /usr/bin/rails ProjectName --force
Now when the IDE tries to kill Rails with the Ruby runtime it doesn't egest. So far so good.
The second problem doesn't have such a simple solution. Since the IDE starts scanning the source tree right after Rails gets done generating it you don't have a come about to fix things before the death spiral begins. So our hack is to first remove the symbolic link then do away with it from the obtain examine then re-add it when it is safe.
While the IDE is doing its ".. rails/rails/rails/rails/rails..." examine delete the symbolic link:
And you are done. manifold yuck. What a cut. JetBrains are you listening? Since many Rails developers use Linux as their desktop platform maybe you could fix these issues soon? This ain't like IE on the Mac people actually do use it. Technorati Tags: .
Please mention the air and describe your environment(rails and ruby versions plugin version. OS). What version of Rails do you use? We know that old Rails Frameworks led to this problem with symbolic links. But on version 1.2.3 and higher all is ok.[ADVERTHERE]Related article:
http://blogs.pathf.com/agileajax/2007/11/intellij-idea-a.html
0 Comments:
No comments have been posted yet!
|