Understanding the RForum code

RForum looks really neat!

What would you suggest is the best way for someone new to rails to
understand the RForum code (how things fit together, what parts of the
source tree folder to start reading, what classes to start looking
through etc…)?

Thanks!
Dominique

Dominique P. wrote:

RForum looks really neat!

What would you suggest is the best way for someone new to rails to
understand the RForum code (how things fit together, what parts of the
source tree folder to start reading, what classes to start looking
through etc…)?

Thanks!
Dominique

You’ll only need to look in the app-folder. In here you have the
controllers, models and views. If you have no idea what those three
words mean, forget about figuring out how this forum works. Instead read
the tutorials available at www.rubyonrails.com

In the public folder, you’ll find stuff like images, javascript etc.

  • Kasper