All, So I got passed my initial hurdles with merb 0.4. And all seems to work very nicely. Thank you all for your help ! One thing though, why should I have to bounce the merb server when I change my controller or associated classes ? Am I missing something ? I am having flash back to my java days where I now have to reflect on what changed and bounce the server accordingly... -Fernand -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070905/6aaec4b9/attachment.html
On Sep 5, 2007, at 10:48 AM, Fernand Galiana wrote:> All, > > So I got passed my initial hurdles with merb 0.4. And all seems > to work very nicely. > Thank you all for your help ! > > One thing though, why should I have to bounce the merb server > when I change > my controller or associated classes ? Am I missing something ? > > I am having flash back to my java days where I now have to > reflect on what changed > and bounce the server accordingly... > > -Fernand >Wayne and Duane are working on the merb reloader pretty hard. It shoudl be done today or tomorrow so bear with us. Thanks -- Ezra Zygmuntowicz -- Founder & Ruby Hacker -- ez at engineyard.com -- Engine Yard, Serious Rails Hosting -- (866) 518-YARD (9273)
The latest code is checked in now, and it stands ready to use you as a guinea pig :) Duane Johnson (canadaduane) On Sep 5, 2007, at 11:52 AM, Ezra Zygmuntowicz wrote:> > On Sep 5, 2007, at 10:48 AM, Fernand Galiana wrote: > >> All, >> >> So I got passed my initial hurdles with merb 0.4. And all seems >> to work very nicely. >> Thank you all for your help ! >> >> One thing though, why should I have to bounce the merb server >> when I change >> my controller or associated classes ? Am I missing something ? >> >> I am having flash back to my java days where I now have to >> reflect on what changed >> and bounce the server accordingly... >> >> -Fernand >> > > > Wayne and Duane are working on the merb reloader pretty hard. It > shoudl be done today or tomorrow so bear with us. > > Thanks > -- Ezra Zygmuntowicz > -- Founder & Ruby Hacker > -- ez at engineyard.com > -- Engine Yard, Serious Rails Hosting > -- (866) 518-YARD (9273) > > > _______________________________________________ > Merb-devel mailing list > Merb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/merb-devel
Awsome !! I''ll take her out for a rip. Thanks for addressing this issue... -Fernand On 9/5/07, Duane Johnson <canadaduane at gmail.com> wrote:> > The latest code is checked in now, and it stands ready to use you as > a guinea pig :) > > Duane Johnson > (canadaduane) > > On Sep 5, 2007, at 11:52 AM, Ezra Zygmuntowicz wrote: > > > > > On Sep 5, 2007, at 10:48 AM, Fernand Galiana wrote: > > > >> All, > >> > >> So I got passed my initial hurdles with merb 0.4. And all seems > >> to work very nicely. > >> Thank you all for your help ! > >> > >> One thing though, why should I have to bounce the merb server > >> when I change > >> my controller or associated classes ? Am I missing something ? > >> > >> I am having flash back to my java days where I now have to > >> reflect on what changed > >> and bounce the server accordingly... > >> > >> -Fernand > >> > > > > > > Wayne and Duane are working on the merb reloader pretty hard. It > > shoudl be done today or tomorrow so bear with us. > > > > Thanks > > -- Ezra Zygmuntowicz > > -- Founder & Ruby Hacker > > -- ez at engineyard.com > > -- Engine Yard, Serious Rails Hosting > > -- (866) 518-YARD (9273) > > > > > > _______________________________________________ > > Merb-devel mailing list > > Merb-devel at rubyforge.org > > http://rubyforge.org/mailman/listinfo/merb-devel > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070905/1af740bb/attachment.html
Guys, Ok I have updated to the latest. Couple things 1) Should the configuration directory in a merb app be called conf or config ? I believe the latest patch references config vs conf. 2) On first load it look like @mtime is not being set as initialize_merb is not getting called, resulting in a npe. -Fernand On 9/5/07, Fernand Galiana <fernand.galiana at gmail.com> wrote:> > Awsome !! I''ll take her out for a rip. Thanks for addressing this issue... > > -Fernand > > On 9/5/07, Duane Johnson < canadaduane at gmail.com> wrote: > > > > The latest code is checked in now, and it stands ready to use you as > > a guinea pig :) > > > > Duane Johnson > > (canadaduane) > > > > On Sep 5, 2007, at 11:52 AM, Ezra Zygmuntowicz wrote: > > > > > > > > On Sep 5, 2007, at 10:48 AM, Fernand Galiana wrote: > > > > > >> All, > > >> > > >> So I got passed my initial hurdles with merb 0.4. And all seems > > >> to work very nicely. > > >> Thank you all for your help ! > > >> > > >> One thing though, why should I have to bounce the merb server > > >> when I change > > >> my controller or associated classes ? Am I missing something ? > > >> > > >> I am having flash back to my java days where I now have to > > >> reflect on what changed > > >> and bounce the server accordingly... > > >> > > >> -Fernand > > >> > > > > > > > > > Wayne and Duane are working on the merb reloader pretty hard. It > > > shoudl be done today or tomorrow so bear with us. > > > > > > Thanks > > > -- Ezra Zygmuntowicz > > > -- Founder & Ruby Hacker > > > -- ez at engineyard.com > > > -- Engine Yard, Serious Rails Hosting > > > -- (866) 518-YARD (9273) > > > > > > > > > _______________________________________________ > > > Merb-devel mailing list > > > Merb-devel at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/merb-devel > > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070905/2949f177/attachment.html
On Sep 5, 2007, at 3:41 PM, Fernand Galiana wrote:> Guys, > > Ok I have updated to the latest. Couple things > > 1) Should the configuration directory in a merb app be called > conf or config ? > I believe the latest patch references config vs conf. >It''s been changed to ''config''.> 2) On first load it look like @mtime is not being set as > initialize_merb is not > getting called, resulting in a npe. >Yes, g00k caught this too. It should be fixed now. Let me know if it''s otherwise :) Duane Johnson (canadaduane)