[Rails] RMagick Annotate - interline spacing and its relation with the font

2014-06-13 Thread Kevin Peterson
of RMagick as was entered by the user. Thanks, Kevin Peterson -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@googlegroups.com

[Rails] Re: RoR IDE - which one do you use?

2008-09-24 Thread Kevin Peterson
On Sep 19, 7:25 pm, Jae Lee [EMAIL PROTECTED] wrote: NetBeans w/ RoR RadRails (Aptana) Komodo Free Editor I use NetBeans for Rails, and I like it. The generator plugins aren't perfect (i.e. no clue to syntax, they are just wrappers around the scripts), but you don't have to use them. Aptana

[Rails] Re: Webrick mount app

2008-09-20 Thread Kevin Peterson
On Sep 18, 9:36 pm, Sam Ramsden [EMAIL PROTECTED] wrote: How do I deploy an application to webrick that can then be found under a specified application context such as localhost:3000/myapp rather than the default localhost:3000 Add it into config/routes.rb: map.connect

[Rails] Re: about memcached

2008-09-18 Thread Kevin Peterson
On Sep 18, 1:19 am, Difei Zhao [EMAIL PROTECTED] wrote:   There is a new plugin for memcached query cache, I was hoping it will bring some performance boost for my application, so I write a simple ruby program to benchmark normal memcached performance, the result is very frustrating: ...    

[Rails] Turning off cookies for RESTful service connected to Mule

2008-09-16 Thread Kevin Peterson
in the future) Now, I know the problem might actually be on the Java side in httpclient, but I can't find any clear explanation of whether disabling sessions will turn off all cookies (at least, all cookies that would be set by scaffolding generated code). How do I turn off cookies? Thanks, Kevin Peterson