0

I am trying various CMS for current project and Nesta looks interesting. I wonder though, how (if it is at all possible) one would model an app, where multiple users can create blogs via Nesta integrated into an existing Rails app?

I guess, I have to mount Nesta via Rack, but how to make it so that there is a possibility for each user to start a new blog?

Smth like: http://myapp.com/blog/1/post/4

would be really great.

How do I achieve this?

Thanks a log

P.S. I am not married to Nesta (although it looks nice).

Stpn
  • 6,202
  • 7
  • 47
  • 94

1 Answers1

0

I don't know about Nesta, but to do some URLs like that, you should look at nested resources : http://guides.rubyonrails.org/routing.html#nested-resources.

Ingolmo
  • 575
  • 3
  • 12
  • do you think it would be possible to combine this approach with this: http://stackoverflow.com/questions/7167096/nesta-cms-and-rails3-integration-adding-blog-to-an-exiting-rails-3-application ? – Stpn Mar 12 '12 at 15:20
  • so I actually followed the advice and not using cms. – Stpn Mar 23 '12 at 06:23