Is there a 'template' for a Rails web app with user authentication?

admin

Administrator
Staff member
Is it possible to use a preexisting Rails app (preferably one that only has the user authentication system already setup) as a template by changing it to do what you want it to do?

I was hoping that there is something like wordpress is for php, that I can add to to make it do what I want it to do. Wordpress already has the user authentication and other important things built in. I can then go in and make it do what I want.

This question might reveal a fundamental misunderstanding of the framework concept, but I had to ask.

p.s. - Another way to ask this question could be "Can I take a basic Rails app with user authentication and then refactor it and add my own models?"