webmagnets
webmagnets

Reputation: 2296

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

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?"

Upvotes: 2

Views: 2652

Answers (1)

webmagnets
webmagnets

Reputation: 2296

These two solutions appear to be what I am looking for:

https://github.com/RailsApps/rails-composer/

and

http://blog.bryanbibat.net/2011/01/03/starting-a-professional-rails-app-with-haml-rspec-devise-and-web-app-theme/

I will go through the tutorials and report back.

Upvotes: 3

Related Questions