similar to: Globalize - Wiki down, docs down, status?

Displaying 20 results from an estimated 4000 matches similar to: "Globalize - Wiki down, docs down, status?"

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 03
14
Family Connection 0.9
Family Connection is an easy-to-setup online hub for your family that includes a Family News section, and an Address Book. Currently, there is no documentation on installing the Rails application itself (hence the 0.9 version number). Once installed, Family Connection guides the family website administrator through a simple two-page setup process. The web application restricts access
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
1
Globalize: :select option not allowed on translatable models
Hi all I got the following error after trying to get the Globalize plugin to work: :select option not allowed on translatable models What could be the problem? I just created a plain new Rails app, installed Globalize through SVN, migrated the DB schema, created a scaffold for Product, and edited the Product model like the following: class Product < ActiveRecord::Base translates :name,
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 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 Jan 18
15
Anyone got Globalize working???
Hi all In another thread I complain about an error I get after trying to get Globalize working. http://www.ruby-forum.com/topic/51988#new Now I want to ask you, if anybody of you has ever got Globalize working? I have done exactly what''s written in the (absolutely much too short) tutorial of its wiki... http://globalize.diluvia.net/wiki ...and I''m very frustrated that no
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?
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 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/.
2005 Nov 12
4
Rapid Ajax requests out of order
I''m trying to write an ajax chat. I''m noticing that when ajax requests are fired off in rapid succession, they often will arrive out of order to the server. Has anyone experienced this problem, and perhaps implemented some kind of queueing system? Any other suggestions? Thanks! Thanks, Joshua Sierles
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 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
2011 Oct 18
8
rspec 1.3.2, Rails 2.3.14 - plugins not loading
Hi there I have a weird situation. I have inherited a project in Rails 1.2.3 that has been upgraded to Rails 2.3.14 (and is running). I have installed Cucumber and Rspec to start to write features/tests for the new code that needs to be written. In my Gemfile, these Gems are loaded: group :test do gem ''rspec-rails'', ''~> 1.3.4'', :require =>
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 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...
2007 Jan 17
5
[ActsAsFerret] Globalize integration
Hi, I''ve modified the latest acts_as_ferret code (version 0.3.0) to integrate with the Globalize (http://www.globalize-rails.org/globalize/) plugin. Essentially, I''ve added the ability to use a separate index per locale (It basically adds the language code as a suffix to the index and switches between indexes when the active locale changes). Since this introduces an optional
2005 Dec 06
1
globalize plugin question
Hi, I''d like to try and use the Globalize plugin, but I only need a subset of the features that plugin provides. I''d like to: - translate text in views - format date/time/numbers using different locales I won''t be using stuff like: Locale.set("en-US") prod = Product.find(1) prod.name -> "Meatballs" Locale.set("es-ES") prod =
2008 Dec 03
8
Indentation Conventions for Ruby and Cucumber
On Thu, Nov 27, 2008 at 4:28 PM, Aslak Helles?y <aslak.hellesoy at gmail.com>wrote: > When (if) this thread ends, let''s start a discussion about indentation > conventions! > Oh... let the pleasure be mine!... and why wait? _EVERYONE_ knows that the only way to indent ruby code is 2 plain spaces. Tabs are known to be the source of all evil and 4 spaces obviously wastes