[Rails] Creating a separate admin panel area - how to?

2012-03-01 Thread Agis A.
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

Re: [Rails] Creating a separate admin panel area - how to?

2012-03-01 Thread Jodi Showers
I suggest taking a loot at active_admin, etc Jodi Showers 705.749.4955 On 2012-03-01, at 7:08 PM, Agis A. corestudios...@gmail.com 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