半日かかったわ!!(# ゚Д゚) ムッキー
何かごにょごにょやりすぎて何が必要で何が不必要なのかわかりませんが、
メモしておきます。
【開発環境】
OS:WindowsXP SP2
Aptana RadRails:2.0.2
Ruby:1.8.7(1.9.1からダウングレード)
Rails:2.3.4
1.Rubyの展開
①インターネッツからRubyを落としてきて好きな場所に保存したり、解凍したりします。
②環境変数のPATHに解凍したフォルダ内のbinフォルダを設定します。(ex.c:\ruby\bin)
(参考:http://www.rubylife.jp/install/install/)
注)2010年03月05日段階では、Ruby v1.8.7が安定版です。
1.9.1を落としたところ、以下のようなエラー(no such file to load -- test/unit/error)により、サンプルプロジェクトが起動できませんでした。
このエラーは、1.9系Ruby特有のもののようで、1.8系に落とす事で回避できます。
(参考:https://radrails.tenderapp.com/discussions/problems/187-testuniterror-missingsourcefile)
-----------------
"2476"
c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:153:in `require': no such file to load -- test/unit/error (MissingSourceFile)
from c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:153:in `block in require'
from c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:521:in `new_constants_in'
from c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:153:in `require'
from c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support/deprecation.rb:224:in `
from c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:153:in `require'
from c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:153:in `block in require'
from c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:521:in `new_constants_in'
from c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support/dependencies.rb:153:in `require'
from c:/ruby/lib/ruby/gems/1.9.1/gems/activesupport-2.2.3/lib/active_support.rb:37:in `
from c:/ruby/lib/ruby/gems/1.9.1/gems/rails-2.2.3/lib/commands/server.rb:1:in `require'
from c:/ruby/lib/ruby/gems/1.9.1/gems/rails-2.2.3/lib/commands/server.rb:1:in `
from C:/ruby/Workspace/hanaSupporter/script/server:3:in `require'
from C:/ruby/Workspace/hanaSupporter/script/server:3:in `
from -e:2:in `load'
from -e:2:in `
--------------------
2.RadRailsのインストール
①Aptanaのサイトから、RadRailsをダウンロードします。
②落っことしたexeからインストールしたりします。
RadRailsはEclipseIDEベースの開発ツールです。ので、Eclipse君の日本語化パッチが使えます。
が、RadRails特有のメッセージ等は英語で出る場合が多いです。
でもメニューは日本語化されるので、入れた方が便利だと思いますわ。
3.RadRailsの日本語化
①Peiades(ぷれあです)をダウンロードします。
ページ中頃に「本体ダウンロード」とあるので、ここの安定版を落とします。
http://mergedoc.sourceforge.jp/
②落としたZipを解凍し、features、pluginsフォルダをRadRailsインストールフォルダ内の同フォルダに上書きします。
③Zip内Readmeにも書かれていますが、RadRailsフォルダ内の、AptanaRadRails.iniの最終行に、以下の1行を追加します。
-javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
④AptanaRadRails.exeを叩くと、日本語化されているハズです。
4.RubyGams
①起動すると、RubyGamsのインストーラー的なものが起動すると思います。
②チェックがついているものはほぼ全て必要なので、そのまま「インストール」ボタンを押します。
③コンソールにインストール状況が出力されるので、成功したかどうか確認して下さい。
5.RadRailsの設定
①ウィンドウ->設定で設定画面を開きます。
②Railsをクリックし、railsパスとmongrel_railsパスを設定します。(4が正常に終了していれば、"検出されたパス"に出るハズ)
③OKとか押して、設定を保存します。
6.プロジェクトの作成
①ファイル->新規->Rails プロジェクトを選択します。
②プロジェクト名やデータベースを選択します。(私はpostgresqlにしましてん)
③OKってすると、プロジェクトが作成されて、Rubyエクスプローラーに追加されます。
7.実行
①ツールバーにある、緑○に右三角が付いたアイコンをクリックすると、サーバが起動してプロジェクトが実行されます。
コンソールに以下のようなメッセージが出れば、取りあえず成功です。
------------
"3272"
=> Booting Mongrel
=> Rails 2.3.4 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
--------------
でも、hanaはpostgresqlをDBに選択したので、実は7の段階で以下のエラー(Please install the postgresql adapter)が出てしまいました。
---------------------
"3428"
=> Booting Mongrel
=> Rails 2.3.4 application starting on http://0.0.0.0:3000
C:/Ruby1.8/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_specification.rb:76:in `establish_connection': Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (no such file to load -- pg) (RuntimeError)
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_specification.rb:60:in `establish_connection'
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_specification.rb:55:in `establish_connection'
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:438:in `initialize_database'
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:141:in `process'
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:113:in `send'
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/initializer.rb:113:in `run'
from C:/Ruby1.8/Workspace/config/environment.rb:9
from C:/Ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from C:/Ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:156:in `require'
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:521:in `new_constants_in'
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:156:in `require'
from C:/Ruby1.8/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/commands/server.rb:84
from C:/Ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from C:/Ruby1.8/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./script/server:3
from -e:2:in `load'
from -e:2
--------------------
8.Please install the postgresql adapter
①ruby-postgresをダウンロードします。http://rubyforge.org/frs/?group_id=636&release_id=4809
(プロキシ経由じゃなく、gemが使用できる場合は、gem install ruby-postgres とコマンドプロンプトで叩いて下さい)
②cmdを起動し、落としたruby-postgresが保存されている場所まで移動します。
③gemでローカル指定し、インストールします。
--------------------
C:\Documents and Settings\hoge>cd c:\rubygems
C:\rubygems>gem install ruby-postgres --local
--------------------
④以下のようなメッセージが出れば成功です。
Successfully installed ruby-postgres-0.7.1.2006.04.06-x86-mswin32
1 gem installed
Installing ri documentation for ruby-postgres-0.7.1.2006.04.06-x86-mswin32...
Installing RDoc documentation for ruby-postgres-0.7.1.2006.04.06-x86-mswin32...
⑤7を再度実行します。で、エラーが出なければ、成功!!
ワーイヽ(゚∀゚)メ(゚∀゚)メ(゚∀゚)ノワーイ
はぁ~~長かった…。
まずRadRails知らなくて、更に会社のプロキシがどうしても越えられなくて、必要なのを一所懸命落としては、
gem xxxx --loacal
って頑張ったですよ。
で、その途中でRadRails見つけて、あんじゃん!!(;゚Д゚)
ってね。
そんなこんなで今日のお仕事全然進んでませんね。
( ゚∀゚)アハハ八八ノヽノヽノヽノ \ / \/ \
来週、来週!!
0 件のコメント:
コメントを投稿