Displaying 20 results from an estimated 1200 matches similar to: "Sasquatch, the Loch Ness Monster, UFOs and..."
2004 Apr 08
3
Fwd: Sasquatch, the Loch Ness Monster, UFOs and...
Every half year or so, I probably will repost this list, adding and
subtracting as the community makes advances (or ignores what isn't
required.)
>Date: Thu, 9 Oct 2003 04:51:23 -0400
>To: asterisk-users-lists.digium.com
>From: John Todd <jtodd@loligo.com>
>Subject: Sasquatch, the Loch Ness Monster, UFOs and...
>
>Mythical Asterisk Creatures, oft-discussed, rarely
2005 Aug 10
24
Multilingual Rails v0.5. Big update!
Multilingual Rails v0.5 is just released with lots of new features.
Here is the changelog:
v0.5: New charset conversion string-methods. Multilingual Rails
always use UTF-8 internally.
iconv_to(charset) # Return string as charset
iconv_from(charset) # Return string as UTF-8, converted
from charset
iconv_from!(charset) # Convert string from charset to UTF-8
2010 Dec 11
1
the naming of "Unicorn"
In case more people are interested, I originally posted the following to
ruby-core: http://mid.gmane.org/20101210190448.GA6534 at dcvr.yhbt.net
Eric Wong <normalperson at yhbt.net> wrote:
> zuerrong <zuerrong at gmail.com> wrote:
> > 2010/12/10 Tony Arcieri <tony.arcieri at medioh.com>:
> > > And Unicorns are fantastical mythical creatures!
> > >
>
2006 Apr 01
15
Ruby on Rails CMS released. Web 2.0, Ajax, etc
Eribium, a content managing system built with rails has been released
completely free under the MIT License.
http://www.eribium.org/eribium/?p=21
You can find a demo here: http://alexmaccaw.no-ip.info:3000/admin
(user and pass are ''demo'').
Some of the features include:
* Completely Unobtrusive Javascript.
* Liquid View, works with pretty much any screen resolution.
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
2005 Aug 13
9
Multilingual Rails v0.6
Multilingual Rails v0.6 is released!
Here is the changelog. Documentation and download at the homepage:
http://www.tuxsoft.se/oss/rails/multilingual
v0.6 - 2005-08-13
* String case-manipulation functions replaced with ruby-unicode
equivalents (if ruby-unicode is installed):
String#downcase, String#upcase and String#capitalize now fully
handle Unicode.
* String normalization
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
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
2009 Jan 13
2
Using has_selector to identify responses.
This is more of a "best practices" question.
Earlier, when I was trying to understand what it was I was supposed to
be testing with cucumber, I was advised that I should test for text
elements contained in the response body of the expected output. Now,
what I am wondering is how one accounts for multilingual implementation.
I have hit upon the idea of simply adding special css id
2005 Dec 21
2
Missing error page templates
Whenever I get any errors on my application, I don''t get the regular
rails error page with all the debugging information. What could''ve
cause this? This is from the logs:
ActionView::ActionViewError (No rhtml, rxml, rjs or delegate template
found for /usr/lib/ruby/gems/1.8/gems/actionpack-1.11.2/lib/action_controller/templates/rescues/template_error.rhtml):
2006 Mar 31
2
[Howto] custom and translated AR validation error messages
Hi,
I''m putting the finishing touches on a multi-lingual application, and
just posted a blog entry on how I did translate validation errors
generated by ActiveRecord at: http://www.myowndb.com/blog/?p=4
I found it surprisingly easy, and thought I''d document it.
The translation is based on a plugin I plan to publish really really
soon, more info whith the upcoming announcement.
2006 Feb 27
4
Gettext and rails
Hi
Im using the newest GetText gem, and Im having problems with classes
outside rails, they don''t get translated. For example: I have a class
representing access in my app, and it is not a ActiveRecord, just a
normal class. When require ''gettext'' and include it in the class, I can
use the _('''') methods fine. They get picked upp by rake updatepo.
2002 Feb 03
2
WinVC - Multiple file tag editor!
> Source? :)
It's in Delphi 5. I will make the source code available when I'm happy with
it, if anyone wants it.
> I havn't used it yet, but you might find these screenshots helpful for
> an interface:
Initially I've designed the interface for the 95% of users who just want
something very simple and can see the tags they are interested in on one
form. I may add an
2020 Jun 22
4
R 4.0.2 is released
The build system rolled up R-4.0.2.tar.gz (codename "Taking Off Again") this morning.
The list below details the changes in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-4/R-4.0.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter Dalgaard
2006 Jul 09
1
language support
Hi All,
I am new on rails and making my first application on rails. My client
wants to have his site supporting two languages english and french.
Please let me know how to implement multilingual support in rails?
Thanks
Rohan
--
Posted via http://www.ruby-forum.com/.
2006 Jan 04
1
Localize validate_error messages
I am in the process of adding localized language support to my app
and I am currently using the various validate methods on fields. How
would i go about editing the following text based on a users choosen
language:
3 errors prohibited this podcast from being saved
basically I am looking to make the generated flash[:errors] text from
rails multilingual.
Thanks
Andrew
--------------
2003 Apr 26
2
German voicemail prompts, anybody?
Hi all,
I'm trying to build a little voicemail server based on asterisk here,
using Asterisk's "Commedian Mail" application. Unfortunately, I'd expect
some people to have trouble using the English prompts that come with
asterisk.
However, I can't imagine I'm the first person who has this problem, and
Commedian Mail seems to support multilingual prompts fine, it's
2007 May 18
1
roll my own TokenFilter subclass
Hi all,
I''d like to write my own TokenStream Filter (in lucene this would be a
subclass of a TokenFilter, which ferret seems to lack) but I''m not
sure how to go about it. Specifically, it''s not clear how I''d create
a non-trivial TokenStream to pass out to any filters that wrapped
mine.
Can anyone point me towards a code example? Thanks.
--
Richard Jones
2006 Aug 10
1
Customizing log output
I''d like to include the user name along with/instead of the session id
in my log files. Is there a place to customize the log format, or do I
just need to through the logger object and manually write it in a
before_filter on my ApplicationController?
Thanks.
--
Jack Christensen
jackc@hylesanderson.edu
2005 Oct 22
1
[DOUBT] Rails i10n
I am making 2 or 3 apps that have to speak Russian and English (and
probably Dutch). My coming website will have to speak all of them
(and maybe French). I am tired.
Can someone help me think a little?
http://123.writeboard.com/4f2acae094e850b35/login
Password: rails
I won''t manage this alone.
--
Julian "Julik" Tarkhanov