You will be redirected to my new blog in a few seconds.... New blog URI
Current Ruby Releases These are the complete API documents for base classes, modules, and included libraries in the current stables releases of Ruby. Complete API docs for Ruby 3.4.1 Complete API docs for Ruby 3.3.7 Complete API docs for Ruby 3.2.6 Complete API docs for Ruby 3.1.6 Complete API docs for Ruby 3.0.7 Older Ruby Releases Complete 3.3.6 Complete 3.3.5 Complete 3.3.4 Complete 3.3.3 Compl
島根県の夏休みRuby合宿,2009年は2倍,県外の学生も対象に 島根県は2009年6月15日,「Ruby合宿」を2009年8月に開催すると発表した。学生を対象に合宿形式でRubyの実習や,まつもとゆきひろ氏をはじめとするRuby開発者や地元IT企業との交流を行う。2年目となる今年は回数を2回に増やし,県外の学生も対象とする。 高まる中国のRuby熱---上海で初のRuby会議,まつもと氏も講演 中国で“Ruby熱”が高まっている。2009年5月22日,上海で,中国で初のRuby会議「RubyConf.China2009」が開催された。Matzことまつもとゆきひろ氏が基調講演を行い,約450名の参加者が集まった。中国でのRuby活用事例などの講演もあった。
Building High-Performance Ruby Web Services with EventMachine, JSON, LinkHeader, Highlight, and Erubi Introduction to an Event-Driven Ruby Stack Modern web applications demand high concurrency, clear error diagnostics, efficient rendering, and standards-compliant APIs. A powerful way to meet these requirements in Ruby is by combining several focused libraries: EventMachine 1.2.7 for event-driven I
Overview Abstract REXML is a conformant XML processor for the Ruby programming language. REXML passes 100% of the Oasis non-validating tests and includes full XPath support. It is reasonably fast, and is implemented in pure Ruby. Best of all, it has a clean, intuitive API. REXML is included in the standard library of Ruby This software is distribute under the Ruby license. Introduction REXML arose
Warning. (2019.1) REXML は, 標準添付ですが, 品質・速度の両面であまりよくありません。Nokogiri (鋸) がメジャーで、長らく標準の地位で使われています。REXML の3倍速い。 最近は, 大鋸 (おが) の人気が高い。スレッドセーフ、高速、機能性もある。Yorick Peterse / oga · GitLab REXMLの特徴 REXMLは、 XML 1.0に準拠した、高速なXMLパーサで、DOMツリーを生成したり、XML文書を読みながらコールバックさせる (SAX2ストリームパーサ) ことができる。 XPathの実装を含み、検索式によってDOMツリーの好きな要素を取り出すことができる。 Ruby 1.8.5にはREXML 3.1.4が添付されている。チュートリアル、APIリファレンスは下記で見られる。が、APIリファレンスのほうは不十分かつ誤りもある。
はじめに あなたは「Ruby」と聞いて最初に何を思い浮かべますか? オブジェクト指向スクリプト言語であること、プログラミングの「楽しさ」を重視して設計された言語であること、最近新しいバージョンである1.9.1がリリースされたこと……。 Rubyにはいろいろな特徴がありますが、Rubyという単語からすぐに「Ruby on Rails」を思い出す方も多いのではないでしょうか。Ruby on Rails(以下Rails)は2004年に公開されたRuby用のWebアプリケーションフレームワークで、その生産性の高さから注目を浴び、Rubyの名前を広めることにも大きく貢献しました。 ですが、Java、PHP、Perl、Pythonなど、他の言語の世界ではいくつものフレームワークがしのぎを削っているのに対し、Rubyの世界においてはRailsの完成度の高さから、長らくライバル不在の状況が続いてきました。
INDEX PAGE require_dependencyとrequireの違い 色々なソースの中でrequire_dependencyというのがでてくるが いったいどういう意味なのかよく理解できずに利用していました。 自分でかいたことはほぼないのですが そろそろまじめに調べてみようと思いソースを読もうとしましたが Googleで調べたら詳しく説明しているサイトが。 http://www.pistolfly.jp/weblog/2007/06/require-dependency.html まとめると ■require ・Rubyの機能 ・指定したRubyファイルを読み込む ・既に当該ファイルがキャッシュ済みならそちらを読みこむ ■require_dependency ・Ruby On Railsの機能 ・指定したRubyファイルを読み込む ・既に当該ファイルがキャッシュされていても再度読
Whispered Press Release Distribution Tips Secrets If your press release is speaking about a regular item or a service that’s very similar to everything else out there in the marketplace already, maybe it doesn’t even get opened. The executive press release distribution is made by the organization and can contain personal in addition to biographical info to support the data. A proper press release
By Ilya Grigorik on November 30, 2007 Facebook's Thrift framework made a nice splash in the news on Wednesday with an official announcement of the move to the Apache Incubator. This is certainly exciting news for many developers as Thrift is arguably one of the best (recent) lightweight systems for cross-language programming using code-generation, RPC, and object serialization. Designed from the g
Description Am not sure whether this has been encountered by anyone else. I updated the my gems here with gems update to get the newest rails stuff. I also use mongrel_rails as my Web Server behind an Apache. The server start however while accessing any page I got this message: /usr/bin/mongrel_rails:18 Expected /var/www/rails/shop/config/../app/controllers/shop_controller.rb to define ShopControl
It took longer than we thought, but then again, what doesn’t? This is the second beta release of Rails 3.0 and hopefully our last stop before a release candidate. There are still a handful of known regressions (see the list at the end), but we’ve made huge strides since the last release and so have auxiliary tools like Bundler. You can find all the detailed changes in the the CHANGELOGs for each f
What This is a RubyGem for implementing both OAuth clients and servers in Ruby applications. See the OAuth specs Installing sudo gem install oauth You can also install it from the oauth rubyforge project. The source code is now hosted on the OAuth GitHub Project The basics This is a ruby library which is intended to be used in creating Ruby Consumer and Service Provider applications. It is NOT a R
概要 MacOSX 10.2 以降では、ruby がはじめからインストールされてあります。しかし、ruby が最新バージョンであるとは限らないので、必要に応じて最新版をインストールするとよいでしょう。 インストール方法はおおまかには3通りあります。1.ソースをダウンロードして手動でコンパイルしてインストール 2.様々な依存関係を自動で解決してくれるツール(MacPorts*1, Fink)を使う(コンパイルできる環境が必要) 3.事情によりコンパイルができない場合、有志が既にコンパイルしておいてくれた「パッケージ」を使う 1番目のソースからインストールは、最も基本的なインストール方法です。古い OS X にも対応でき、様々な細かい設定が可能となりますが、その反面、手間と知識を要求される場合があります。とくに、rubyと様々なソフトウエア(例えばtkやimagemagickなど)を連携させて
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く