rails is ridiculously easy for this kind of application, sorry I'll try to read mor of this and post some pointers, but wiki.rubyonrails.org is amazing.
i've started the work. i've been fixing up me schema a lot, and i've got some of the basic functions of the site up and running locally. in a few days, i'll be ready to check the code into SVN o...
yeah. that's the most important part. make sure your relationships are good. Also you should look into "Single Table Inheritance" for example class Topic end class ForumThread 'my journa...
i definitely gotta do it that way! i do it like that in the current Java code now, to a certain degree. but if i clean up the schema a bit more, this could really shine.
Any chance any of us mortals could look at the schema? :) I'd really like to see how it's organized.
yeah, that's one thing I hadn't looked into, but I probably should have on my rails project...