bbqTree
2006-Jul-18 15:04 UTC
[Rails] mac users: what program do you use to create your views?
just wondering if there is a better way to create a nice view other than using iweb. like, it would be nice if you can design a view, and then just add the ruby tags. thanks. -- Posted via http://www.ruby-forum.com/.
Ben Lisbakken
2006-Jul-18 15:10 UTC
[Rails] mac users: what program do you use to create your views?
just use TextMate :) it''s too good not to use! Best Rails editor everrrrr! -Ben Lisbakken On Jul 18, 2006, at 8:03 AM, bbqTree wrote:> just wondering if there is a better way to create a nice view other > than > using iweb. like, it would be nice if you can design a view, and then > just add the ruby tags. > > thanks. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Jeff Pritchard
2006-Jul-18 15:33 UTC
[Rails] Re: mac users: what program do you use to create your views?
Ben Lisbakken wrote:> just use TextMate :) it''s too good not to use! Best Rails editor > everrrrr! > > -Ben Lisbakkentextmate += 1 -- Posted via http://www.ruby-forum.com/.
John Ivanoff
2006-Jul-18 15:49 UTC
[Rails] Re: mac users: what program do you use to create your views?
free tools... TEXTWRANGLER (http://www.barebones.com/products/textwrangler/) or eclipse/RDT (http://www-128.ibm.com/developerworks/opensource/library/os-rubyeclipse/) On 7/18/06, Jeff Pritchard <jp@jeffpritchard.com> wrote:> Ben Lisbakken wrote: > > just use TextMate :) it''s too good not to use! Best Rails editor > > everrrrr! > > > > -Ben Lisbakken > > textmate += 1 > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Ben Bleything
2006-Jul-18 15:51 UTC
[Rails] mac users: what program do you use to create your views?
On Tue, Jul 18, 2006, bbqTree wrote:> just wondering if there is a better way to create a nice view other than > using iweb. like, it would be nice if you can design a view, and then > just add the ruby tags.It seems that most people either write their HTML by hand or hire someone else to do it. I don''t think there are any tools that will let you design HTML and drop in the ERb tags, though that would be totally cool. If you''re not interested in writing your own HTML, and if you''re happy with the output of iWeb, I''d keep using it. Ben
Sergio Ruiz
2006-Jul-18 16:03 UTC
[Rails] Re: mac users: what program do you use to create your views?
> just wondering if there is a better way to create a nice view other than > using iweb. like, it would be nice if you can design a view, and then > just add the ruby tags.i do it two ways.. when it''s something that will just be used internally, i use textmate.. when it''s something for a client, we have a designer make a template.. then, i just use that, and the css files that the designer makes, and drop them into rails.. although textmate is a text editor, i have found it to be the fastest way to crank out html ever. for more info, check this out: http://macromates.com/screencast/insert_html_tags.mov -- Posted via http://www.ruby-forum.com/.