Hi,
first of all: I'm a noob. I use RoR 2.0.
Now the question
Let's say I want to create a frontend and a backend for my website. My URL could be: www.myurl.com
Frontend should be available here: www.myurl.com/ or maybe www.myurl.com/news ... etc.
Backend should be available in the subdirectory /admin
Like that: www.myurl.com/admin or maybe www.myurl.com/admin/news
How to I have to setup something like that ? When I generate the models/views/controllers do I have to add that admin-subdirectory ?
Like: "ruby script/generate scaffold admin/news title:string blah:string" ? I actually tried that basically messed it up haha.
Or is that just a routing ( config/routes.rb ) issue ?
You notice I'm still messing around with those basic things. Could really need some kind of basic RoR project management guide
Anyways I'm sure you guys can help. Thanks for your time!
Martin