Adler Santos
2010-Mar-24 16:46 UTC
link_to underlying urls/paths are showing in the actual view
for example I have the following simple code in my views: <%= link_to "Here", :controller => ''home'', :action => ''inside_here'' %> I get the "actual" view in the page looking like this: Here (/home/inside_here) where the underlying url is showing right beside the "Here" word. By default, the "Here" word should only be outputted and not the path underneath it. Since we presently have no solution to this, my front-end guy keeps on enclosing these links with <divs> so as to hide the underlying links. It''s a big headache for him.. he''s stressed. Does anybody have any suggestion on what''s happening? Maybe there''s something wrong with the layout or with the stylesheets? Or javascript? Since the front-end guy was previously developing using Php and HTML that there might be some tiny detail that shouldn''t be used in Rails by convention. Although he knows the basics needed to output stuff (like link_to, image_tag, etc) in Rails... Thanks a lot! -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Philip Hallstrom
2010-Mar-24 17:10 UTC
Re: link_to underlying urls/paths are showing in the actual view
> for example I have the following simple code in my views: > > <%= link_to "Here", :controller => ''home'', :action => ''inside_here'' %> > > I get the "actual" view in the page looking like this: > > Here (/home/inside_here) > > where the underlying url is showing right beside the "Here" word. By > default, the "Here" word should only be outputted and not the path > underneath it. > > Since we presently have no solution to this, my front-end guy keeps on > enclosing these links with <divs> so as to hide the underlying links. > It''s a big headache for him.. he''s stressed. > > Does anybody have any suggestion on what''s happening? Maybe there''s > something wrong with the layout or with the stylesheets? Or > javascript? Since the front-end guy was previously developing using > Php and HTML that there might be some tiny detail that shouldn''t be > used in Rails by convention. Although he knows the basics needed to > output stuff (like link_to, image_tag, etc) in Rails... Thanks a lot!My guess is you have some javascript that is doing this. Rails doesn''t do this by default. Or, perhaps you have installed a plugin that overrides how link_to works. -philip -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Matt Royer
2010-Jun-24 16:04 UTC
Re: link_to underlying urls/paths are showing in the actual view
Adler Santos wrote:> for example I have the following simple code in my views: > > <%= link_to "Here", :controller => ''home'', :action => ''inside_here'' %> > > I get the "actual" view in the page looking like this: > > Here (/home/inside_here) > > where the underlying url is showing right beside the "Here" word. By > default, the "Here" word should only be outputted and not the path > underneath it.I''m getting the same thing. I''m on Rails 3.0.0.beta4. Have you found a solution to this? -- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Matt Royer
2010-Jun-24 17:00 UTC
Re: link_to underlying urls/paths are showing in the actual view
> I''m getting the same thing. I''m on Rails 3.0.0.beta4. > > Have you found a solution to this?One more thing. I only get this when I use Firefox (I haven''t tried Opera or Chrome though). In Interet Explorer, this works how it should with only showing the names and not the the paths in parenthesis. I also took out the JavaScript in the app. I still recieve this in Firefox after removing JavaScript. -- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Matt Royer
2010-Jun-29 20:39 UTC
Re: link_to underlying urls/paths are showing in the actual view
Has anyone found a solution to this or is anyone else having this issue? It''s odd to me that Adler and I would be the only ones. Especially since I am only using the defaults that Rails 3.0.0.beta4 provides. I didn''t change the default JavaScript files. I have added them using :defaults. I don''t have any custom JavaScript running. I don''t have any added gems or plugins in my app yet. Also, like I stated previously, this only happens when I use FireFox. Which is another oddity. Internet Explorer displays this correctly. Any help on this issue would be greatly appreciated. Thanks in advance, --Matt Royer -- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2010-Jun-29 20:45 UTC
Re: Re: link_to underlying urls/paths are showing in the actual view
On 29 June 2010 21:39, Matt Royer <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Has anyone found a solution to this or is anyone else having this issue? > > It''s odd to me that Adler and I would be the only ones. Especially since > I am only using the defaults that Rails 3.0.0.beta4 provides. > > I didn''t change the default JavaScript files. I have added them using > :defaults. I don''t have any custom JavaScript running. I don''t have any > added gems or plugins in my app yet. > > Also, like I stated previously, this only happens when I use FireFox. > Which is another oddity. Internet Explorer displays this correctly. > > Any help on this issue would be greatly appreciated.I believe it is a FF add-on that does this, I have seen the question asked before, though don''t remember which one. Disable all your FF add-ons (Tools, Addons and disable them all) and see if it goes away. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Anand Ramanathan
2010-Jun-29 22:50 UTC
Re: Re: link_to underlying urls/paths are showing in the actual view
Could you try wrapping the controller, action, etc. in a url hash <%= link_to "Here", :url => {:controller => ''home'', :action => ''inside_here'' }%> On Tue, Jun 29, 2010 at 1:45 PM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 29 June 2010 21:39, Matt Royer <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > Has anyone found a solution to this or is anyone else having this issue? > > > > It''s odd to me that Adler and I would be the only ones. Especially since > > I am only using the defaults that Rails 3.0.0.beta4 provides. > > > > I didn''t change the default JavaScript files. I have added them using > > :defaults. I don''t have any custom JavaScript running. I don''t have any > > added gems or plugins in my app yet. > > > > Also, like I stated previously, this only happens when I use FireFox. > > Which is another oddity. Internet Explorer displays this correctly. > > > > Any help on this issue would be greatly appreciated. > > I believe it is a FF add-on that does this, I have seen the question > asked before, though don''t remember which one. Disable all your FF > add-ons (Tools, Addons and disable them all) and see if it goes away. > > Colin > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Matt Royer
2010-Jul-01 13:59 UTC
Re: Re: link_to underlying urls/paths are showing in the actual view
Thanks for the tips Colin and Anand... Neither corrected the issue. I''m going to see if I can do this from another system. I''m wondering if my installation is jacked up or something. I''ll post again and let everyone know what i''ve found. I''m on my system at work, so am limited by what I can do. I''ll try this from home and see what I come up with. Thanks again for the suggestions! --Matt -- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jule Nissen
2010-Aug-11 10:14 UTC
Re: Re: link_to underlying urls/paths are showing in the actual view
The path is showing up in my links too. Tried Safari and FireFox. Did you find a solution to this problem? /landge Matt Royer wrote:> Thanks for the tips Colin and Anand... Neither corrected the issue. I''m > going to see if I can do this from another system. I''m wondering if my > installation is jacked up or something. I''ll post again and let everyone > know what i''ve found. I''m on my system at work, so am limited by what I > can do. I''ll try this from home and see what I come up with. > > Thanks again for the suggestions! > > --Matt-- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jule Nissen
2010-Aug-12 09:34 UTC
link_to underlying urls/paths are showing in the actual view
Everything is fine with the IE 7!? What does this mean? /landge Jule Nissen wrote:> > > The path is showing up in my links too. Tried Safari and FireFox. > Did you find a solution to this problem? > > > /landge > > Matt Royer wrote: >> Thanks for the tips Colin and Anand... Neither corrected the issue. I''m >> going to see if I can do this from another system. I''m wondering if my >> installation is jacked up or something. I''ll post again and let everyone >> know what i''ve found. I''m on my system at work, so am limited by what I >> can do. I''ll try this from home and see what I come up with. >> >> Thanks again for the suggestions! >> >> --Matt-- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2010-Aug-12 10:40 UTC
Re: link_to underlying urls/paths are showing in the actual view
On 12 August 2010 10:34, Jule Nissen <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> > Everything is fine with the IE 7!? > What does this mean?If you look at the html of the page (View, Page Source or similar in your browser) what do you see for the link tag? Post the link tag here if necessary. Do you only see this on your rails app or is it on all pages? Colin> > /landge > > Jule Nissen wrote: >> >> >> The path is showing up in my links too. Tried Safari and FireFox. >> Did you find a solution to this problem?-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jule Nissen
2010-Aug-12 11:20 UTC
Re: link_to underlying urls/paths are showing in the actual view
Colin Law wrote: This is what I get (IE7): <a href="#" id="toggle" onclick="Effect.toggle(''vakt''); return false;">Ukekalendar</a> <div class="span-24" style="display:none" id="vakt" > <a href="/nevrovakt/aktuelluke/1">1</a> <a href="/nevrovakt/aktuelluke/2">2</a> <a href="/nevrovakt/aktuelluke/3">3</a> <a href="/nevrovakt/aktuelluke/4">4</a> etc. .... You can try it if you want on my testpage: http://vaktliste.nevroradiologi.no The path is only visible on my rails page thanks, landge> On 12 August 2010 10:34, Jule Nissen <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> >> Everything is fine with the IE 7!? >> What does this mean? > > If you look at the html of the page (View, Page Source or similar in > your browser) what do you see for the link tag? Post the link tag > here if necessary. > > Do you only see this on your rails app or is it on all pages? > > Colin-- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2010-Aug-12 12:41 UTC
Re: Re: link_to underlying urls/paths are showing in the actual view
On 12 August 2010 12:20, Jule Nissen <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Colin Law wrote:Could you make sure you get your quoting correct please and insert your comments in the right place, I did not write the text below, you did. Thanks.> This is what I get (IE7): > > <a href="#" id="toggle" onclick="Effect.toggle(''vakt''); return > false;">Ukekalendar</a> > <div class="span-24" style="display:none" id="vakt" > > > <a href="/nevrovakt/aktuelluke/1">1</a> > > <a href="/nevrovakt/aktuelluke/2">2</a> > > <a href="/nevrovakt/aktuelluke/3">3</a> > > <a href="/nevrovakt/aktuelluke/4">4</a> > > etc. .... > > You can try it if you want on my testpage: > http://vaktliste.nevroradiologi.no > The path is only visible on my rails pageThe w3c html validator is not impressed with your html, see http://validator.w3.org/check?uri=http%3A%2F%2Fvaktliste.nevroradiologi.no%2F&charset=%28detect+automatically%29&doctype=Inline&group=0. Whether this is the problem or not I do not know, but I would fix it first. If still not fixed then, since the additional text is not visible in the html then I think either javascript or css must be doing it. I would remove all the includes for scripts and css and see what happens. Leave the code as it is, just remove the includes. But fix the html first. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jule Nissen
2010-Aug-12 14:12 UTC
Re: Re: link_to underlying urls/paths are showing in the actual view
Colin Law wrote:> On 12 August 2010 12:20, Jule Nissen <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Colin Law wrote: > > Could you make sure you get your quoting correct please and insert > your comments in the right place, I did not write the text below, you > did. Thanks.Ok> The w3c html validator is not impressed with your html, see > http://validator.w3.org/check?uri=http%3A%2F%2Fvaktliste.nevroradiologi.no%2F&charset=%28detect+automatically%29&doctype=Inline&group=0. > Whether this is the problem or not I do not know, but I would fix it > first. > > If still not fixed then, since the additional text is not visible in > the html then I think either javascript or css must be doing it. I > would remove all the includes for scripts and css and see what > happens. Leave the code as it is, just remove the includes. But fix > the html first.Thanks for your advice. I''ll try it later.> > Colin-- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jule Nissen
2010-Aug-12 19:09 UTC
Re: Re: link_to underlying urls/paths are showing in the actual view
Thanks for the tip Colin! The visible path behind the links was generated by the css print layout. Everything works fine now! Well, I still have to fix the html errors ;) /landge -- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Matt Royer
2010-Aug-23 14:58 UTC
Re: Re: link_to underlying urls/paths are showing in the actual view
Jule Nissen wrote:> The visible path behind the links was generated by the css print layout. > Everything works fine now!YES!!! Thanks everyone. This was driving me insane! I''m using the Blueprint CSS Framework. In the Print.css there is a line that reads: ---- a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;} ---- Take out the following code: ---- content:" (" attr(href) ")"; ---- That will do it for you. Thanks again everyone! --Matt Royer -- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2010-Aug-23 15:04 UTC
Re: Re: Re: link_to underlying urls/paths are showing in the actual view
On 23 August 2010 15:58, Matt Royer <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Jule Nissen wrote: >> The visible path behind the links was generated by the css print layout. >> Everything works fine now! > > YES!!! Thanks everyone. This was driving me insane! I''m using the > Blueprint CSS Framework. In the Print.css there is a line that reads: > > ---- > > a:link:after, a:visited:after {content:" (" attr(href) > ")";font-size:90%;}What I do not understand about this is why this was (apparently) showing on screen when it was in print.css, which presumably is only intended to be used for printing. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Matt Royer
2010-Aug-24 17:02 UTC
Re: Re: Re: link_to underlying urls/paths are showing in the actual view
Colin Law wrote:> What I do not understand about this is why this was (apparently) > showing on screen when it was in print.css, which presumably is only > intended to be used for printing.That was odd to me too. I guess I was just excited that my issue was solved, because I didn''t even think to check more into that. Think it''s something in Rails itself? Or the browsers. Maybe the way you use: stylesheet_link_tag :all I''m not sure. Just grasping at straws. That''s how I import my css sheets. -- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2010-Aug-24 20:10 UTC
Re: Re: Re: Re: link_to underlying urls/paths are showing in the actual view
On 24 August 2010 18:02, Matt Royer <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Colin Law wrote: >> What I do not understand about this is why this was (apparently) >> showing on screen when it was in print.css, which presumably is only >> intended to be used for printing. > > That was odd to me too. I guess I was just excited that my issue was > solved, because I didn''t even think to check more into that. Think it''s > something in Rails itself? Or the browsers. Maybe the way you use: > stylesheet_link_tag :allThat will load all the stylesheets in the stylesheets folder. If you have print and screen specific stylesheets you should load these individually specifying :media => "screen" and :media => "print" for the two relevant files so that one will be used on screen and the other for printing. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.