similar to: Using globalize and Net::HTTP.get

Displaying 20 results from an estimated 4000 matches similar to: "Using globalize and Net::HTTP.get"

1998 Sep 10
1
Babelfish and a Samba printing problem.
You wrote, and babelfish almost translated: | HAVE a ser]ious problem. Every time that the server on which | I installed shaped samba reboots, printing from samba fails | It's enough to say | /etc/init.d/sambaserver stop | /etc/init.d/sambaserver start | and all fails | I put that command in crontab in order to restartart the | processes a minute after that the server had gone up... |
2001 Feb 02
1
Font problems (wrong font is used) (sorry for the delay Gerard!!)
nomailthankyoug.patel@wanadoo.fr (gerard patel) writes: > The font mapper is something really weird under Wine; most of > its weirdness comes from that it's emulating Windows behaviour. How reassuring :) > I use stars to test Wine, and definitely the app does not > use this strange font on my system > It only displays 'the production queue on Backwele is empty' and
2005 Jul 04
1
[Asterisk-Dev] presence and IM again, want to develop a working "hack"
Hello, I was again asked to try to add support for presence (SUBSCRIBE/NOTIFY) and IM using SIMPLE. I have few questions: a.) are there any, at least partial projects, patches, anything, that at least partly implements presence and/or IM to chan_sip? I don't care about presence on other channels, I have one SIP client per user. I've read this list's archive several times and
2006 Jan 23
6
Code coverage tools in Ruby?
Can anyone help me find a code coverage tool in ruby? What I want is: given a set of tests that I run, what lines of my code and what routines are covered. And also a list of uncovered routines and tests. I couldn''t find an open source one out there... -- www.kenlet.com
2006 May 14
0
Translating plugins and engines
Hello, I''ve been using several plugins and engines and almost all of them are in English, so, being Spanish my language, one of the first things I must do is translating them to Spanish. I''ve been checking things like Globalize (http://globalize-rails.org/wiki/), Internationalization (http://wiki.rubyonrails.com/rails/pages/Internationalization) and MultiLingualRails
2006 Apr 13
0
Globalize not with Rails 1.1.2
Does anybody have the latest Globalize (r184) working with Rails 1.1.2? I can''t seem to get a very simple example to work: ----- ruby test/unit/news_item_test.rb Loaded suite test/unit/news_item_test Started F. Finished in 0.10109 seconds. 1) Failure: test_add_content_translations(NewsItemTest) [test/unit/news_item_test.rb:49]: <"US Title"> expected but was
2007 Dec 21
1
in_place_editor not working for Internationalization
I''m trying to implement internationalization in my app. I followed the instructions on the Globalize example (http://wiki.globalize- rails.org/globalize/show/Example+Application), using in_place_editor. The translation works fine, however, I can''t get in_place_editor to work to translate the strings. My controller: class Admin::TranslateController < ApplicationController
2006 May 08
0
Globalize howto
Anybody who can help with a step by step howto in using globalize... I followed this example: http://globalize-rails.org/wiki/pages/example First I''ve created the database for use in my application: CREATE TABLE `products` ( `id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(12) NOT NULL default '''', `type`
2007 Feb 08
0
trying to install GLOBALIZE
I''m having problems installing the Globalize plugin (http://www.globalize-rails.org/globalize/) When I write this: D:\Rails\myapp>ruby script/plugin install svn://svn.globalize-rails.org/globalize/branches/for-1.1 nothing is reported and there is nothing installed in vendor/plugins trying to use D:\Rails\myapp>ruby script/plugin install
2010 Sep 17
1
odfWeave UTF-8 error and latin characters
Hello R masters, I have sent this same message to other lists and none so far could give some light. I was trying to use odfWeave to generate a report from R and Im getting an error that I think is related to latin characters. I looked around and did find some stuff related to this problem about Sweave http://labmoluscos.wordpress.com/2010/02/18/sweave-latex-character-encoding/ but did not find a
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 Feb 17
4
Need Help with Globalize Plugin
Hi everyone, I''ve been playing around with the Globalize plugin for some days now but I can''t seem to make it work properly with my models. I''m currently using Postgres 8.0 for the database and needed to make some modifications with my migration file that was posted by Jake Morrison in the Globalize wiki...
2006 Jul 26
0
How to Globalize using variants of templates?
Hi, We have a web application running on Ruby on Rails 1.0, with all RHTML files stored in the standard app/views/controller directories. The static content, messages, etc. in all the templates are in US English. We hope to release the website in other languages. We are considering the use of the Globalize plugin from http://svn.globalize-rails.org/svn/globalize/globalize/trunk/ The layout of the
2006 Feb 05
0
[GLOBALIZE] Trouble getting example on wiki working
Hi, I decided to integrate globalize into my app yesterday but I''ve run into trouble. I originally decided to try a db translation on one of my models so I followed the wiki example and modified where appropriate. When I tried to create an empty Album via the console I get the following error: http://www.rafb.net/paste/results/opZ13I27.html I tried to investigate and from what I
2007 Jan 17
1
Get "Uninitialized constant" with Globalize
Hey there :) Wondering what''s up with this... I just installed the Globalize plug-in in my current project, ran the rake globalize:setup script, then added "include Globalize" to my config/environment.rb. Now, when I try to start my server, I get: => Booting Mongrel (use ''script/server webrick'' to force WEBrick) => Rails application starting on
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 May 03
1
Globalize app example anywhere?
Hi! Is there anywhere tutorial how to create working application using globalize plugin? I need to create a site in 3 different languages and i was suggested to use globalize plugin. I''ve read a bit on globalize wiki page and pdf from the presentation available on the same page, but i still can''t figure out how to use it. 1. Can i translate names of models and columns
2008 May 31
2
Exec format error during globalize plugin install
While trying to install the globalize plugin (website down? -- http://www.globalize-rails.org/globalize/) for Rails, all the files seem to be transferred and placed properly, but I get the following error when install.rb attempts to run: Exec format error - rake -f C:/clients/MyClient/code/vendor/plugins/ globalize/../../../Rakefile globalize:upgrade_schema_to_1_dot_2 && exit 1 I see
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
2008 Sep 12
0
Exclude globalize from action
Hi everyone, I would like to know if it possible not to load globalize for a specific actions. I try to convert a view to pdf but there are some conflicts in the render_to_string function. So I would like to render the view without Globalize. Is it possible? Unfortunately the action_view of Globalize seems too tricky to mess around with --~--~---------~--~----~------------~-------~--~----~ You