From: Nathaniel Brown Date: 2006-07-30T18:16:28+09:00 Subject: Re: [ANN] Nitro/Og 0.31.0 ------=_Part_436_8180809.1154250984906 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Wow. First time I have seen the screencast. Very impressive. I just did a workshop a few days ago on Rails here in Vancouver, and it was nice that the generators created a bunch of useless things for you just to show you, but truth be told, you really don't need most of it until you decide. The plugin generator is the that brought this up for me. When in fact you only need one file to be created with the directories the way that they are. After looking at the Nitro video, the structure is very loose, which I appreciate and somewhat dislike at the same time. Having default organization is nice, but at the same having useless organization is just that - pointless. Would be nice to see a Rails version of Nitro, with the directories already there for you, with the auto-loaders present for things such as Models. On that same note, I noticed during the screencast, you had to directly require the Model. In Rails it has the auto-loading mechanism which will attempt to locate the model in specific directories which are based on the load path. I am under the impression nothing like this exists in Nitro? -NSHB On 7/30/06, gabriele renzi wrote: > > Benjohn Barnes ha scritto: > > > > On 26 Jul 2006, at 15:15, Dimitri Aivaliotis wrote: > > > >> Is this the screencast you meant? > >> > >> http://www.nitroproject.org/videos/nitro.html > > > > > > I'm just running through this now (having installed Nitro through Gems > > - I love it!). > > > > I'm liking things so far. In my copying parrot style though, I was > > restarting the server each time I made a change (which doesn't actually > > happen in this screen cast). I just forgot to do that, and after making > > a change to my source, went directly over to my browser and hit > > refresh... And the page changed! How does that work then?! That's not > > normal Ruby behaviour, that's not. But I like it a lot :) > > > That's somthing you can find in facets, the method Kernel#autoreload > http://facets.rubyforge.org/api/core/classes/Kernel.html#M000450 > > -- Kind regards, Nathaniel Brown President & CEO Inimit Innovations Inc. - http://inimit.com ------=_Part_436_8180809.1154250984906--