Re: [Rails] My goodness why does RoR has to be so beginer unfrendly ?

2011-04-16 Thread caiof...@gmail.com
You may use Eclipse or Aptana RadRails to get a environment integrated. But keep in mind that rails is made to provide a framework on what you really need is a code editor, not an "complete" IDE. The code editor that I use is Redcar, and I recommend it to you. On Apr 16, 2011 4:21 PM, "Jason Whit

Re: [Rails] Re: Rich text editor?

2011-04-13 Thread caiof...@gmail.com
Oh, I apologize. I misunderstood totally the subject of the thread. I'm sorry. /* Caio Fernando Bertoldi Paes de Andrade http://about.me/caiofbpa */ On Wed, Apr 13, 2011 at 5:32 PM, Vito Botta wrote: > Hi all, thanks for the replies. I see there was a little confusion, by > "to integrate rich

Re: [Rails] Redcar Editor

2011-04-13 Thread caiof...@gmail.com
Installation is very very easy: # gem install redcar $ redcar install Let's try it out! /* Caio Fernando Bertoldi Paes de Andrade http://about.me/caiofbpa */ On Tue, Apr 12, 2011 at 1:30 PM, caiof...@gmail.com wrote: > Yep, Redcar is a lightweight editor, cross-platform, made thi

Re: [Rails] Re: Rich text editor?

2011-04-13 Thread caiof...@gmail.com
I use Redcar Editor to edit all files (.rb, yaml, xml, text, Rakefile, etc). It supplies all my basic needs, it's free-software, and I can write a plugin to implement new features to it. Regards, /* Caio Fernando Bertoldi Paes de Andrade http://about.me/caiofbpa */ On

[Rails] Redcar Editor

2011-04-12 Thread caiof...@gmail.com
I'm new here and I wanna make some marketing to Redcar Editor . I have used this amazing editor for a while and I have to applaud it. It's an excellent free (as in speech) alternative to TextMate. It's made on Ruby (run on JRuby), so it has the heart of the Ruby community.