Hi, Is there any tool for UI that RoR faternity suggests? Any open source tool that we can use it with Rails nicely? Or do i need to use dreamweaver, golive for UI? Regards, Sandeep G --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
> > I''m using RadRails. It''s opensource, eclipse-based. Also it may be used as > an eclipse plugin (so is by me). And the main advantage for me - it could be > used on Linux. >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 11 Apr 2007, at 07:22, sandeep wrote:> Is there any tool for UI that RoR faternity suggests? Any open source > tool that we can use it with Rails nicely? > Or do i need to use dreamweaver, golive for UI?In order to keep your (X)HTML source readable and maintainable, I suggest learning to handcode your view source instead of relying on WYSIWYG tools to spit out either table-based views *yuck yuck* or completely absolute positioned *yuck* HTML. It may seem a bit daunting to a webdesigner who''s used to making nice designs in photoshop and then using DreamWeaver or Golive to replicate it in HTML using WYSIWYG, but code from these applications is bloated and isn''t all too great for putting dynamic data into it. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Please don''t repost the same question. Reply to your first post if you want more information. Jason On 4/12/07, Peter De Berdt <peter.de.berdt-LPO8gxj9N8aZIoH1IeqzKA@public.gmane.org> wrote:> > > On 11 Apr 2007, at 07:22, sandeep wrote: > > Is there any tool for UI that RoR faternity suggests? Any open source > > tool that we can use it with Rails nicely? > > Or do i need to use dreamweaver, golive for UI? > > > In order to keep your (X)HTML source readable and maintainable, I suggest > learning to handcode your view source instead of relying on WYSIWYG tools to > spit out either table-based views *yuck yuck* or completely absolute > positioned *yuck* HTML. It may seem a bit daunting to a webdesigner who''s > used to making nice designs in photoshop and then using DreamWeaver or > Golive to replicate it in HTML using WYSIWYG, but code from these > applications is bloated and isn''t all too great for putting dynamic data > into it. > > > Best regards > > > Peter De Berdt > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 4/11/07, sandeep <sgudibanda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > Hi, > > Is there any tool for UI that RoR faternity suggests? Any open source > tool that we can use it with Rails nicely? > Or do i need to use dreamweaver, golive for UI? > > Regards, > Sandeep GYou can use the MasterView plugin with Rails and then use Dreamweaver, GoLive, NVU, or any other xhtml WYWIWYG editor to work with your views. MasterView allows you to do this and to maintain the ability to use layouts, partials, and rails helpers. Check out our site for a screencast and more information. http://masterview.org/ Jeff Barczewski MasterView project core team Inspired Horizons Ruby on Rails Training and Consultancy http://inspiredhorizons.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---