ShootingStar-1.0.5リリース
This article was migrated from http://rai
ShootingSt
今回のバージョンアップの主な目的は、細かいバグの修正です。
- 機能改善
- ログにシグネチャ情報を書き出すようにした.
- エラーログの出力形式を変更した
- 不正なHTMLコメントを修正
This article was migrated from http://rai
This article was migrated from http://rai
ShootingSt
今回のバージョンアップの主な目的は、細かいバグの修正です。
This article was migrated from http://rai
This article was migrated from http://rai
ShootingSt
ShootingSt
http://rub
This article was migrated from http://rai
This article was migrated from http://rai
This article was migrated from http://rai
This article was migrated from http://rai
This article was migrated from http://rai
This article was migrated from http://rai
HyperEstra
今回は、HyperEstra
まず、クラスタリングを行う全てのPCに、
通常の手順でHyperEstra
インストールが済んだら、HyperEstra
1 # estmaster init /usr/local/hyperestr aier 2 # estmaster start -bg /usr/local /hyperestr aier
起動したら、ポート1978にアクセスし、動いていることを確認します。 続いてWebインターフェイスからノード間のリンクを作成します(もちろん、あらかじめノードを作成しておく必要があります。)
リンクの作成は、ノード編集画面から行います。
例)
http://sea rch-1.com: 1978/maste r_ui?action=10&name=noden ame
ノード編集画面の一番下のlist of linksに以下のように、「{{!}}」で区切って別なサーバのノードを登録します。
http://sea rch-2.com: 1978/node/ nodename{{!}}label{{!}}1000
上記は、search-2.c
以上でクラスタリングは完了です。 実際に検索を行うときは、メタ検索のdepthを1以上に指定する必要があります。
This article was migrated from http://rai
This article was migrated from http://rai
今回のバージョンアップの主題は、コネクション切断検出の改善とバグフィックスです。
とくに、Safariユーザにとっては、非常に重要なバグ修正を含んでいます(Safariの特殊な挙動に対する一種のワークアラウンドです)
http://rub
ChangeLog:
[English]
This article was migrated from http://rai
This article was migrated from http://rai
This article was migrated from http://rai
This article was migrated from http://rai
This article was migrated from http://rai
This article was migrated from http://rai
Railsのレイアウトの仕組みは、レイアウトを明示的に指定しない場合は、fooコントローラに対してapp/views/
これを、foo.rhtmlをレイアウトとして使用しつつ、さらにその外側のレイアウトとしてapplicatio
class FooControlコントローラ毎のレイアウトの共通部分をさらに括り出したい場合に便利です。ler < ApplicationController after_filter :wrapping_output_with_application_layout private def wrapping_output_with_application_layout return true if @performed_redirect content_for_layout = response.body erase_render_results add_variables_to_assigns @template.instance_variable_set("@content_for_layout", content_for_layout) render_text(@template.render_file('layouts/application', true)) end end
This article was migrated from http://rails.office.drecom.jp/takiuchi/archive/174
This article was migrated from http://rai
Ruby拡張のドキュメントの書き方がさっぱりわからなくて困った。 こんな感じの警告が出るんですよね。
Installingどこかに書かれてるのかなあ・・・。と、いろいろ調査した結果、Rakefileの中で以下のように書けばOKでした。ri documentat ion for shooting_s tar-1.0.2. .. No definition for asteroid_s _run No definition for asteroid_s _stop No definition for asteroid_s erver_send _data
Hoe.new('shooting_s tar', ShootingSt ar::VERSIO N) do |hoe|
...
hoe.spec_e xtras = {
:extension s => 'ext/extcon f.rb',
:rdoc_opti ons => ['--exclude', 'ext/astero id']
}
...
end
Ruby拡張について無視させている感じですね。まあ、直接呼び出されることは無いから良いか・・・。
This article was migrated from http://rai