search for: shinji

Displaying 14 results from an estimated 14 matches for "shinji".

2006 Dec 11
2
Does mongrel look at the Rails page cache?
...proxy request proxy:balancer://mongrel_cluster/ [OK] --- (As opposed to "go-ahead with /var/sites/production/public/ index.html", if the user''s not logged in.) Problem: The static file is still being served to the browser. Can anyone tell me what I''m missing here? Shinji Kuwayama shinji at kuwayama.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20061210/61cbe612/attachment.html
2016 Aug 29
10
[Bug 97537] New: nvc0 occasionally crashes in glDrawArrays in a multi-threaded app
...p Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: shinji.suzuki at gmail.com QA Contact: nouveau at lists.freedesktop.org Ubuntu 16.04.01 LTS (version of libgl1-mesa-dri is 11.2.0-1ubuntu2.1) / Nvidia Quadro K4000. I am examining a sample app from SDK for a video capture card. The app is multi-threaded. The app runs fine for some time (line 10...
2006 Mar 14
11
how to work with a designer
I am considering trying Rails out on a small web project where I will be working with a designer. What is the typical workflow and relationship for this: 1 have the designer learn rhtml or 2 have the programmer take html mock ups and turn them into rhtml In the past I have used Django (also very nice), which has a fairly accessible (ala php) templating language. Thanks, David S. -- Posted
2005 Dec 29
8
First module gives "unknown action"
Hi, I''m using "Agile Web Dev. w/Rails", which is great but has a minimum on grouping controllers into modules. I''ve successfully generated a module scaffold, so I have: app/controllers/admin_controller.rb app/controllers/admin/things_controller.rb (And the rest of the scaffold output, which seems normal.) However, browsing to http://localhost:3000/admin/things/
2014 Dec 18
3
chaining AUTH methods -- adding GoogleAuthenticator 2nd Factor to pubkey auth? can't get the GA prompt :-/
...nd restart the daemon > > You've missed the crucial part to require multiple authentication > methods succeed before the user is considered authenticated: > > AuthenticationMethods publickey,keyboard-interactive > Ahh... I wasn't even aware of that option. Robert Pendell shinji at elite-systems.org A perfect world is one of chaos.
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 Jan 05
1
ActionMailer in production vs development environments?
I''m using ActionMailer to write an email message; for the time being I''m creating an email object, but rendering it in the browser instead of sending it. I have code like this: email = PasswordMailer.deliver_confirm(@member) render(:text => "<pre>" + email.encoded + "</pre>") This works great in the development environment but throws a Rails
2006 Dec 09
1
Jabber Client
Hello, I would like to connect jabber client (Exodus) to Asterisk 1.4. Asterisk 1.4 already supported jabber (client/component), didn't it? Can I connect Exodus to Asterisk directly? And if yes, please tell me how to connect? Kawamoto -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Dec 18
4
chaining AUTH methods -- adding GoogleAuthenticator 2nd Factor to pubkey auth? can't get the GA prompt :-/
I have sshd server sshd -V ... OpenSSH_6.7p1, OpenSSL 1.0.1j 15 Oct 2014 ... running on linux/64 with cat sshd_config ... PubkeyAuthentication yes PasswordAuthentication no ChallengeResponseAuthentication no
2020 Jun 19
4
LLVM-IR store-load propagation
Hello everyone, This week I was looking into the following example ( https://godbolt.org/z/uhgQcq) where two constants are written to a local array and an input argument, masked and shifted, is used to select between them. The possible values for the CC variable are 0 and 1, so I'm expecting that at the maximum level of optimizations the two constants are actually propagated, resulting in the
2006 Mar 21
2
How do I get substring of utf-8 string?
I''m trying to get substring from a utf-8 encoded string. (say, first 50 characters of the string) String#[0..49] would give me the first 50 bytes not 50 characters.. I know there is jcode library, but it only let you count number of characters in utf-8 string. unicode gem doesn''t seem to help much. unicode_hacks gem seem to solve the problem, but it also seems to
2006 Apr 08
0
What does SystemExit mean in this context?
I''m using the very cool Exception_Notification plugin to receive error reports. Occasionally, I get one of these: <pre> A ActiveRecord::StatementInvalid occurred in [controller]#[view]: SystemExit: exit: SELECT * FROM table WHERE (some_id = 1335) ORDER BY position LIMIT 1 [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:120:in
2006 Mar 14
0
Trouble running script/indexer at Dreamhost
Heyo -- I''m trying to use SearchGenerator/SimpleSearch at Dreamhost, and I have only one problem. When I run "script/indexer", it runs too long and is killed off by procwatch. So far I have tried: * Reducing the number of indexed models/fields * "nice"-ing the script to 19 * Running the script offpeak (12-3am PST) It''s still getting killed. Any ideas on
2006 Jun 04
4
"can''t convert Magick::GravityType into Integer"
Am having trouble with file_column -- on certain crop operations, it says: A TypeError occurred in [controller]#[action]: can''t convert Magick::GravityType into Integer [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:90:in `crop'' Any advice? Here''s the backtrace: [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:90:in `crop''