[Rails] Implementing a Frontend/Backend structure

2011-01-18 Thread Tim Wattenberg
Hi folks, I am playing around with Ruby on Rails and, probably like most of the beginners, I started by writing a blog-application. My questions is, if there is a special way to build something like a frontend/backend structure. As you might (or probably) know, the frontend should just give out a

Re: [Rails] Implementing a Frontend/Backend structure

2011-01-18 Thread David Kahn
On Tue, Jan 18, 2011 at 8:30 AM, Tim Wattenberg timwattenb...@googlemail.com wrote: Hi folks, I am playing around with Ruby on Rails and, probably like most of the beginners, I started by writing a blog-application. My questions is, if there is a special way to build something like a

Re: [Rails] Implementing a Frontend/Backend structure

2011-01-18 Thread Tim Wattenberg
Am 18.01.11 16:19, schrieb David Kahn: On Tue, Jan 18, 2011 at 8:30 AM, Tim Wattenberg timwattenb...@googlemail.com mailto:timwattenb...@googlemail.com wrote: Hi folks, I am playing around with Ruby on Rails and, probably like most of the beginners, I started by writing a

Re: [Rails] Implementing a Frontend/Backend structure

2011-01-18 Thread Colin Law
On 18 January 2011 15:39, Tim Wattenberg timwattenb...@googlemail.com wrote: [...] I was thinking from the perspective of the user. I may expressed myself wrong/misleading and should replace the words Frontend and Backend with User-Interface and Admin-Interface. If you think of these as

Re: [Rails] Implementing a Frontend/Backend structure

2011-01-18 Thread Tim Wattenberg
Thanks. In addition I found namespace-routing (http://guides.rubyonrails.org/routing.html under 2.6), which is what I was looking for. Am 18.01.11 16:53, schrieb Colin Law: On 18 January 2011 15:39, Tim Wattenberg timwattenb...@googlemail.com wrote: [...] I was thinking from the perspective of