Displaying 20 results from an estimated 1000 matches similar to: "MultiLingual option for site with Rails"
2007 Mar 08
6
NetBeans IDE 6.0
Hi there !
I came across the NetBeans IDE and also the screencasts.
Here are the links for screencasts:
http://blogs.sun.com/roumen/entry/two_demos_jruby_on_rails
D/L Link :
http://nbi.netbeans.org/m11/download.html
I''m now on Kdevelop and not yet tried NetBeans and its ~80 Mb of D/L.
If any of you had tried it out, do post your views.
-- Arjun.
2008 Jul 04
4
select_datetime // datetime_select
Hi I have 2 question for you guys,
1. Which is the difference between this two methods? (select_datetime,
datetime_select)
2. How I assign the selected date-time values, to an specific variable
or array using select_datetime
I know do it using datetime_select(''object'',''method'')
I aprecciate your attention.
Thanks
PD: Sorry about my english.
2007 Dec 02
5
walkthrough: Rails 2.0 startup process
I haven’t found a complete big-picture walkthrough for the Rails
startup process when I looked for one recently.
There are some really useful resources about this but they are for
Rails 1.2 and each of them only covers certain parts of the process.
Thus, I’ve taken some notes while reading to the Rails code and
compiled the following guide from them.
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 Feb 23
2
Deferred success for specs?
I''ve started using specs as a to-do list. I write explicitly
violated specs so I know what to come back to. But a lot of the
time, that means if I start to work on another piece of functionality
covered by the same spec, it''s hard to tell what I''m working on now
from the explicit failues.
I run all my specs through TextMate to use the HTML output, so I go
by
2003 Dec 02
2
Multilingual version of DIAX
Hi all,
The multilingual version of DIAX with both IAX and IAX2 support will be
available for download later today or tommorrow.
If someone interested to help me traslate from English to one of the
following languages (ant not oly) please drop me a direct mail.
- italian
- spanish
- french
- portuguese
In this moment the following are done:
- english
- romanian
- german
- dutch
If this can be
2018 Jul 05
1
user/password Authentication via Joomla database
Hello,
did anyone ever set up Authentication via lookups to a Joomla (mysql) database?
What I'd like to do is lookup Joomla users (who are in specific/multiple groups)
in the Joomla database and then fallback to /etc/passwd authentication to let
system users authenticate.
I'm running :
# 2.2.35 (b1cb664): /usr/local/etc/dovecot/dovecot.conf
# OS: FreeBSD 11.1-RELEASE-p10 amd64
Thanks
2003 Dec 03
2
New Multilingual DIAX (0.9.5) available for download
Hi all,
The new multilingual version of DIAX (0.9.5) is now available for:
- English
- Romanian
- German
- Dutch
- Italian
- French
- Spanish
- Portuguese
at the following locations:
http://www.laser.com/dante
http://www.geocities.com/tdanro
What's new in 0.9.5 :
- double support(IAX(1)/IAX2)
- Multilanguage support: English, Romanian, German, Dutch, Italian, French,
Spanish, Portuguese(for
2005 Oct 10
11
Open Source Content Management System - Joomla
There was some discussion in the past about which one is the best
Content Management System that can be used in conjunction with Asterisk.
Mambo was supposed to be the best out there under GPL. The guys who
developed Mambo have a new product now - Joomla. I am using this and it
appears to be better than Mambo in many respects. Read the gist about
Joomla below.
-------------
If you've read
2006 Jan 28
7
cool components in the form
Is there a easy way to add components like:
http://www.dynarch.com/projects/calendar/
http://tinymce.moxiecode.com/example_full.php?example=true
in ruby forms, by plugins or whatever?
Thank you
Rodrigo Dom?nguez
Iplan Networs
www.iplan.com.ar <http://www.iplan.com.ar/> ? rdominguez@iplan.com.ar
www.rorra.com.ar <http://www.rorra.com.ar/> ? rorra@rorra.com.ar
--------------
2011 Apr 08
11
How to rename rpool. Is that recommended ?
Hello,
I have a situation where a host, which is booted off its ''rpool'', need
to temporarily import the ''rpool'' of another host, edit some files in
it, and export the pool back retaining its original name ''rpool''. Can
this be done ?
Here is what I am trying to do:
# zpool import -R /a rpool temp-rpool
# zfs set mountpoint=/mnt
2007 May 23
1
Memory Leak When Searching For Multilingual Keyword(s)
On Windows XP, I played the AAF demo
(svn://projects.jkraemer.net/acts_as_ferret/trunk/demo) that works
nicely with English content. However, if the keyword is non-English (no
matter whether there is any content in db), the server immediately
causes memory leak over 1GB and stops responding. The languages I tried
include:
French (utf-8)
German (utf-8)
Spanish (utf-8)
Chinese (utf-8)
Japanese
2006 Mar 08
2
Multilingual Validation Messages
Hi all,
I have a mutilingual app and want to customize the validation error
messasges. I cannot override them as I need them in more than one
language, so I have done the following:
validates_presence_of :some_attr, :message => _(''should not be blank'')
I am using gettext to translate the message.
This works in development mode, but not in production, even after a
2008 Apr 30
2
Multilingual application on Mac OS X
I have installed wine package from http://thisismyinter.net/?p=29 on Mac OS X v10.5 Leopard. It works, except this http://www.thediction.com/ program don't accept Bulgarian input.
I have successfully use it on Linux with "LANG=bg_BG.CP1251 wine Diction.exe", when that locale is installed. I don't know how to achieve this on Mac. "LANG=bg_BG.UTF8 wine Diction.exe" dos
2014 Dec 01
0
Multilingual Win 2008 R2 problems with Samba 3.6/CentOS 6
On Fri, 28 Nov 2014, Davor Vusir wrote:
>> What is the recommended solution to this? I recently found:
>>
>> https://wiki.samba.org/index.php/Samba_%26_Windows_Profiles#Implementing_roaming_profiles_with_Samba
>>
>> However, the suggested configuration is to store roaming profiles on a
>> separate share. We would prefer to store them in the UNIX home dir as we
2010 Sep 12
11
Rails 3: finding a record by name in multilingual app
Hello,
I upgraded my application from Rails 2 to Rails 3 and ran into a
problem. In rails 2 I could use the english name of the record to find
it like:
Page.find_by_name("Welcome")
even though the user chose German as the language (which of course
showed the German welcome page.
Eversince I switched to Rails 3 (default_locale still :en) I can''t find
anything by giving the
2008 Jul 10
4
Goodbye Windows?
Hi.
I know that Linux provides most of the softwares we need for business, equivalent of Outlook, MS Office, IE, ... but :
Is it realistic to think that we can delete Win XP, and use Wine with Linux, for a professional use, with :
- All Adobe, with the ICC profiles (I use Monaco EZcolor for the calibration).
- CMS like Joomla and a lot of plugs-in, and a few tools for webranking.
I hope the
2008 Oct 30
1
Rsync doesn't copy over only the changed files
Hello,
I am trying to sync up 2 directories over a network. I am running
Gentoo and on the new server I have a fresh install of Apache using
webapp-config to install the latest Joomla 1.5. On the other server I
have my backup copy of Joomla 1.5 also running the latest version. I
want to only copy over the files that are not in my new "fresh"
version AND only the files that have
2007 Nov 08
4
vectorize a list
Dear R user
Suppose I have the following list:
> f <- rnorm(2)
> s <- rnorm(3)
> l <- list(f,s)
> l
[[1]]
[1] 0.31784399 0.08575421
[[2]]
[1] -0.6191679 0.7615479 -1.0087659
Can I stack the entries of this list in 1 vector with the first list
entry followed by the second? The reference manual says that I can use
the command /stack/, which can take as arguments
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
Oh ok. Here it is:
#!/apollo/env/envImprovement/bin/perl
On Sun, May 29, 2011 at 5:07 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Sun, May 29, 2011 at 5:05 PM, Arjun Singri <arjunsingri at gmail.com>
> wrote:
> > Thank you for replying. These are the first few lines from llvm-config:
> > use 5.006;
> > use strict;
> > use warnings;