search for: ravelo

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

Did you mean: ravel
2006 Jan 27
4
plugin install behind corporate firewall?
Hi all, Anybody has a clue on how to install a plugin behind a corporate firewall? I know the "-p" option works for installing a ruby gem thru a proxy, but it doesn''t seem to work for script/plugin install Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jul 06
3
How To write an acts_as* plugin
Hi, I need to understand how to write an acts_as_XXX (similar to acts_as_tree) plugin Any good resource to get me started? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060706/a974ff06/attachment.html
2006 Oct 10
6
"MySQL server has gone away" with Apache 2.2 + Mongrel cluster
Hi I just setup a server (Apache 2.2, mod_proxy_balancer, mongrel_cluster) with 2 Rails applications according to this excellent Post: http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you Everythings works great, but after a long inactive period (say one night), the first 3 connections allways get an Error 500 Excerpt from production.log: ...
2006 Nov 04
0
Globalize: how to set a space in thousands_sep
Hi So far Globalize works perfectly for me with rails 1.1.6 However, when I wanted to set a space as the thousand separator, here is what I did : I set " " (double quote, space, double quote) in the thousands_sep field, for the corresponding country, in the file vendor/plugin/globalize/data/country_data.csv , and then "rake globalize:setup" as usual. The result is not what