[Ruby on Rails 3, Ruby on Rails 4] IDE: Aptana Studio
設定の途中で挫折したメモ。
個人的な感想としては、
- 補完が思ったほどでなかった
- 自分の環境では重かった
- メニューが分かりづらかった
きちんと設定できていれば違ったのかもしれない。
Contents
日本語化をする
Pleiades 1.4.5 をインストールした。
- ダウンロードした「pleiades_1.3.5.zip」を解凍して出来た「features」と「plugins」フォルダの中にある「jp.sourceforge.mergedoc.pleiades」フォルダを「/Applications/Aptana Studio 3/」フォルダ内の「features」と「plugins」フォルダ以下にコピーしました。
- 「/Applications/Aptana Studio 3/Aptana Studio.app」を選択右クリックし、「パッケージの内容を表示」しました。
- 「/Applications/Aptana Studio 3/AptanaStudio3.app/Contents/MacOS/AptanaStudio3.ini」ファイルをエディタで編集し、ファイル内容の末尾に下記内容を追記しました。
-javaagent:../../../plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar=
-javaagent:/Applications/Aptana Studio 3/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
既存のプロジェクトをインポートする
プロジェクト内で指定した rails server で起動しました。
=> Booting WEBrick
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2013-07-01 16:18:01] INFO WEBrick 1.3.1
[2013-07-01 16:18:01] INFO ruby 2.0.0 (2013-05-14) [x86_64-darwin12.4.0]
[2013-07-01 16:18:01] INFO WEBrick::HTTPServer#start: pid=2569 port=3000
その他の使い方が分からず、正常に起動しているか不明。
サーバの停止の仕方が分からない。
プロジェクトをメニューから作成できない。
mbp:AptanaTest2 ***$ rails new .
Rails is not currently installed on this system. To get the latest version, simply type:
$ sudo gem install rails
You can then rerun your "rails" command.
mbp:AptanaTest2 ***$
設定ができていないよう。
.aptanarc を作成する
このあたりにヒントがありそうだけれども、少し試して挫折しました。
- Macにrbenvで入れたrailsをAptanaStudio3で動かす | WEB屋の社長日記
- 自分のホームディレクトリに.aptanarcのファイル名で#!/bin/zshsource ~/.zshrcと書いておくことで、.zshrcを読み込んでくれます。これでrailsがちゃんと起動しました。