Re: [LogiLogi-list] Safari, refactoring, logi-settings, diff
Status: Beta
Brought to you by:
wybow
|
From: Wybo W. <wy...@lo...> - 2008-05-31 13:25:20
|
I just committed the fix for the routes-bug. I solved it by refactoring things to make Manta more Rails-RESTfull. And by adding missing_method methods to controller.rb and application_helper.rb that will automatically add the needed functions for new routes when they are called for the first time... Note that for this to continue working any new functionality that belongs to a logi should be put in it's own controller, and only the basic CRUD-operations should be used (index, show, new, edit, create, update & destroy). With this we follow David Heinemeier Hansson and his World of Resources keynote talk of 2006, closely: http://downloads.scribemedia.net/rails2006/01_dh_hansson.m4v I will be getting down to more critical bugs now, but this just needed to get done... Wybo Wiersma PS: Due to a switch between ISP's I will have no internet anymore in Groningen until the 5th of june. It will therefore be hard for me to get to my e-mail, as I got it all set up in such a way that my main PC & the one that fetches my e-mail sits there... I will however keep up with the list via my yahoo-email address, but other mails I could miss till after the 5th... |