Hello lsit, I''am new to rails (about 2 hours) and after the first lines of code I must say: Great! I love it! Can someone recommend me a editor? I run Ubuntu Dapper. Th?ngs -- Jochen Kaechelin, fvgi242ss, wlanhacking.de http://mail.wlanhacking.de/cgi-bin/mailman/listinfo http://www.gissmoh.de - Mein sonstiges Leben!!
www.radrails.org On 8/6/06, Jochen Kaechelin <fvgi242ss@wlanhacking.de> wrote:> Hello lsit, > > I''am new to rails (about 2 hours) and after the first lines of code > I must say: Great! I love it! > > Can someone recommend me a editor? I run Ubuntu Dapper. > > Th?ngs > > -- > Jochen Kaechelin, fvgi242ss, wlanhacking.de > http://mail.wlanhacking.de/cgi-bin/mailman/listinfo > http://www.gissmoh.de - Mein sonstiges Leben!! > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
http://www.sapphiresteel.com/ plugin for Visual Studio.NET 2005. On 8/6/06, Jonathan Viney <jonathan.viney@gmail.com> wrote:> > www.radrails.org > > On 8/6/06, Jochen Kaechelin <fvgi242ss@wlanhacking.de> wrote: > > Hello lsit, > > > > I''am new to rails (about 2 hours) and after the first lines of code > > I must say: Great! I love it! > > > > Can someone recommend me a editor? I run Ubuntu Dapper. > > > > Th?ngs > > > > -- > > Jochen Kaechelin, fvgi242ss, wlanhacking.de > > http://mail.wlanhacking.de/cgi-bin/mailman/listinfo > > http://www.gissmoh.de - Mein sonstiges Leben!! > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Dan Bunea http://danbunea.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060806/4d6d4105/attachment.html
On 06/08/06, Dan Bunea <dan.bunea@gmail.com> wrote:> > http://www.sapphiresteel.com/ plugin for Visual Studio.NET 2005. >I wasn''t aware this existed for the gentleman''s platform (Ubuntu Dapper) On 8/6/06, Jonathan Viney < jonathan.viney@gmail.com<https://mail.google.com/mail?view=cm&tf=0&to=jonathan.viney@gmail.com>>> wrote: > > > > www.radrails.org > >SWT is dog-slow on anything that''s not Win32 unless you throw massive hardware at the problem. <http://www.radrails.org>> > > > On 8/6/06, Jochen Kaechelin <fvgi242ss@wlanhacking.de<https://mail.google.com/mail?view=cm&tf=0&to=fvgi242ss@wlanhacking.de>> > > wrote: > > > Can someone recommend me a editor? I run Ubuntu Dapper. > >On Linux, I''d use xemacs -- the xemacsc-gnome-mule package in apt. -- Cheers, Hasan Diwan <hasan.diwan@gmail.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060806/37b92239/attachment.html
On Sun, Aug 06, 2006 at 01:45:49PM +0200, Jochen Kaechelin wrote: } Hello lsit, } } I''am new to rails (about 2 hours) and after the first lines of code } I must say: Great! I love it! } } Can someone recommend me a editor? I run Ubuntu Dapper. apt-get install vim-gtk } Th?ngs } Jochen Kaechelin, fvgi242ss, wlanhacking.de --Greg
I would also highly recommend RadRails. Although a lot of your beginning rails work will be very simple, so you don''t need a big IDE, I find RadRails very nice to use. It allows you one environment to do basically everything. The generators tab let''s you run things like generate scaffold, generate migration. There is a server tab to start webrick, and the new Rake tab let''s you run Rake tasks like db:migrate. It also has some code completions built in. Maybe I''m just so used to a heavy weight J2EE IDE that going to the console and notepad is too big of a jump. I feel more comfortable in an IDE like RadRails. Joe On 8/6/06, Gregory Seidman <gsslist+ror@anthropohedron.net> wrote:> > On Sun, Aug 06, 2006 at 01:45:49PM +0200, Jochen Kaechelin wrote: > } Hello lsit, > } > } I''am new to rails (about 2 hours) and after the first lines of code > } I must say: Great! I love it! > } > } Can someone recommend me a editor? I run Ubuntu Dapper. > > apt-get install vim-gtk > > } Th?ngs > } Jochen Kaechelin, fvgi242ss, wlanhacking.de > --Greg > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060806/471d2eb5/attachment.html
vim (gvim) and <a href="http://vim.sourceforge.net/scripts/script.php?script_id=69">Project</a>. TPope also has a Rails vim script <a href="http://www.vim.org/scripts/script.php?script_id=1567">here</a>. gedit also has textmate style "snippets" which seem to be all the rage. Embedded ruby syntax highlighting is lacking. You can install eddt or the file browser plugin for a directory tree on the side pane. jEdit has snippets via SuperAbbrevs, autocompletion, highlighting, and project management. However to get all that working you need to install a few plugins and a jre. Unfortunately various plugins have been abandoned for the current 4.3pre5 so getting everything working can be a chore. SCiTE with <a href="http://scitepm.sourceforge.net/">scitePM</a> is nice; however you lack a embeded ruby lexer. -- Posted via http://www.ruby-forum.com/.
> > SWT is dog-slow on anything that''s not Win32 unless you throw massive > hardware at the problem. > >Disagree - just make sure you run it in the Sun JDK 1.5 and remove gij. Eclipse has - at least for me - serious stability and performance problems with gij. My suggestion would be RadRails as well. Max -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/a3374e0a/attachment.html
radrails is great. I use textmate on the mac, but whenever on another OS i use radrails ~ Michael F On Aug 6, 2006, at 4:45 AM, Jochen Kaechelin wrote:> Hello lsit, > > I''am new to rails (about 2 hours) and after the first lines of code > I must say: Great! I love it! > > Can someone recommend me a editor? I run Ubuntu Dapper. > > Th?ngs > > -- > Jochen Kaechelin, fvgi242ss, wlanhacking.de > http://mail.wlanhacking.de/cgi-bin/mailman/listinfo > http://www.gissmoh.de - Mein sonstiges Leben!! > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060808/90ca03b7/attachment.html
Jochen Kaechelin wrote:> Hello lsit, > > I''am new to rails (about 2 hours) and after the first lines of code > I must say: Great! I love it! > > Can someone recommend me a editor? I run Ubuntu Dapper.KDevelop-Ruby. Has higlighting for Ruby and rhtml. Has class browser for Ruby files (which in ''java mode'' is really handy). Has great plugin for code snippets. Is a native application which mean it is fast and has low memory usage especially when compared to RadRails. It also has a modern look and feel and uses standard editing shortcuts - so it has a low entry barrier comparing to vi or emacs. I personaly went through quite a list of editors and found KDevelop the most handy. Bluefish is also nice as it''s fast as hell, but lacks class browser and it''s file browser is pain to use. Cheers, Bragi -- Posted via http://www.ruby-forum.com/.
On Linux (Dapper) I use Lugaru''s Epsilon Editor (http://www.lugaru.com) there are extensions for ruby mode, and I have contributed some rails stuff, and a snippets thing too. (However it is not free). I have also played with Komodo as an IDE, but am not impressed I documented my findings here... http://blog.wolfman.com/articles/2006/08/09/experiences-with-komodo-pro-and-ruby Jochen Kaechelin wrote:> Hello lsit, > > I''am new to rails (about 2 hours) and after the first lines of code > I must say: Great! I love it! > > Can someone recommend me a editor? I run Ubuntu Dapper. > > Th?ngs >-- Jim Morris, http://blog.wolfman.com