search for: scataglini

Displaying 4 results from an estimated 4 matches for "scataglini".

2006 Feb 16
0
RE: Applying list-item format depending on action (Diego Scataglini)
...t; %> <% end -%> I would do this if the list of links/li was dynamic or db driven. Then again if I was doing this very often I would probably create a component or helper like draw_left_nav_li or something like that that would encapsulate the whole thing. I guess it depends. :D Diego Scataglini
2007 Aug 14
0
Does anybody know why activeRecord is not built on top of ruby-dbi?
...nd liked all the metadata that comes with the data. Performance looked good but I didn''t benchmark it so I don''t know which one execute faster. If I am not wrong Ruby:dbi offers true parameters binding which would be nice to have. Let me know if anybody knows why. Thanks Diego Scataglini -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070814/7e7b388c/attachment.html
2007 Sep 19
4
Ticket #190 (friendlier way to add / register a mime type)
Following up on #190 [1], I''ve just added a simple patch that allows the manipulation of the TYPES hash from within the Merb module. Use like: Merb.add_mime_type(:png,%w[image/png]) Merb.remove_mime_type(:png) It specifically disallows the removal of the :all MimeType, since content negotiation relies on it. I''m not super wonderful at API design, so comments and
2007 Aug 23
0
Mailer delivery execution question (drb or not)
When I send an email with Mailer does it get processed in a separate detached thread (a-la background-drb) or not? If not the follow up would be: - Is this something that would be a future feature? - Does anybody know of a way to get background-drb working with merb? (it''s probably an obvious thing but I am pretty new to the project) Thanks Diego