Hi there,

i am very new to ror and i want to create a page which does the
following:

The user can register(devise) and can specifiy a page name e.g.
jondoe. After this his account is send by email etc.

Now I want to generate a page which follows the following route:

www.mydomain.com/jondoe

What I understood is that the ror standard routing goes /controller/
action but of course I dont have a controller called jondoe.

I also want to have the router for creating a user or doing something
else via url www.mydomain.com/user/edit

I know this questions could be stupid but I didnt found a way to solve
this issue. Can somebody give me a hint?

Thanks!

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