Live data from Hacker News

How to create an admin control panel with Ruby on Rails in less than 9 minutes

aflexsystem.com

1–4 of 4 posts

Re: How to create an admin control panel with Ruby on Rails in less than 9 minutes

#4
post #3
post #2

Did 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.