how to add a forum template to ruby on rails?
I'm new to ruby on rails (I'm more used to PHP) and I'm wondering how to add a dynamic template (made of HTML, JS, and CSS) and integrate it. can I just add it to views or do I have to use the generator? Or does it have to be a ruby file (.rb)?