Has anybody used the Yahoo UI library successfully with rails? I am particulary interested in some of the ratings tools they used (like 4 out of 5 stars thing rating a post). Curious to see if anyone out there has worked with this at all. adam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060303/b926d291/attachment-0001.html
Hi Adam, could you tell me where I can find this information? Thanks in advance, -Conrad On 3/3/06, Adam Denenberg <straightflush@gmail.com> wrote:> > Has anybody used the Yahoo UI library successfully with rails? I am > particulary interested in some of the ratings tools they used (like 4 out of > 5 stars thing rating a post). Curious to see if anyone out there has worked > with this at all. > > adam > > > _______________________________________________ > 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/20060303/9a032d3e/attachment.html
2006/3/3, Conrad Taylor <conradwt@gmail.com>:> Hi Adam, could you tell me where I can find this information?http://developer.yahoo.net/ypatterns/index.php [x] google exists. Beate
Adam Denenberg wrote:> Has anybody used the Yahoo UI library successfully with rails? I am > particulary interested in some of the ratings tools they used (like 4 > out of > 5 stars thing rating a post). Curious to see if anyone out there has > worked > with this at all.I realize this is an old thread, but has anyone had any success with the Yahoo UI library? I''m planning on using it with RoR (and PHP) and would like to know if anyone ran into issues with it (like browser compatibility, etc.). -- 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-/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 -~----------~----~----~----~------~----~------~--~---
I''ve been using Yahoo!s Reset, Font, Grid CSS files for my last couple of Rails projects very successfully. I haven''t used the JS stuff as the bundled JS with each Rails project (Prototype and Scriptaculous have sufficiently met my needs) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 9/27/06, Leo Silver <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > I realize this is an old thread, but has anyone had any success with the > Yahoo UI library?We used it on Lingr, when we were developing it: http://lingr.com -- which is a Rails app.> I''m planning on using it with RoR (and PHP) and would like to know if > anyone ran into issues with it (like browser compatibility, etc.).We didn''t run into any real issues with it. We decided not to use it in the live app because the libraries are _large_, and we only needed a small amount of the functionality. So it made more sense to write our own code for the few things we needed done (like the login dialog). My experience with the YUI libraries was generally quite positive though. Very powerful and well thought out. -- Chris Boone, Hypsometry http://hypsometry.com/ Web Application Design & Development --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---