similar to: Need a simple forum or message board

Displaying 20 results from an estimated 12000 matches similar to: "Need a simple forum or message board"

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 Feb 01
8
undefined method `inherit'' for Merb::Test::ExampleGroup
RSpeckers: I''m trying to install this into a Merb-generated RSpec rig: http://code.jeremyevans.net/doc/fixture_dependencies/ It requires inserting their test case into RSpec. This is the documented way to do it: describe ''Post'' do inherit FixtureDependencies::SequelTestCase And that leads to the syntax error in the subject line. (No stack trace is available
2008 Feb 18
5
uh... fixtures?
RSpec-ers: I''m aware this is quite the FAQ. I have probably asked it myself, but I just can''t Google up anything but others asking it. I grabbed the source to Beast, to use as a Rails project uninfluenced by me, or RSpec. Then I installed the CURRENT version of RSpec and rspec_on_rails, and set up a model spec on Post. Here''s the spec_helper.rb lines:
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
2007 Oct 23
3
very simple bulletin board
I need to quickly setup a temporary BBS/message board system for the fires in San Diego. We just want people to post if they have rooms available. So I'm looking for a a very simple and easy to get running BBS system. Any suggestions?
2008 Feb 13
7
Good RoR design example.
Hi all, I was wondering if anyone could point me to a good (ideally simple) example of RoR design. I am rather new to this subject, and I am playing with https://rubyforge.org/projects/mystic/ as an simple example to understand how stuff works, but I am not entirely convinced that it has been properly written in terms of locating html code, javascript code, etc. (e.g. There is a fragment of html
2005 Apr 05
3
Message Board Recommendations...
I've been trying several message board software (PHPBB, etc) and haven't found one that's as feature rich as I'd like. I used to run Ikonboard but have had some issues with that. Does anyone have a great recommendation for an awesome message board with loads of features and is open-source (free)? Thanks Scott
2008 Mar 08
1
How to downgrade from rails 2.0.2
Somehow I have ended up with v2.0.2 on my Mac. I am running Leopard so am not sure whether this version came with it. Here are the various versions of components: macfizz$ rails -v Rails 2.0.2 macfizz$ ruby -v ruby 1.8.6 (2007-09-24 patchlevel 111) [universal-darwin9.0] macfizz$ gem -v 1.0.1 macfizz$ Anyway, for various reasons I''m not that happy with 2.0.2 and want to downgrade
2009 Mar 30
1
where can find open source rails forum code?
Where can find open source rails forum code? I found Beast but Beast maybe close or not update for long time. Where can I find some good forum I can use --~--~---------~--~----~------------~-------~--~----~ 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
2004 Nov 29
4
asterisk newsgrup proposal or phpBB forum
Hi all, I can see huge traffic here over 400 post in 4 days. My proposal is to create asterisk newsgrup proposal or phpBB forum what do think about it ? BR, Corvin btw. I'm admin of phpBB Forum (slackware forum - polish language), nearly 900 users. I think if someone will prepare it good it can be great project. (but I have 7 person team).
2005 Aug 11
1
phpBB forum
Hi my name is Eddy I'm working with a samba serveur and 20 pc (windows xp). I would like to install a forum on intranet. I was trying to install phpBB but an error occured I had installed MySQL and APACHE but the error message is < you seem not have a good database to work with phpBB > An idea ? Thanks for help and sorry for my pity english Eddy
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
2006 May 30
3
phpbb forum with rails application.
I would like to knock up a phpbb forum with a rails application. I wanted to do this as I want to use ActiveRecord to crawl through the user database in the rails app. Is there a way to do this - on the same domain name and server... Or does it depend how the server is setup? -- Posted via http://www.ruby-forum.com/.
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
2006 Mar 03
3
embedding a forum inside a rails app
what is the best way to embed a forum (phpbb is currently installed under /public/forums/) inside my layout ? I dont want the foum to be its own page i would like it to appear inside the main part of the page with navigation and border in tact. is this possible with the current way it is installed ? thanks adam -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jan 03
2
Rails and bb forum integration
Hi, I''m new to Rails. Have read the Agile book. Working on new app, its going well. Now, I am at a crossroads. I need to choose a bbs for my site The significance for rails development is that I want to have single sign on between both my Rails app and my forum. I was just about to work on integrating the Rails SaltedLoginGenerator into my rails app when I read this post
2020 May 14
2
Ailing MATE desktop
On Thu, May 14, 2020 at 05:24:13AM -0500, Robert G (Doc) Savage via CentOS wrote: > On Thu, 2020-05-14 at 08:18 +0200, Simon Matter wrote: > > > On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS > > > wrote: > > > > On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via > > > > CentOS > > > > wrote: > > >
2011 Jul 16
1
Forum software is rubbish.
Hi, I just tried to register for the wine forum, and noticed several really annoying things about the process: 1. The "Register" link is kind of hard to find. Normally it is just next to the "Forgot password" link. 2. No SSL. 3. You emailed me my password! Argh! This is a terrible idea for obvious reasons, and also implies: 4. Passwords aren't stored hashed. Seriously.