How to create an admin control panel with Ruby on Rails in less than 9 minutes
1–4 of 4 posts
Re: How to create an admin control panel with Ruby on Rails in less than 9 minutes
#2Did I completely miss something?
Re: How to create an admin control panel with Ruby on Rails in less than 9 minutes
#3Did I completely miss something?
What are you confused about? Just a quick tutorial on how to set up a simple log in system in RoR.
Re: How to create an admin control panel with Ruby on Rails in less than 9 minutes
#4Did I completely miss something?
What are you confused about? Just a quick tutorial on how to set up a simple log in system in RoR.
Admin control panel this is not. I was expecting, as were others (at least, I'd gather from the downvotes) that this would be something more along the lines of activeadmin or rails_admin.
Scaffolding is introduced in the first few chapters of RailsTutorial, and it's painless to do basic authentication.
That's why I was so confused. I thought there was more to this.