Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Jun 3, 2007 7:17 pm
993
I am just started using Ruby and I want a strong editor. I have been spoiled by old Turbo Pascal and Visual Basic editors. Can you recommend one or two. I...
John, My friend Ashish mentions that "Borland is coming up with a new IDE for Ruby and RoR. They gave them a demo of that. It is still in development stage..."...
Check out intelliJ - http://rohan-kini.livejournal.com/81233.html IntelliJ is one of the best tools for Java and these guys are latching on Ruby support (open...
Hi John! You can also try out the FreeRIDE editor which is an OSS, you can download it from: http://rubyforge.org/frs/?group_id=31 -- Regards, Atul Shinkar ...
If u are using mac then try TextMate (macromates.com). e editor is clone of Textmate on windows. Intype is also good. Beuty lies in the bundles these editors...
Textmate is great for mac and I think eclipse with RadRails is a good choice for windows. regards Sebastian ... schoen ! media Goebenstrasse 5 32423 Minden fon...
Sebastian Schön
schoen@...
Jun 11, 2007 6:51 am
999
Radrails (no Aptana) has the same bundles that textmate provides :) and its free -- ~ ROhan @http://rohan-kini.livejournal.com $ http://bumsonthesaddle.com/ ...
Yup. Tor Norbye is doing some amazign stuff on Netbeans w.r.t ruby of course http://blogs.sun.com/tor/ -- ~ ROhan @http://rohan-kini.livejournal.com $...
Hi Folks: I am working on a rails project that will enable real-time automated disease surveillance and epidemic tracking. I was wondering what would be a good...
can anybody help me in uploading mpeg files.i did image uploading using rmagick and it works quite well but now i want to upload video files,so can i get some...
Amit Hasija
amit.hasija@...
Jun 15, 2007 11:01 am
1006
As Satish Talim said: "In the meantime you need to evaluate your requirements and based on that you will find many editors that could fit your needs. " That's...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Jun 17, 2007 6:27 pm
1012
Hi All, I have just posted some ideas for an ajax based captcha mechanism, useful in rails applications. The idea is really simple and does not generate any...
Abhijit Gadgil
gabhijit@...
Jun 21, 2007 10:58 am
1013
DormAid is a college service company operating at over 40 major campuses. They are planning to extend their cutting edge web applications to interact with...
Hey, I was wondering if anyone has any advice to offer regarding Hobo. We're using it for a major project, but it's still in Beta. We can't wait - but we can't...
Codeweavers Ltd, UK <http://learningruby.jobcoin.com/jobs/show/28612-web-application-develop\ er> are looking to recruit a developer to work on an existing...
Hi, CircleSource, Bangalore is looking for Software Engineers/Senior Software Engineers/Team Leads for their Ruby on Rails team. We have been working on Rails...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Jul 1, 2007 5:55 pm
1019
CircleSource provides software product engineering services designed to reduce time-to-market, development and maintenance costs, risks, and enable the...
Hello All, Im a novice in rails and have been following the agile web dev book by dave thomas. I seemingly have a problem with scaffold. Here is a step by step...
Hey Sandip, Please provide more information...or post your model structure and your controllers code. I am sorry with this information I couldnt figure it...
Its difficult to tell without the actual code, but it seems you have written Dy.function.....and there is no class Dy.... The naming convention goes something...
Hi Sandip: Check your def index in the Admin controller and fix some entity called Dy. What is it? Also, you may want to start console and run rdebug to check...
The others are right, its probably related to the "Dy" in the controller. If Dy wasn't written by you then it could possibly be a bug in Rails due to its...