From john at oxyliquit.de Sun Apr 1 06:21:32 2007 From: john at oxyliquit.de (Jonathan Buch) Date: Sun, 01 Apr 2007 13:21:32 +0300 Subject: [Rg 9] Fwd: [PATCH] beautify code block css in tutorial In-Reply-To: <20070401101851.4AA7254FAFD@jo.local> References: <20070401101851.4AA7254FAFD@jo.local> Message-ID: ------- Forwarded message ------- From: "Jonathan Buch" To: john at oxyliquit.de Cc: Subject: darcs patch: beautify code block css in tutorial Date: Sun, 01 Apr 2007 13:18:51 +0300 Sun Apr 1 13:14:36 EEST 2007 Jonathan Buch * beautify code block css in tutorial -- Feel the love http://pinkjuice.com/pics/ruby.png -------------- next part -------------- A non-text attachment was scrubbed... Name: attachment464.tmp Type: application/octet-stream Size: 7040 bytes Desc: not available Url : http://rubyforge.org/pipermail/ramaze-general/attachments/20070401/0c5fd824/attachment.obj From john at oxyliquit.de Sat Apr 7 07:15:38 2007 From: john at oxyliquit.de (Jonathan Buch) Date: Sat, 07 Apr 2007 14:15:38 +0300 Subject: [Rg 10] [PATCH] Make logger configurable In-Reply-To: <20070407111326.5F98355785A@jo.local> References: <20070407111326.5F98355785A@jo.local> Message-ID: Sat Apr 7 14:08:42 EEST 2007 Jonathan Buch * Make logger configurable Included loggers: * GlobalInformer (standard) * Analogger [Kirk Haines] * Syslog -- Feel the love http://pinkjuice.com/pics/ruby.png -------------- next part -------------- A non-text attachment was scrubbed... Name: attachment4567.tmp Type: application/octet-stream Size: 5359 bytes Desc: not available Url : http://rubyforge.org/pipermail/ramaze-general/attachments/20070407/2acd158d/attachment.obj From john at oxyliquit.de Sat Apr 7 07:26:07 2007 From: john at oxyliquit.de (Jonathan Buch) Date: Sat, 07 Apr 2007 14:26:07 +0300 Subject: [Rg 11] [PATCH] Make logger configurable (2) In-Reply-To: <20070407112406.7C8CB5578A1@jo.local> References: <20070407112406.7C8CB5578A1@jo.local> Message-ID: Sat Apr 7 14:23:42 EEST 2007 Jonathan Buch * Make logger configurable Included loggers: * GlobalInformer (standard) * Analogger [Kirk Haines] * Syslog -- Feel the love http://pinkjuice.com/pics/ruby.png -------------- next part -------------- A non-text attachment was scrubbed... Name: attachment4597.tmp Type: application/octet-stream Size: 5434 bytes Desc: not available Url : http://rubyforge.org/pipermail/ramaze-general/attachments/20070407/aa6160a4/attachment-0001.obj From lasso at lassoweb.se Sun Apr 15 03:10:19 2007 From: lasso at lassoweb.se (Lars Olsson) Date: Sun, 15 Apr 2007 09:10:19 +0200 Subject: [Rg 12] Ramaze ORM integration? Message-ID: <4621CFDB.6010500@lassoweb.se> Hi! I realize it's a big thing that might not be of any priority at the moment, but are there any plans to integrate any ORM system with Ramaze? I really like Og, but it carries a lot of dependencies... Sincerely /lasso -- ________________________________________ Lars Olsson lasso at lassoweb.se http://www.lassoweb.se/ From m.fellinger at gmail.com Mon Apr 16 03:00:57 2007 From: m.fellinger at gmail.com (Michael Fellinger) Date: Mon, 16 Apr 2007 16:00:57 +0900 Subject: [Rg 13] Re: Ramaze ORM integration? In-Reply-To: <4621CFDB.6010500@lassoweb.se> References: <4621CFDB.6010500@lassoweb.se> Message-ID: <9c00d3e00704160000n7a6eae6cg34640a0eb965334b@mail.gmail.com> On 4/15/07, Lars Olsson wrote: > Hi! > > I realize it's a big thing that might not be of any priority at the > moment, but are there any plans to integrate any ORM system with Ramaze? Indeed this is one of the things i (myself) don't consider anytime soon, however, as with everything, you are free to provide some integration (which should be modular of course). I'm mainly not working on this because i don't use any sophisticated models, and if i do, i simply use Og. Og is in a very fragile state right now, getting a proper testsuite and stuff, but it will take a bit until the 0.50 release. The other thing is that i really want to encourage use of other ORMs or models, so there are people who use Ramaze with KirbyBase, Kansas, Og (work without problems) and AR (haven't heard wheter that was successful yet). My personal opinion still is that a webframework should concentrate on the VC out of MVC, one of the reasons is that i haven't found a nice and unintrusive way to provide wrapping of common ORMs into an even higher layer, the other, related reason is that i think that every ORM offers unique functionality and so i would like to be at least compatible to anything that comes along, as experience shows mixing Og and AR is impossible, so supporting both to the same level is very intense work that i'm not able to do right now. I have worked on a kind of wrapper at least for the FormHelper, providing a proxy for database-objects that values can be read from and written to, but it is nowhere near completion or even a workable state (i can pastie you what i got so far). So, in the meanwhile one of the goals is to provide better integration to ActiveForm ( http://activeform.rubyforge.org/ ), since what is needed most is obviously a fast and reusable way to generate forms and process them. Racks Request object is compatible enough to Og so you could use things like User.create_with(request) If you find easier ways to do things, think about putting them into a helper (and possibly send us a patch so everybody can benefit). so long, manveru > I really like Og, but it carries a lot of dependencies... > > > Sincerely > > /lasso From clive at crous.co.za Tue Apr 24 13:15:35 2007 From: clive at crous.co.za (clive at crous.co.za) Date: Tue, 24 Apr 2007 19:15:35 +0200 Subject: [Rg 14] darcs patch: Replace all references to oid with eid i... (and 4 more) Message-ID: Tue Apr 24 14:57:33 SAST 2007 clive at crous.co.za * Replace all references to oid with eid in the blog example. Tue Apr 24 15:29:56 SAST 2007 clive at crous.co.za * Show session result if applicable Tue Apr 24 15:41:05 SAST 2007 clive at crous.co.za * emphasise titles displayed within results for the blog example Tue Apr 24 16:38:54 SAST 2007 clive at crous.co.za * session result message is by id instead of class in the blog example, and disappears after 1.5 seconds Tue Apr 24 16:54:29 SAST 2007 clive at crous.co.za * Add a response message for deleting "no such entry" in the blog example -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/x-darcs-patch Size: 11116 bytes Desc: A darcs patch for your repository! Url : http://rubyforge.org/pipermail/ramaze-general/attachments/20070424/8dcf348a/attachment.bin From m.fellinger at gmail.com Wed Apr 25 01:59:17 2007 From: m.fellinger at gmail.com (Michael Fellinger) Date: Wed, 25 Apr 2007 14:59:17 +0900 Subject: [Rg 15] Re: darcs patch: Replace all references to oid with eid i... (and 4 more) In-Reply-To: References: Message-ID: <9c00d3e00704242259j62198a7cu7b4604f148063e07@mail.gmail.com> Thanks, looks good so i put this one in the repo. On 4/25/07, clive at crous.co.za wrote: > Tue Apr 24 14:57:33 SAST 2007 clive at crous.co.za > * Replace all references to oid with eid in the blog example. > > Tue Apr 24 15:29:56 SAST 2007 clive at crous.co.za > * Show session result if applicable > > Tue Apr 24 15:41:05 SAST 2007 clive at crous.co.za > * emphasise titles displayed within results for the blog example > > Tue Apr 24 16:38:54 SAST 2007 clive at crous.co.za > * session result message is by id instead of class in the blog example, and disappears after 1.5 seconds > > Tue Apr 24 16:54:29 SAST 2007 clive at crous.co.za > * Add a response message for deleting "no such entry" in the blog example > > _______________________________________________ > Ramaze-general mailing list > Ramaze-general at rubyforge.org > http://rubyforge.org/mailman/listinfo/ramaze-general > > > From clive at crous.co.za Wed Apr 25 02:44:20 2007 From: clive at crous.co.za (Clive Crous) Date: Wed, 25 Apr 2007 08:44:20 +0200 (SAST) Subject: [Rg 16] Re: darcs patch: Replace all references to oid with eid i... (and 4 more) In-Reply-To: <9c00d3e00704242259j62198a7cu7b4604f148063e07@mail.gmail.com> References: <9c00d3e00704242259j62198a7cu7b4604f148063e07@mail.gmail.com> Message-ID: <30964.198.54.202.162.1177483460.squirrel@mail.darkarts.co.za> # Thanks, looks good so i put this one in the repo. Hi, Thanks for applying these, just a note: The blog example is still severely broken, so I'll probably forward a few more patches as I work through it. I decided this is a good way for me to learn ramaze :) -- Clive Crous http://www.darkarts.co.za/ From clive at crous.co.za Fri Apr 27 04:12:07 2007 From: clive at crous.co.za (clive at crous.co.za) Date: Fri, 27 Apr 2007 10:12:07 +0200 Subject: [Rg 17] darcs patch: use '--partial' for darcs get Message-ID: Fri Apr 27 10:10:42 SAST 2007 clive at crous.co.za * use '--partial' for darcs get -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/x-darcs-patch Size: 9731 bytes Desc: A darcs patch for your repository! Url : http://rubyforge.org/pipermail/ramaze-general/attachments/20070427/4fe2d31a/attachment-0001.bin From john at oxyliquit.de Sun Apr 29 08:24:24 2007 From: john at oxyliquit.de (Jonathan Buch) Date: Sun, 29 Apr 2007 15:24:24 +0300 Subject: [Rg 18] [PATCH] logger fixes Message-ID: Hi, just some fixes for the loggers (+ missing copyrights) Sun Apr 29 13:59:14 EEST 2007 Jonathan Buch * small fixes to loggers -- Feel the love http://pinkjuice.com/pics/ruby.png -------------- next part -------------- A non-text attachment was scrubbed... Name: loggers.patch Type: application/octet-stream Size: 12314 bytes Desc: not available Url : http://rubyforge.org/pipermail/ramaze-general/attachments/20070429/2d6e57a5/attachment.obj