Displaying 8 results from an estimated 8 matches for "gyoung".
Did you mean:
young
2006 Jul 17
0
Ruby-GetText-Package-1.7.0
...appear in po-files, now.
* Fixed bugs, code cleanup.
* Update translations
* Chinese(zh), Czech(cs), Dutch(nl), English(default), French(fr)
Spanish(es), Japanese(ja), Korean(ko), Russian(ru)
Thanks to:
Translators:
David Espada, Karel Miarka, Laurent Sansonetti, Yuri Kozlov,
Gyoung-Yoon Noh, Menno Jonkers, Yingfeng
Bug reports and suggestions:
arton, OZAWA Sakuro, kdmsnr, Gyoung-Yoon Noh, Kouhei Sutou
Website
-------
http://rubyforge.org/projects/gettext/
* Download
http://rubyforge.org/frs/?group_id=855&release_id=2856
* Ruby-GetText-Package HOWTOs
http://w...
2006 Mar 02
2
SwitchTower: why symlink releases/under -> current?
Hi,
I have a trouble with deploying my ordinary rails application(myapp).
When I execute ''rake deploy'',
[...]
command finished
* executing task symlink
* executing "ls -x1 /var/www/myapp/releases"
servers: ["app1.olalog.com"]
[app1.olalog.com] executing command
command finished
* executing "ln -nfs /var/www/myapp/releases/under
2005 Dec 29
5
Ruby-GetText-Package-1.1.0
...ation on RoR. See: samples/rails/*.
* New/Updated translations:
Czech - Karel Miarka (NEW)
Dutch - Menno Jonkers (NEW)
French - Laurent Sansonetti
German - Sasa Ebach
Japanese - Masao Mutoh
Korean - Gyoung-Yoon Noh
Portuguese(Brazil) - Joao Pedrosa
Spanish - David Espada
* bugfixes.
Website
-------
http://rubyforge.org/projects/gettext/
* Download
http://rubyforge.org/frs/?group_id=855&release_id=2856
* Ruby-GetText-Package HOWTOs
http://ponx.s5.xrea.com/hiki/ruby-get...
2006 Jun 22
2
GetText Question: How not to gather ActiveRecord''s columns?
Hi,
Rake''s ''updatepo'' task[1] suggested by Masao(Ruby-GetText maintainer)
gather whole model''s columns. I don''t need to translate those column names.
So I''d like to give translators the po files without such needless messages.
However I wouldn''t like to exclude ''app/models'', because of some useful
gettext-ized
2006 Jun 22
2
Was my mail blocked?
Hi,
I''ve sent mail to this list through gmail. I saw that on the archive
page[1]. But I can''t receive yet. Same thing was happened before[2].
So I doubt my mail was blocked. I make sure that it''s not fault of
gmail''s spam filter. Did I mistake?
[1]: http://wrath.rubyonrails.org/pipermail/rails/2006-June/048909.html
[2]:
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI.
Something wrong in the way Rails is trying to process paths from the
WEBrick server. If I try to send in http://localhost:3000/recipes/new,
WEBrick is interpreting /new as my controller, instead of my action.
2006 Jun 16
0
Where''s DHH''s slides on new CRUD presented at RubyKaigi2006?
Anxiously finding it...
--
http://nohmad.sub-port.net
2005 Mar 05
1
How to provide Rails hosting on Apache/FastCGI enviroment?
Hi, folks.
I am running a small Web Hosting service personally.
I hope to provide rails service on apache/fcgi to my hosting
users. So, I''ve been testing to setup rails application, and
there was no problem. But with Rails version 0.10.0 release,
previous way doesn''t work.
Following is a scenario which worked well before, but now beats me.
1. Eric has his own rails directory