search for: gloc

Displaying 6 results from an estimated 6 matches for "gloc".

Did you mean: glob
2008 Jul 11
0
GLoc's l_date don't work.
Hi, are there anyone have used l_date to format a date object. I have used it as: <%= l_date porject.created_at %> And defineded the "general_fmt_date" in "lang\en.yml" as: general_fmt_date: %%m/%%d/%%Y When run it, the output is: %m/%d/%Y Maybe I had made some mistakes, who can hely me? -- Posted via http://www.ruby-forum.com/.
2008 May 20
2
DateHelpers .. don' display.. ?
HI I don''t understand what happen .. if I use the script/console : >> include ActionView::Helpers::DateHelper => Object >> include GLoc => Object >> time_ago_in_words(Time.now, include_seconds = false) => "moins d''une minute" I get the correct answer.. but I I write in my view <%= time_ago_in_words(Time.now, include_seconds = false) -%> I get an error :wrong number of arguments (0 for 1)...
2006 May 02
16
no one cares about i18n (was [OT]: Asking questions on this list)
Do most others in the community agree with this statement? It seems to me that i18n is: 1. Actually important to many people 2. Not really the difficult to implement in concept 3. Something that people like to point out about Rails to say it''s not ready foir "Enterprise" It seems to be that a big part of Rails is encouraging people to do things the "Right Way",
2007 Jan 18
8
How can I find out which attribute is screwing up pluralize/singularize?
...-''id'' named pks, non-integer-pks, foreign keys that end in _code instead of _id, etc. I have the model working great in the console, where I can create any modeled object and reference other objects without issues. However, I''m running into problems with plugins such as GLoc and Scaffold Extension, seemingly because of some attribute names. Scaffolding works without the plugins, but once they''re installed, I get errors like this which is from the Scaffolding Extension: ArgumentError in Admin/crud#edit Showing vendor/plugins/scaffolding_extensions/scaffolds/e...
2006 Aug 13
0
Announcement: Really simple localization plugin
I needed something simpler than Globalize and GLoc to localize my Rails application into Danish. I packed it into this plugin. Feel free to use it. Languages available: Spanish, German, Swedish, Danish, and ("Swedish Chef" for the fun of it) Plugin available at http://visitjesper.homeip.net/plugins/ IMPORTANT: Plugin directory likely to...
2006 May 11
5
crating a ajax datagrid
hi, Im looking to build a live data grid, where you can add delete rows using dhtml. and was just wondering if anyone is aware of any plugin''s taht may help me. Ive found this example but if anyone is aware of any other plugin''s please let me know http://unspace.ca/datagrid/update thanks scott -- Posted via http://www.ruby-forum.com/.