Displaying 20 results from an estimated 100 matches similar to: "acts_as_rateable in Beast"
2006 Sep 23
8
acts_as_rateable plugin help!
Hello,
I am having some trouble figuring out how to use the rateable plugin. i
followed as close as the directions located at
http://www.naffis.com/blog/articles/2006/08/31/rails-ajax-star-rating-system
but i fail at working it.
i am getting this error
You have a nil object when you didn''t expect it!
The error occured while evaluating nil.rating
Extracted source (around line #1):
1:
2007 Oct 31
0
another question about acts_as_rateable
I''ve been trying to add some rating capabilities to a site I''m
working on, I''ve been following a few tutorials (one being http://
www.juixe.com/techknow/index.php/2006/07/05/acts-as-rateable-plugin/)
and I keep seeing something that''s confusing me.
---- from the tute : (in my ratings controller)
post = Post.find(params[:id])
post.add_rating Rating.new(:rating
2008 Jul 01
2
rateable plugin problem
I am having some problem figuring out how to use the rateable plugin. i
followed as close as the directions located at
http://www.naffis.com/blog/articles/2006/08/31/rails-ajax-star-rating-system
but there seem to be some problem.
I am getting the following error
You have a nil object when you didn''t expect it!
The error occured while evaluating nil.rating
Extracted source (around line
2006 Dec 11
1
Using link_to_remote to add a record
I am trying to use link_to_remote to simply add a record to a database
table called "ratings". I''ve seen some examples of this being done but
can''t seem to get it to work. Any ideas about what I''m doing wrong?
Here is what I have in my view:
<%= link_to_remote( "1", {:url => { :controller => "ratings", :action =>
2008 Aug 27
5
VALIDATION QUESTION
I''m trying to validate a record before save. I''m using one controller
in this case furnii where I have all my calls. The problem is that, the
form containing the field I''m trying to validate resides in the furnii
views. I tried to add validates_presence_of :content (the field name) in
both the furnii model and the ratecomment model but it does not work. I
know there
2008 Nov 03
0
acts_as_rateable in rails 2.2.0
Hi all,
I have a problem with acts_as_rateable in rails 2.2.0.
[code=]ActionView::TemplateError (uninitialized constant
<#object>::Rating) on line #10 of app/views/blah/blah.html.erb:
/Library/Ruby/Gems/1.8/gems/activesupport-2.2.0/lib/active_support/dependencies.rb:102:in
`const_missing''
/Library/Ruby/Gems/1.8/gems/activerecord-2.2.0/lib/active_record/base.rb:2042:in
2007 Apr 13
0
mixin behavior
Hi, all,
I need to DRY up some code in a few models. My first inclination,
having come from the Java world, was to go with an abstract class.
After a bit of reading, I then decided to follow the mixin route
instead. Now I''m running into trouble, most likely from a few basic
misunderstandings.
There are three models I will be using to average and count rating
data by executing a
2009 Feb 19
6
Rating
how to implement rating feature in rails and wat are the required gems
for that.
--~--~---------~--~----~------------~-------~--~----~
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
2006 Dec 26
15
is there a way to not repeat installing plugins?
i seem to be using the same plugins for all my sites and was wondering
if there is a way to make the process easier and faster?
is this what is called by "packing your own gems"?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2008 Mar 30
0
plugin for recent changes display?
I''d like to have a "most recent changes" type of sidebar on my site (
http://www.obsidianportal.com ). The main idea would be to show recent
activity on the site. I''d like to try and copy what they have on the
left sidebar here: http://gaxonline.com
What I need is very simple, something along the lines of:
- The user who did an action
- A title/link to what they did
2006 May 25
1
Rating System in Rails
hi everybody,
can you tell me, is there any plugins available for Rating (Rating
system) in Rails?
or any other way to do it?
plz give me the url if such plugin exist...
and plz give me the url of tutorial if any alternatives for Rating
process is available....
i expect some good replies...
Regards,
Neo
--
Posted via http://www.ruby-forum.com/.
2007 Sep 05
0
Savage Beast plugin: Question on the reply form
Hello! I have integrated the Savage Beast plugin with my site. For
some reason, during the integration, the standard large black reply
form that gets displayed when a user hits "Reply to topic", is
*always* getting displayed at the bottom of the screen ... before the
user hits "Reply to topic". The built in "cancel" link on the editbox
will not remove the form, and
2009 Sep 30
2
What is this view syntax? Old beast forum code...
Hey folks
A long time ago, before i started working at this company, we used a
Beast forum. The beast code (models, controllers and views) were all
just lumped in with our app code, but when we moved to a new version
(about a year and a half ago) the forum section of our site was closed
off (simply by not linking to it anywhere).
I''ve been tasked with resurrecting it, and the first
2009 Dec 31
0
Savage Beast For Rails 2.3
Hello rails..
I have some difficulties when integrate savage beast forum with my
rails app 2.3.
I found error :
uninitialized constant SavageBeast::UserInit::Monitorship
and then about routes..., how to set routes in order to when access
http://mysite/forums the savage beast forum can be run.
Anyone has a real implementation savage-beast in a rails app.., I
thinks that will very help
2008 Nov 23
0
Recent and Popular Posts in Beast Forum
Hi,
so I''ve integrated the Beast forum into my ruby on rails website and
would like to display some of the forum data throughout the website.
Basically, I''d like to list the last 5 posts to a UNIQUE topic, and
also the most popular topics.
I''m sure this wouldn''t be too tough to accomplish but I was wondering
if anyone else had already implemented it so that it
2016 Feb 04
0
AST-2016-001: BEAST vulnerability in HTTP server
Asterisk Project Security Advisory - AST-2016-001
Product Asterisk
Summary BEAST vulnerability in HTTP server
Nature of Advisory Unauthorized data disclosure due to
man-in-the-middle attack
Susceptibility Remote
2008 Jun 24
3
Running the beast forum for the first time
Hey guys,
so I think I''ve done my installation of the beast forum correctly. Its
done the database migration and all the tables look fine. Now, when I
run
ruby script/server
and point my browser at http://localhost:3000/ I get a "500 Internal
Server Error" error.
Anybody know whats causing this? I''ve been trying to work it out for
ages now and its wrecking my head
2018 Nov 19
2
[Bug 108783] New: Nouveau crash in X server / display system with PAGE_NOT_PRESENT/NULL_DMAOBJ running Minecraft Feed The Beast Continuum
https://bugs.freedesktop.org/show_bug.cgi?id=108783
Bug ID: 108783
Summary: Nouveau crash in X server / display system with
PAGE_NOT_PRESENT/NULL_DMAOBJ running Minecraft Feed
The Beast Continuum
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
2006 Nov 22
4
Know ye of such a beast ?
// hoping this is sufficiently on-topic //
php-driven, markdown-aware, open source wiki/cms that has some degree
of version control, a flexible system for privs/access control, is
installable (or buildable) on OS X and has an easy installer for
windows ?
2010 Aug 10
2
undefined method `has_many' for Object:Class +Savage Beast 2.3 plugin
Hi, i am using Savage Beast 2.3 plugin for the forum and i got and
error
undefined method `has_many'' for Object:Class
C:/forum/vendor/plugins/savage-beast/lib/savage_beast/user_init.rb:
9:in `included''
C:/forum/vendor/plugins/savage-beast/lib/savage_beast/user_init.rb:
7:in `class_eval''
C:/forum/vendor/plugins/savage-beast/lib/savage_beast/user_init.rb:
7:in