radar / rboard
- Source
- Commits
- Network (28)
- Issues (4)
- Downloads (0)
- Wiki (2)
- Graphs
-
Branch:
master
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A fully featured forum system compatible with Rails 2.3
-
Hi,
the forum successfully installed however,
in groups tab, when I click on the edit icon, I got this error:
SyntaxError in Admin/groups#editShowing app/views/admin/permissions/_form.html.erb where line #66 raised:
compile error
/Users/pburgisser/Desktop/forum/rBoard/app/views/admin/permissions/_form.html.erb:66: syntax error, unexpected kENSURE, expecting $end Extracted source (around line #66):63:
64:
65: <% end %>
Trace of template inclusion: app/views/admin/permissions/form.html.erb, app/views/admin/groups/form.html.erb, app/views/admin/groups/edit.html.erbRAILS_ROOT: /Users/pburgisser/Desktop/forum/rBoard
Thank you for your work
Comments
-
The partial app/views/admin/permissions/_form.html.erb does not work.
I am trying to fix this, but I do not find, how the following condition works, in order to update the permissions.
<% if params[:type] || @permission.new_record? %>
Any ideas ?
Comments
-
The methods new and edit breaks, because the closed attribute is not defined in the schema.rb file.
File: app/views/admin/forums/_form.html.erb
Where are the migration files ?
Comments
Added closed feature to forums, this means that a forum will still be visible but new topics and replies cannot be posted by unauthorised people (features pending, some of us have to go to work!). I've also fixed a long standing annoyance with the topic menu, now it will place separators correctly 100% of the time. - Closed by bbbd864
-
Error upon following installation instructions
3 comments Created 5 months ago by GreenAsJadeI did
git clone git://github.com/radar/rboard.git rBoard
cd rBoard
rake installI got
(in /home/mgregory/src/rBoard) rake aborted!
You must create a database.yml file.Hardly insurmountable, but just letting you know :)
Martin
Comments
Yes, you must make one. unless you have any ideas of how to generate one? Someone may not have an adapter installed.
GreenAsJade
Fri Jul 24 20:26:43 -0700 2009
| link
Yeah, I know, the main reason for letting you know is that the instructions should mention this, so you don't end up like "Whoa! ... Oh, I see"....when you follow them :)
-
In the helpful sounding article entitled
"Rails 2.2 compatibility" it says:
"You will also need to ensure that the controllers using these models have the correct finding scope set up on them."
Dang, I have no idea what this means! This makes it a bit scary, on the face of it, to attempt integrating this into my 2.2 app. Is it possible to clarify what I'm up for?
Thanks!
Comments
Because you do not have access to 2.3's default_scope method (unless you monkeypatch it in) you'll have to remove the calls to it from a couple of models and in doing so you may alter the way the system works in an undesirable way.
To stop this, go into the controllers that make the calls to find for these models and add in the ordering yourself.
-
Forum at http://forum.frozenplague.net is broken
1 comment Created 5 months ago by GreenAsJadeWhen arrive, you see one forum with one post.
When you log in, this disappears and you see
"There are no categories or forums. Maybe an administrator should create a category or a forum"
This makes it a bit hard to try this baby out ;)
I was trying to find out if it supports bbcode. It would be nice if something told me about that...
Comments
-
Using HEAD and vanilla rails 2.3.2. When I reorder categories in the administration section, the up/down arrows and the number shown in that list will change when I move categories up or down, but the actual order of the displayed categories stays in alphabetical order regardless of the manually set ordering. The category list shown on the main forum view also stays in alphabetical order no matter how the manual ordering is set.
Comments
Sorry, I've only just noticed this issue. Github apparently doesn't notify you when you receive issues. I'll get around to fixing this later this week.
Fixed in http://github.com/radar/rboard/commit/26f1c2ac0b6f3f42c1d9369f18a8f6b5c0dae677, please confirm if you can.
-
Application Controller Class Defined Twice
1 comment Created 8 months ago by brycethornton






This works now.