similar to: Savage Beast plugin: Question on the reply form

Displaying 20 results from an estimated 700 matches similar to: "Savage Beast plugin: Question on the reply form"

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
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
2011 Mar 02
0
polymorphic_path not getting generated
Folks, I am trying to use the Savage Beast plugin in a polymorphic way. I have setup my model as below # Leaving out other details from models class Forum < ActiveRecord::Base has_one :recent_topic, :class_name => ''Topic'', :order => ''sticky desc, replied_at desc'' belongs_to :forum_owner, :polymorphic => true # Helps keep track of which
2010 Apr 14
0
Rails 3 (beta3) and paths in the console
Did I miss some release note somewhere? I used to be able to, from the Rails console, get paths and urls using: app.posts_path or app.post_path(p) Now, trying to do that, I get an error stating that those methods are protected? irb(main):001:0> app.posts_path NoMethodError: protected method `posts_path’ called for #<actiondispatch::integration::session:0x3bf67c0> (Windows, Rails
2017 Jan 17
0
[ANNOUNCE] xf86-video-savage 2.3.9
Adam Jackson (1): Adapt Block/WakeupHandler signature for ABI 23 Matt Turner (1): xf86-video-savage 2.3.9 Stefan Dirsch (1): Disable tiling on SuperSavage by default git tag: xf86-video-savage-2.3.9 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-savage-2.3.9.tar.bz2 MD5: f694b2b201fb815cd3b910e639f55bb5 xf86-video-savage-2.3.9.tar.bz2 SHA1:
2008 May 21
0
[ANNOUNCE] xf86-video-savage 2.2.1
Adam Jackson (4): Don't try to call vbeModeInit(), it doesn't exist and never will. Fake sync ranges for panels with no EDID. savage 2.2.1 no, really, savage 2.2.1 Alex Villac?s Lasso (1): EXA upload to screen must honor pitch of the source data Dave Airlie (2): savage: fix typos in error message savage/pciaccess: don't try to map aperture
2015 May 08
0
[ANNOUNCE] xf86-video-savage 2.3.8
Adam Jackson (2): Use own thunk function instead of vgaHW*Weak dri: Stop (uselessly) initializing the ValidateTree hooks Jeremy White (1): Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c. Julien Cristau (2): Fix compiler warnings with recent X servers Bump to 2.3.8 git tag: xf86-video-savage-2.3.8
2008 Mar 19
0
[ANNOUNCE] xf86-video-savage 2.2.0
Adam Jackson (3): Death to RCS tags. Remove use of deprecated {DE,}ALLOCATE_LOCAL. savage 2.2.0 Alex Deucher (3): fix segfault from pScrn->currentMode fix the build for the non-pci-rework case (compile tested only) Fix reversed logic in SavageMapMem() Alex Villacs Lasso (1): Fix broken downscale past 2:1 - MM8190 and MM8198 can be used together for
2016 Apr 21
0
[PATCH 17/24] drm/savage: add extern C guard for the UAPI header
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com> --- include/uapi/drm/savage_drm.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/uapi/drm/savage_drm.h b/include/uapi/drm/savage_drm.h index 5741474..0f6edde 100644 --- a/include/uapi/drm/savage_drm.h +++ b/include/uapi/drm/savage_drm.h @@ -28,6 +28,10 @@ #include "drm.h" +#if defined(__cplusplus)
2007 Jun 19
1
javascript_tag replacing whitespaces w/ '%20'
javascript_tag replacing whitespaces w/ ''%20'' Hello, I have a form that tests if a title has been changed since the page was loaded and the page has been submitted. If the page title has been changed then a confirm box will ask if the user wants to have the title changed. The problem is if the person hits cancel, all white spaces in the title get replaced w/
2010 Jul 12
1
[PATCH] ocfs2: Don't duplicate page passes i_size during CoW.
During CoW, actually all the pages after i_size contains garbage data, so don't read and duplicate them. Signed-off-by: Tao Ma <tao.ma at oracle.com> --- fs/ocfs2/refcounttree.c | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/fs/ocfs2/refcounttree.c b/fs/ocfs2/refcounttree.c index 1cf9cda..e082623 100644 --- a/fs/ocfs2/refcounttree.c +++
2013 May 12
5
[Bug 64493] New: X server crashes when launch Savage XR
https://bugs.freedesktop.org/show_bug.cgi?id=64493 Priority: medium Bug ID: 64493 Assignee: nouveau at lists.freedesktop.org Summary: X server crashes when launch Savage XR Severity: major Classification: Unclassified OS: Linux (All) Reporter: ginermail at gmail.com Hardware: x86 (IA32)
2009 Jul 26
2
How knows my paths in link_to? If I do not defined.
Hello, It´s my first post here. :) I´l following the guide of Ruby, but I need to know how the Ruby knows my path to other pages if I did not define anything, like this: app/views/posts/index.html.erb: <td><%= link_to ''Show'', post %></td> <td><%= link_to ''Edit'', edit_post_path(post) %></td> Other
2010 Apr 17
1
Nil.to_sym Problem
HI everyone, require some help! cannot figure out this error and how to fix it! Showing user/index.html.erb where line #59 raised: You have a nil object when you didn''t expect it! The error occurred while evaluating nil.to_sym Extracted source (around line #59): 56: <% end %> 57: </ol> 58: 59: <div id="hub">Blog: <%= link_to "(manage)",
2005 Dec 24
2
Ajax Help: Multiple Updates - ?
Hi! Wondering if anyone can tell me what''s wrong with my code? I''m trying to use the onChange event of a select list to update multiple divs... Agile Web Development with Rails (p. 403) suggests using ":complete => eval(request.responseText) instead of :update" I''ve attempted the following test code: # in the view <select name="plist",
2006 Mar 13
2
Keypress events with no AJAX needed
Is anyone else finding it frustrating to do in Ruby client-side things that would be simple in Javascript? It seems like all of the "helpers" involve server (controller) communication. For example, having a text field that just echos below what the user types. Is this the only way to do it? <div id=''word_panel''> <%= text_field_tag
2011 Feb 20
3
ugly url form_tag
Hi all I am using form_tag helper and everything is sent by the get method. In the url looks like : http://localhost:3000/posts?utf8=%E2%9C%93&search=rails The utf8 attributes is pretty much ugly. Is there a way (in Rails 3) the url looks like something like : http://localhost:3000/posts/search/rails If yes what do I need to change in my code ? Here is my code <% form_tag posts_path,
2006 Mar 31
5
RoR 1.1 RJS problem
I''ve been playing with the new RJS stuff in RoR1.1, and I have to say that I''m am extremely impressed, NICE! work guys. However, I seem to be having a bit of a problem. I promise, I''ve googled the hell out of it and haven''t found an answer. Set up: Putting together a little proof of concept app. Display a form (index.rhtml) that just has a button to
2006 Mar 22
1
Lightning Fast Javascript Auto complete
<%= javascript_tag("new AutoCompleter.Local(''search_start_station'',''start_station_auto_complete'', stations);") %> I have <%= javascript_include_tag :defaults %> in the head of my layout. But I always get an Error: "AutoCompleter is not defined". Im using Rails 1.0, so I should have the latest javascript files. The tag
2006 Feb 03
2
JavaScript Prototype Help?
I have a form with a text area. I want to have an observer watch the text area and update a div with the running count of characters in the text area. I tried "onchange" but that doesn''t update until you leave the text area. I was able to get it working using AJAX, but it''s silly to make a needless round trip to the server, when the page already knows