Hi
>I can have a page
> for individual entry in the database. 

Did not understand that
  I think you better to start with an example

./script/generate scaffold User name:string


Then watch what happens in config/routes.rb  app/models  app/views 
app/controllers

> Now I also have a faint clue that you can set a controller default(map
> root). If I was to do that, would I need to have a new controller for
> each user? 

example
map.root :controller => 'user'

Then what happens is your root page will be mapped to user controller's 
index action And here you have to delete or rename public/index.html 
before doing this


Sijo
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to