|
I've a simple posts model with title:string and rating:integer and I want to add the ability to rate the posts. So far I have
#Post controller def increase @post = Post.find(params[:id]) @post.increment! :rating flash[:notice] = "Thanks for your rating...
Started by Senthil on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
#Views <%= link_to post.rating, increase_post_path(post) %> #Controller def increase @post = Post.find(params[:id]).increment....
Member => { :increase => :put }
And this will create the route "increase_post_path.
|
|
Rating: post rating 2 Rate this post:
I'll be on here all day again because I'm a lonely old loser loner. Kids need me onnly to babysit and money. I bet they wish i was dead so they can collect the assets i have.
Started by My Raging Bull on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at quote):
|
|
Me first...
Checking: 741,157 Credits | Savings: 0 Credits | Rating: 3,068
#heauxbewinning
Started by OverLord Strum on
, 13 posts
by 7 people.
Answer Snippets (Read the full thread at islandmix):
Oh: 145,218 Credits | Savings: 1,962 Credits | Rating: 0 Originally Posted by mz_JazE Checking: 145,218 Credits | Savings: 1,962....
Rating: 3,068
#heauxbewinning OMG!! we have a savings account?...OMG..never knew that one! funny .
|
Ask your Facebook Friends
|
To expand on the Like system, we've now taken the Post Rating modification live. Don't get too attached to the current ones but give it a whirl and see what you think. If you guys like it, we'll expand the various choices into some more funky ones. We...
Started by Azhria Lilu on
, 20 posts
by 7 people.
Answer Snippets (Read the full thread at adminextra):
I think they are really a thing of the past but I do believe the like system provides... .
An Account Upgrade ~ I guess I'm in that 'special' group as I see no such rating options Winning it is Funny x 1 List @gerdgrossmann Post ratings....
|
|
Is it possible to search for post based on rating?
is it possible to search for post based on rating?
Started by eliteservice on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at tech-forums):
Re: is it possible to search for post based on rating?
Post rating? User rating?
Don't think so.
|
|
Is this possible? I got a computer rating after last year's season, but have finished a season of college tennis and am supposed to rate myself as a 4.5. I am trying to figure out how to re-self rate, but cannot figure out how.. I am in NorCal btw. I ...
Started by Drew_a_blank on
, 16 posts
by 7 people.
Answer Snippets (Read the full thread at tennis-warehouse):
I'm not sure of college you should ....
I'm not sure you can, even if you want were on this forum .
If you have a computer rating, you don't need to self-rate.
|
|
WHY!?!?!?!?!?!
Absolutely everyone hated them before, they're even worse this time. Every post that gets a thumb down gets hidden, is this supposed to keep people from getting butthurt? Wynex, can you get rid of this or does it come with the server?
Started by mutiny4lifeunna on
, 19 posts
by 1 people.
Answer Snippets (Read the full thread at bmx-forum):
I don't really care about the rating thing, I just don't like the post hiding....
Whole thread.
I personally don't like the whole rating systemWynex is trolling everybody.
I agree with the post hiding being ridiculous.
Be good.
|
|
To be honest there really isn't a point to rep besides saying "hey look, I've got a gold gem and you don't." This is actually the only site that I visit that has a rep system. Everywhere else that I go to regularly discontinued it because they found out...
Started by Spindle on
, 13 posts
by 1 people.
Answer Snippets (Read the full thread at bmx-forum):
And....
Reply Reply post #148 of 155 10/28/09 at 1:45am goldendragon
your ignorant.
I like it how it is Reply Reply post #146 of 155 10/16/09 at 8:14am omgitsme in the green, the system is truly worthless.
That are in it for a game is a nono .
|
|
Sign up as in paying. do i have to say it again?
Started by Spindle on
, 19 posts
by 1 people.
Answer Snippets (Read the full thread at bmx-forum):
AMIRIGHT? oh sorry, did you just....
It anymore I think this idea is great, but 1 rep point per helpful post rating is pretty low for goodnah i just tend to ignore everything you post on account of it being a big pile of shit everytime.
|
|
I'm new with JQuery, Ajax, JavaScript
I have a problem with JQuery star-rating-plugin. I used it in some pages and it works very well. However when I used in an Ajax page, it did not behave the same.
When the page is reloaded, nothing more is shown. The...
Started by Allice on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
$('input[type="radio"].star').rating....
May be you can enable the stars through the following statement .
If you are rebuilding the DOM via AJAX').rating(); // Hook the events.
Presumably you are attaching events to #star-rating-control.
|