Creating a separate admin panel area - how to?

Hello…

In my app, I want to implement a separate admin panel, which the users
will
be able to enter with their credentials and each one of them will be
able
to manage (edit-delete-add) only his resources. I want this panel to
reside in example.com/admin or something like that. What would be the
proper approach to do this? Namespaced controllers like
Admin::BlahController etc?

Note that I need the app to have separate front-end views (for normal
site
visitors) and back-end views (eg. admin panel) for ‘Users’ of my app (
eg.
people that will signup for it).

General info: it’s a site where the visitors will be able to see all the
Deals posted by ‘Users’ (those will be that will access the /admin area
to
manage their deals).

Thanks in advance!

I suggest taking a loot at active_admin, etc

Jodi S.
705.749.4955

On 2012-03-01, at 7:08 PM, “Agis A.” [email protected] wrote:

Hello…

In my app, I want to implement a separate admin panel, which the users
will
be able to enter with their credentials and each one of them will be
able
to manage (edit-delete-add) only his resources. I want this panel to
reside in example.com/admin or something like that. What would be the
proper approach to do this? Namespaced controllers like
Admin::BlahController etc?

Note that I need the app to have separate front-end views (for normal
site
visitors) and back-end views (eg. admin panel) for ‘Users’ of my app (
eg.
people that will signup for it).

General info: it’s a site where the visitors will be able to see all the
Deals posted by ‘Users’ (those will be that will access the /admin area
to
manage their deals).

Thanks in advance!


You received this message because you are subscribed to the Google
Groups
“Ruby on Rails: Talk” group.
To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/EhxxjcNT7E8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.