Hi, I am trying to add a ratings feature to an existing Ruby On Rails application. The application runs on Ruby 1.8.7 and rails 2.3.5 versions. Do i need to install any specific gem for it ? Or any specific procedure for it ? Please site an example if possible. Thanks, Bhargav -- 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 https://groups.google.com/groups/opt_out.
Pardeep Dhingra
2013-Jan-04 11:10 UTC
Re: Add ratings to an existing Ruby On Rails Application
Hey there.... You can use this gem for implementing rating into your application.Its simple and easy to implement. https://github.com/RichGuk/jquery-star-rating-rails enjoy coding.... -- 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 https://groups.google.com/groups/opt_out.
bhargav desai
2013-Jan-04 11:46 UTC
Re: Add ratings to an existing Ruby On Rails Application
Hi Pardeep, I am using rails 2.3.5 . This gem requires rails 3.1 Thanks, bhargav -- 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 https://groups.google.com/groups/opt_out.
tamouse mailing lists
2013-Jan-05 02:04 UTC
Re: Re: Add ratings to an existing Ruby On Rails Application
On Fri, Jan 4, 2013 at 5:46 AM, bhargav desai <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I am using rails 2.3.5 . This gem requires rails 3.1If nothing else, grab the gem source and use it to write your own? -- 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 https://groups.google.com/groups/opt_out.
Pardeep Dhingra
2013-Jan-07 05:23 UTC
Re: Add ratings to an existing Ruby On Rails Application
Hey Bhargava, One more thing you can do is use any jquery star rating and save it using ajax... http://www.htmldrive.net/categorys/show/9/Rating-Star-Rating http://www.htmldrive.net/items/show/744/Good-Rating-plugin-for-jQuery -- 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 https://groups.google.com/groups/opt_out.
Gautam Pai
2013-Jan-07 07:28 UTC
Re: Re: Add ratings to an existing Ruby On Rails Application
You can take a look at activerecord-reputation-system<https://github.com/twitter/activerecord-reputation-system>gem by twitter. On Mon, Jan 7, 2013 at 10:53 AM, Pardeep Dhingra <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>wrote:> Hey Bhargava, > One more thing you can do is use any jquery star rating and save it > using ajax... > > http://www.htmldrive.net/categorys/show/9/Rating-Star-Rating > http://www.htmldrive.net/items/show/744/Good-Rating-plugin-for-jQuery > > -- > 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 https://groups.google.com/groups/opt_out. > > >-- 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 https://groups.google.com/groups/opt_out.
bhargav desai
2013-Jan-08 06:50 UTC
Re: Re: Add ratings to an existing Ruby On Rails Application
Gautam Pai wrote in post #1091288:> You can take a look at >activerecord-reputation-system<https://github.com/twitter/activerecord-reputation-system>gem> by twitter.Hi Gautam, This page does not exist. Thanks, Bhargav -- 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 https://groups.google.com/groups/opt_out.
Pardeep Dhingra
2013-Jan-08 07:01 UTC
Re: Add ratings to an existing Ruby On Rails Application
https://github.com/twitter/activerecord-reputation-system -- 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 https://groups.google.com/groups/opt_out.