Displaying 5 results from an estimated 5 matches for "yugui".
Did you mean:
augui
2006 Feb 02
4
AjpRails; Rails runner using AJP13
...ur HTTPd.
Its RubyForge project is:
http://rubyforge.org/projects/ruby-ajp/
Project home page is:
http://ruby-ajp.rubyforge.org/wiki/wiki.pl
Now, AjpRails is slower and much more unstable than dispatcher.fcgi or
SCGI Rails Runner. But these weak points will be improved gradually.
Thanks.
--
Yugui
yugui.ps@gmail.com
http://idm.s9.xrea.com
2006 Jul 13
2
find_by_id(nil) does not always return nil
I have a model named User. When running this application from the
console I can call User.find_by_id(nil) and it returns nil. When running
this application during testing or through WEBrick or Mongrel calling
User.find_by_id(nil) returns the newest record in the database. But it
only does this the first time you call it with nil. The second time you
call User.find_by_id(nil) it returns nil.
2006 Jul 12
3
Most efficient way to "increment" a string?
I have members with usernames. In the event that a new member requests
an already-existing username, I''d like to automatically "increment" a
next-best string:
johnny
johnny1
johnny2
Knowing RoR, my gut tells me there''s some elegant, concise way to do
this, but I can''t think of it. Any advice?
--
Posted via http://www.ruby-forum.com/.
2006 Mar 11
0
Ruby-GetText-Package-1.3.0
...as foo_ja.rhml, foo_ja_JP.rhtml.
* @params["lang"] is treated as cgi["lang"]
* Use N_() as localized messages of validates_* instead of _().
* Translates ActiveRecord::Column.human_name values automatically.
* Fix memory leak, other bugs.
Thanks to:
Albert Ramstedt, Yugui, drawnboy, Erkki Eilonen,
Nickolay Kolev, Kazuhiro NISHIYAMA and others.
*Note*
Now you need to use N_() as localized messages of validates_* instead of _().
# If you use _(), it works on development mode but doesn''t work on production
# mode.
(e.g.)
class Article < ActiveRecord::Bas...
2010 Apr 19
10
Overview of Ruby 1.9 encoding problem tickets
...ry results in rails 2.3.2 and ruby 1.9.1
https://rails.lighthouseapp.com/projects/8994/tickets/2476
1. Hector describe database adaptor problem with 1.9 encodings,
provides a mysql-ruby fork and other links
2. Patches and fixes for databases / adaptors (James Healy, Jakub
Kuźma, Yugui)
3. Talk about assuming UTF-8 for databases
4. Loren Segal proposes hack instead of modifying mysql-ruby
5. Micheal Hasensein asks about issue 5 months later
6. UVSoft accidentally posts HAML workaround
6. TICKET STATUS IS NEW
My proposal - after fixing #2188, a short descr...