search for: shnoo

Displaying 15 results from an estimated 15 matches for "shnoo".

Did you mean: shmoo
2006 Apr 04
1
Apache, SSL, Mongrel and File upload question...
Not sure, but this might have something to do with Net::HTTP being broken in Ruby 1.8.4. See: http://shnoo.gr/articles/2006/04/03/ruby-1-8-4-breaks-net-http Josh http://shnoo.gr --- rails@lists.rubyonrails.org wrote: But now, alas, I try to upload a file. Attempting to upload a file gives me a ''bad content body'' error at line 981 of cgi.rb, in the read_multipart method. If I cha...
2005 Dec 24
2
Textilize on ajax update
I''m writing a basic to-do application. I''m using a form_remote_tag to submit the entry to my controller, which then returns the entry to be displayed in the table of to-do items. However, I''d like to be able to "textilize" the entry without having to reload the page. Is there any way to have my ajax function textilize the text before displaying it in the list?
2005 Dec 21
10
Globalize plugin
Is there any working example on using the Globalize plugin? It could help alot Thanks in advance -- Alexander Antonakakis email: alexis-+Saq9+MPrF0@public.gmane.org
2006 Jan 23
7
Globalize - Wiki down, docs down, status?
Hi, Currently the wiki entry for Globalize http://wiki.rubyonrails.org/rails/pages/Globalize+Plugin http://globalize.diluvia.net is down, -- Posted via http://www.ruby-forum.com/.
2006 Apr 18
2
Implementing Globalize
Hello all, I was wondering if any of you know some good documentation that points out how to implement the Globalization plugin in your existing application. Also some text on how to use a cms like system with Globalization (how to handle the population of the translated texts per item for example) With kind regards, Gerard de Brieder. Govannon. tel : +31624739047
2006 Feb 06
2
Globalize plugin, now I have two classes with the same name
Hi, newbie here. I''m using the Globalize plugin, which defines a model with the same name as one of my existing models. We both use a model called Country. The Globalize Country model (within vendors/...) is wrapped in module like this... module Globalize class Country < ActiveRecord::Base ... end end And this is my Country model (within app/models)... class Country <
2006 Jan 18
5
Perform action after in-place edit
I want to be able to call an action after performing an edit using the in-place editor macro. I want to update multiple divs so I was thinking about using an RJS template. However, I can''t figure out how to trigger another action after the method created by in_place_edit_for runs. Is there is an option on Ajax.InPlaceEditor where I can inject some Element.update calls? Thanks, Shane
2006 May 15
0
Mongrel and ssl? behind Pound
...any interest in a Debian setup of Mongrel + Lighty behindPound, I''d be happy to write down what I did. The only reasons I''meven using Lighty is because I couldn''t figure out how to add Expireheaders to static content in Mongrel and because I need PHP for Mint. Joshhttp://shnoo.gr
2006 Mar 30
1
Globalize DB translate not working in Rails 1.1.0
It seems there have been some changes to ActiveRecord between Rails 1.1.0 RC and 1.10 Final that cause Globalize to fail; 1.10 RC was working fine. When retrieving records from the DB only the base language version is fetched, even when the locale has been set differently. The SQL in the log confirms that Globalize is ignored and a regular find() is performed.
2006 Feb 11
1
problem with globalize
Hi, Somehow the date translation example in globalize doesn''t work for me. Loading development environment. >> Locale.set("es-ES") => #<Globalize::Locale:0x254df78 @code="es-ES", @language=nil, @country=nil> >> Time.now.localize("%d %B %Y") => "11 February 2006" >> Any ideas?? Thanks! Jeroen
2006 Feb 13
3
Multi language
Hello, I''m pretty new to RoR, and I''m stuck on implementing multi language support with RoR. I''m interested how do you handle this situation. Does RoR have support for XSLT ? Thanks in advance.
2006 Jan 12
2
in-place editing with validation
is there a good in-place editing solution with rails that does validation too ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060112/273fad3e/attachment.html
2006 Feb 23
3
Decimal comma instead of decimal point (i18n issue)
Hello, What is the easiest way which enables usage of decimal comma "," instead of decimal point (".") . I would like to force all RoR views to display float numbers with comma instead of decimal point and also to allow insertion of float numbers with comma in forms. Thanks in advance, Karel -- Posted via http://www.ruby-forum.com/.
2006 May 03
6
ruby on rails international & BIRT integration?
Hello, I see, that Rails is quite english-centric. I am developing some webs, that are not primarily in English. I have a few questions: - besides turning of plurals, what should I take care? How to use utf-8 for all data and converting it from local charsets to utf-8? - how do I make my page multilingual (i.e. adding english support later)? Is there something like gettext support? Is
2006 May 08
10
Apache 2.2, ProxyPass and HTTPS
Hi all, I''m currently trying to get Mongrel running my app whilst fronted by apache 2.2 in a sub-directory via https. A bit convoluted I''ll grant you but necessitated by existing systems. The pertinent parts of my httpd.conf: <VirtualHost 123.123.123.123:12345> #historic choice of random port number DocumentRoot /var/www/admin ServerName admin.example.com:12345