jruby-ja.blogspot.com jruby-ja.blogspot.com

jruby-ja.blogspot.com

日本語JRuby

JRubyに関するブログなどを出来る範囲で日本語に翻訳していきます。翻訳の際には元記事の著者からの承諾を得ています。

http://jruby-ja.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JRUBY-JA.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.3 out of 5 with 10 reviews
5 star
0
4 star
5
3 star
4
2 star
0
1 star
1

Hey there! Start your review of jruby-ja.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • jruby-ja.blogspot.com

    16x16

  • jruby-ja.blogspot.com

    32x32

CONTACTS AT JRUBY-JA.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
日本語JRuby | jruby-ja.blogspot.com Reviews
<META>
DESCRIPTION
JRubyに関するブログなどを出来る範囲で日本語に翻訳していきます。翻訳の際には元記事の著者からの承諾を得ています。
<META>
KEYWORDS
1 日本語jruby
2 帰国の便
3 遊べなかった
4 生まれて初めての地震
5 初めて会う人々
6 posted by
7 hiro
8 0 件のコメント
9 labels rubykaigi
10 travel
CONTENT
Page content here
KEYWORDS ON
PAGE
日本語jruby,帰国の便,遊べなかった,生まれて初めての地震,初めて会う人々,posted by,hiro,0 件のコメント,labels rubykaigi,travel,160を是非使ってみて、報告をして下さい,主な特長,encoding converterとripperは未対応,rubyメソッド呼び出しのパフォーマンス向上,rspecを配布ファイルから外しました,c拡張のサポート(試験的),windowsプラットフォームへの対応,19標準ライブラリをjruby complete jarに追加
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

日本語JRuby | jruby-ja.blogspot.com Reviews

https://jruby-ja.blogspot.com

JRubyに関するブログなどを出来る範囲で日本語に翻訳していきます。翻訳の際には元記事の著者からの承諾を得ています。

INTERNAL PAGES

jruby-ja.blogspot.com jruby-ja.blogspot.com
1

日本語JRuby: 3月 2010

http://jruby-ja.blogspot.com/2010_03_01_archive.html

JRubyはRuby言語の実装の中では一際起動が遅い事で悪名高くなってしまいました。一部は、JITの生成品がなくてブートストラップして動き出すまでに時間がかかってしまうJVMを使っているせいです。起動の際のボトルネックが報告されて原因が解明されればそれを除く努力を我々はしていますが、JRuby自体にも問題があります。起動の問題は、実は簡単な設定問題である事もしばしばです。JRubyの起動を早くするコツを幾つか見ていきましょう。 注意。JRuby自体の起動は、他のJVM言語に較べると結構いい線いっていますが、MatzのRuby(一般的には最も速い実装とは言えない)の起動は素晴らしく早いです。 26085;本語JRuby. Is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.

2

日本語JRuby: JRubyのメモリを観察するには

http://jruby-ja.blogspot.com/2010/07/jruby.html

Ruby言語の各実装において、どんなメモリ消費を解析するツールがあるのかが近頃ちょっとした話題になっています。 それもその筈、Rubyで書かれたアプリケーションの(不具合の調査は言うに及ばず)メモリ消費の具合を詳しく調べるのは容易い事ではありません。 JRubyを使わないのなら、そうです。 本稿では実際にこのうちの二つのツールをどの様に使いこなすか見ていく事にします。 取り上げたツールは起動中のJVMを観察するグラフィカルなツールであるVisualVMと、 ヒープをダンプして事後解析を可能にするjmapとjhatのタッグチームです。 ここで紹介するツールはJRubyのどのバージョンでも使う事が出来ますが、JRuby 1.6の開発に当たり、 様々な改良を施してあります。 特記すべきは、RubyでのオブジェクトとJavaに於けるオブジェクトが並んで表示されるようにしてある点です。 ここでもう少し解説しましょう。 Projects/jruby ➔ cat foo heap example.rb. 10000times { ary Foo.new }. Puts "ready for analysis!

3

日本語JRuby: 6月 2010

http://jruby-ja.blogspot.com/2010_06_01_archive.html

今日ツイッターで、「JVM及びJDKが、あらゆるプログラミングにおいて真にイケてるプラットフォームになる為には未だ幾つかの欠陥が有る」と呟きました。沢山の人から「もっと詳しく」とせっつかれたので、ここに短く書き起こしておきます。勿論、これで全部という訳ではないのでしょうが、今日思いついたのはこれだけです。 JVM上でJRubyが動く事の利点は折りに触れて述べてきました。JRubyのパフォーマンス数値はそこそこの結果を出しているのですが、多くの人々の期待に反して「抜群に素晴らしい」というものではありませんでした。詰まる所、他のRuby言語の実装に較べて良い結果を出したとしても、静的な型システムを用いる他のJVM言語には敵わないのでした。 26085;本語JRuby. Is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.

4

日本語JRuby: 2月 2010

http://jruby-ja.blogspot.com/2010_02_01_archive.html

Jruby -S rails newapp -m http:/ jruby.org/rails3.rb. M http:/ jruby.org/rails3.rb. JRuby 1.5リリースに含まれる新しいライブラリをレポジトリーに先日コミットしました。これについて述べる前にこの下にでている写真を見て色々と思いを巡らして下さい。そう!私たち皆の模範となるミスター・ポテトヘッドです。ミスター・ポテトヘッドは私たちを数時間に渡って楽しませる(少なくともおそらく楽しませてくれていたであろう)、柔軟なただのオモチャではなくて、澱粉質を多く含む食べ物でもあるのです。 26085;本語JRuby. Is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.

5

日本語JRuby: 1月 2010

http://jruby-ja.blogspot.com/2010_01_01_archive.html

大忙しの一週間。アンドロイド、Maven、Rake、C拡張、そして…. 65306; チャールズ=オリバー=ナター. 正解は「長い間」。カンファレンス続きで大忙しだった秋が終ったので、もっとブログを書くつもりです。これからは、一月に三つも会議に出かけないように忠告して下さい。). やあ!この一週間はとても忙しかったです。でも、僕らは元気でせっせとコード書いてるって解るように、JRubyで何が起こってるかを見ていきましょう。 今週の頭にJan Berkelの手伝いをやってRuboto IRBを最新のアンドロイド携帯環境で走らせる事に成功しました。細かい手直しが二つ三つ必要だったのと、Janが手伝うのに興味があるというので、この変更を追加して彼をRubotoのコミッタに追加しました。 Ruboto IRBのレポジトリはこちら→ http:/ github.com/headius/ruboto-irb. 大忙しの一週間。アンドロイド、Maven、Rake、C拡張、そして…. 26085;本語JRuby.

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

LINKS TO THIS WEBSITE

headius.blogspot.com headius.blogspot.com

Headius: 09/23/10

http://headius.blogspot.com/2010_09_23_archive.html

Helping Ruby and Java Evolve Together. Thursday, September 23, 2010. This is a repost of an article I wrote in 2004, which I stumbled upon this evening and thought worthy of a reprint. Feel free to rip it up and offer your own commentary. I think it is still 100% valid.). I came up with the most compelling idea for a Disney-style film the other day. (Ok, perhaps not the most compelling idea, but certainly a fair shot at one). So then, you ask, if nature isn't "good", then what is it? Da Vinci Machine Pro...

headius.blogspot.com headius.blogspot.com

Headius: 07/17/10

http://headius.blogspot.com/2010_07_17_archive.html

Helping Ruby and Java Evolve Together. Saturday, July 17, 2010. Browsing Memory with Ruby and Java Debug Interface. This is the third post in a series. The first two were on Browsing Memory the JRuby Way. And Finding Leaks in Ruby Apps with Eclipse Memory Analyzer. Hello again, friends! I'm back with more exciting memory analysis tips and tricks! That's what I'm going to show you today. The APIs we'll be using are part of the Java Debug Interface (JDI). Which also includes a C/ API. You can either have t...

headius.blogspot.com headius.blogspot.com

Headius: 12/23/10

http://headius.blogspot.com/2010_12_23_archive.html

Helping Ruby and Java Evolve Together. Thursday, December 23, 2010. Improved JRuby Startup by Deferring Gem Plugins. Another present for you JRubyists out there! JRuby has had notoriously bad startup times. Not as bad as, say, IronRuby (sorry guys! Before, and these mostly apply to vanilla JRuby startup performance. The good news is that it looks like my proposed change – making plugin scanning happen *only* when using the "gem" command. Projects/jruby ➔ git stash pop. Changed but not updated:. I've alre...

headius.blogspot.com headius.blogspot.com

Headius: 01/19/11

http://headius.blogspot.com/2011_01_19_archive.html

Helping Ruby and Java Evolve Together. Wednesday, January 19, 2011. JRuby on Rails on Amazon Elastic Beanstalk. Amazon this week announced Elastic Beanstalk. A managed Apache Tomcat. Service for AWS. Naturally, I had to try JRuby on it. First, the bad:. AWSEB is really slow to deploy stuff. Several times it got "stuck" and I waited for more than 30 minutes for it to recover. It did not appear to be an app issue, since the app came up just fine. There is no step two. Once the instance has been prepared, y...

headius.blogspot.com headius.blogspot.com

Headius: 01/05/11

http://headius.blogspot.com/2011_01_05_archive.html

Helping Ruby and Java Evolve Together. Wednesday, January 05, 2011. Representing Non-Unicode Text on the JVM. JRuby is an implementation of Ruby, and in order to achieve the high level of compatibility we boast we've had to put in some extra work. Probably the biggest area is in management of String data. Strings in Ruby 1.8. There's also another major benefit: we can support Ruby 1.9's "multilingualization". Strings in Ruby 1.9. S excellent post on Ruby 1.9 Encodings: A Primer. ByteList represents an ar...

headius.blogspot.com headius.blogspot.com

Headius: 01/04/11

http://headius.blogspot.com/2011_01_04_archive.html

Helping Ruby and Java Evolve Together. Tuesday, January 04, 2011. Flat and Graph Profiles for JRuby 1.6. Sometimes it's the little things that make all the difference in the world. To help improve the situation, we recently got the ruby-debug maintainers to ship our JRuby version, so JRuby has easy-to-use command-line Ruby debugging support. You can simply "gem install ruby-debug" now, so we'll stop shipping it in JRuby 1.6. To continue this trend, we enlisted the help of Dan Lucraft. For the uninitiated...

headius.blogspot.com headius.blogspot.com

Headius: Flat and Graph Profiles for JRuby 1.6

http://headius.blogspot.com/2011/01/flat-and-graph-profiles-for-jruby-16.html

Helping Ruby and Java Evolve Together. Tuesday, January 04, 2011. Flat and Graph Profiles for JRuby 1.6. Sometimes it's the little things that make all the difference in the world. To help improve the situation, we recently got the ruby-debug maintainers to ship our JRuby version, so JRuby has easy-to-use command-line Ruby debugging support. You can simply "gem install ruby-debug" now, so we'll stop shipping it in JRuby 1.6. To continue this trend, we enlisted the help of Dan Lucraft. For the uninitiated...

headius.blogspot.com headius.blogspot.com

Headius: JRuby on Rails on Amazon Elastic Beanstalk

http://headius.blogspot.com/2011/01/jruby-on-rails-on-amazon-elastic.html

Helping Ruby and Java Evolve Together. Wednesday, January 19, 2011. JRuby on Rails on Amazon Elastic Beanstalk. Amazon this week announced Elastic Beanstalk. A managed Apache Tomcat. Service for AWS. Naturally, I had to try JRuby on it. First, the bad:. AWSEB is really slow to deploy stuff. Several times it got "stuck" and I waited for more than 30 minutes for it to recover. It did not appear to be an app issue, since the app came up just fine. There is no step two. Once the instance has been prepared, y...

blog.nicksieger.com blog.nicksieger.com

Nick Sieger

http://blog.nicksieger.com/articles/tag/life

Posted by Nick Sieger Mon, 22 Nov 2010 18:30:00 GMT. I intended to give this brief as a lightning talk at RubyConf 2010, but unfortunately did not get a chance. Though I kept the message simple, I think if you sympathize with being a perfectionist you can find some part of these points that rings true. I know I still have a ways to go. In heeding my own advice, and not only in software but in my life as a whole. Thanks to Hiro Asari. For the Japanese translations and Jeremy Hinegardner. I hate this word.

blog.nicksieger.com blog.nicksieger.com

Nick Sieger

http://blog.nicksieger.com/articles/tag/rubyconf

Posted by Nick Sieger Mon, 22 Nov 2010 18:30:00 GMT. I intended to give this brief as a lightning talk at RubyConf 2010, but unfortunately did not get a chance. Though I kept the message simple, I think if you sympathize with being a perfectionist you can find some part of these points that rings true. I know I still have a ways to go. In heeding my own advice, and not only in software but in my life as a whole. Thanks to Hiro Asari. For the Japanese translations and Jeremy Hinegardner. I hate this word.

UPGRADE TO PREMIUM TO VIEW 16 MORE

TOTAL LINKS TO THIS WEBSITE

26

OTHER SITES

jrubnerphotography.com jrubnerphotography.com

Home

A few words about me. I take great pleasure in providing great photography at non-professional prices. I love what I do and I want to pass on the opportunity to you to capture your special day without breaking the bank. My goal is to capture the unique quality and personality of every individual I photograph. Take a few minutes to look around and contact me to discuss your day further.

jruby-appengine.blogspot.com jruby-appengine.blogspot.com

JRuby on App Engine

JRuby on App Engine. Free to get up and running. Everything you need installs as gems. Friday, December 3, 2010. Google App Engine 0.0.19 gems released. We just released the 0.0.19 google-appengine. Gem App Engine's infrastructure can now anticipate the need for more resources and warm up new application instances (in the background) before routing user traffic to them. You can also reserve three instances by purchasing "Always On" for $9 per month. See the 1.4.0 blog post. JRuby 1.5.6. The Always On fea...

jruby-consulting.com jruby-consulting.com

JRuby Consulting

The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from de Finibus Bonorum et Malorum by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from de Finibus Bonorum et Malorum by Cicero are also reproduced in t...The standard chun...

jruby-embed.kenai.com jruby-embed.kenai.com

JRuby Embed (Red Bridge) API

JRuby Embed (Red Bridge) API. JRuby Embed (Red Bridge) Wiki: http:/ kenai.com/projects/jruby/pages/RedBridge. JRuby: http:/ jruby.org/.

jruby-extras.rubyforge.org jruby-extras.rubyforge.org

JRuby Extras :: RubyForge

Welcome to the JRuby Extras project at Rubyforge. Documentation on the following projects is available:.

jruby-ja.blogspot.com jruby-ja.blogspot.com

日本語JRuby

JRubyKaigi 2011、RubyKaigi 2011 で喋ってきました。 凱旋(?). 2011年7月14日、Rubyで飯を食うようになって初めて帰国しました。タイトルにある通り、JRuby会議とRuby会議で喋る為です。東京への出張は2004年に一回ありましたけど、その時は別の会社で、しかもその会社のCEOの通訳みたいな感じで詰まる所「おまけ」だったので、今回は少し箔がついた感じの帰国でした。 余談ですが、今回の帰国便はデトロイト発の羽田行きでした。ボーイング777型機で、私の座った席には電源が付いていて、ラップトップの電池の残量を気にする事なく道中を楽しむ事が出来ました。惜しむらくはWiFiがなかったのでネットで. 調べものが出来なかった事です。乗機率がかなり酷くて、乗っていた人全員が最低三席を占拠して横になって眠れるくらいでした。東京への便が(昨今の事情で)全てそうなのかと思ったのですが、成田への便は結構混んでいたという同僚の話でした。 JRuby 1.6.0 がリリースされました。 ホームページ: http:/ www.jruby.org/. このリリースは、ユーザから報告...

jruby-on-rails.de jruby-on-rails.de

JRuby On Rails

The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from de Finibus Bonorum et Malorum by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from de Finibus Bonorum et Malorum by Cicero are also reproduced in t...The standard chun...

jruby-wahbatherapy.com jruby-wahbatherapy.com

Home: Family Therapy | Couples Therapy | Torrance, CA 90505

Switch to Accessible Site. JILL RUBY-WAHBA, MA, LMFT, ATR-BC. Relational Psychotherapy for Individuals, Couples, Children and Families. Helping you fulfill your potential,. Feel revitalized, and love your life. You're making the first step to care for yourself and those close to you! Take time to read the statements in this website. If you have any questions, feel free to call me at 424-254-9393. Please call 424-254-9393 or email me at [email protected]. To schedule your first appointment today. Areas Se...

jruby.de jruby.de

JRuby.de - JRuby, Rails und mehr

JRubyde - JRuby, Rails und mehr. All things JRuby (and Rails). Neuigkeiten aus der JRuby und Rails-Welt. Follow me. https:/ twitter.com/hermann kurz. Sonntag, 19. Juli 2015. Auf dem Weg zu JRuby 9000: JRuby 9.0.0.0.rc2. Das JRuby-9000-Projekt ist einen Schritt weiter. Die Version 9.0.0.0.rc2 steht zum Download. Bereit, mit ein bischen Glück ist es der letzte Releasekandidat vor der ersten Version. Eingestellt von Hermann Kurz. Links zu diesem Post. Diesen Post per E-Mail versenden. Links zu diesem Post.

jruby.info jruby.info

jruby.info - This domain may be for sale!

Find the best information and most relevant links on all topics related to jruby.info. This domain may be for sale!

jruby.markmail.org jruby.markmail.org

Jruby Home - MarkMail - Community libraries

Want your own MarkMail? Tell us about it. And 119,669 messages. First list started in July 2006. There are 0 active lists. Recently accumulating 0 messages per day. You can browse recent emails. Traffic (messages per month):. Subscribe to the news feed. How Do I Ask. MarkMail is developed and hosted by. MarkMail is a free service for searching mailing list archives, with huge advantages over traditional search engines. Fri 14:04:21 cache-1.a 0.08 seconds.