On Fri, Nov 18, 2011 at 10:59, Alexandru <[email protected]> wrote: > I want to add some more pages behind the authorization feature. Would > someone please help me with that? >
You might want to read up on MVC http://www.google.com/search?q=introduction+to+MVC And on Ruby http://www.google.com/?q=ruby+introduction Then take the User model and change it until it's broken, the first 20 lines in the controller are specifically interesting: https://github.com/openstreetmap/openstreetmap-website/blob/master/app/controllers/user_controller.rb https://github.com/openstreetmap/openstreetmap-website/blob/master/app/views/user/account.html.erb -- /emj _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

