You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
rbenv version を使用して表示させていたけど、若干動作が重かったので書き換えた。.ruby-version が存在する場合は、そのバージョンを表示します。またそのバージョンがインストールされていない場合は {?} を表示します。 以下のスクリプトを ~/.zsh.d 以下など適当な場所に置いて、.zshrc で source ~/.zsh.d/rbenv.rb のように読み込んでください。 # Allow for functions in the prompt. setopt PROMPT_SUBST autoload -U colors && colors if `which rbenv >/dev/null 2>&1` && [ -z "$RBENV_ROOT" ]; then export RBENV_ROOT=`rbenv root` fi rbenv_version(
Binstubs are wrapper scripts around executables (sometimes referred to as "binaries", although they don't have to be compiled) whose purpose is to prepare the environment before dispatching the call to the original executable. In the Ruby world, the most common binstubs are the ones that RubyGems generates after installing a gem that contains executables. But binstubs can be written in any languag
$ cd $ mkdir .rbenv/plugins $ cd .rbenv/plugins $ git clone git://github.com/ianheggie/rbenv-binstubs.git rbenvにはpluginsという仕組みがあってrbenvに機能を追加できる。ruby-buildもその一つ。「ひとつのことをうまくやる」思想っぽい。 そのpluginのひとつにbundlerとの連携をうまくやってくれるrbenv-bundlerというのがあるんだけど、rbenvはこれを非推奨といってる。パフォーマンスが悪くなったり、バグが多いみたい。 同じようなpluginを探したところ、rbenv-binstubsというものを見つけた。thoughtbotのブログで紹介されていた。 Rails 3
gistfile1.md rbenvとruby-buildでRuby環境を最新に保つ 更新日:2014/11/19 rbenv, ruby-buildを更新 $ cd ~/.rbenv $ git pull origin master $ cd ~/.rbenv/plugins/ruby-build $ git pull origin master rbenvでインストール可能なリストを表示 $ rbenv install -l Available versions: ... 2.1.0-rc1 2.1.1 2.2.0-dev ... openssl, readlineをインストールしていなければ $ brew install openssl $ brew install readline Ruby2.1の最新バージョンをインストール ※-Wshorten-64-to-32と警告が出るので
OSX で rbenv を使って ruby 1.9.3-p392 インストール Feb 23rd, 2013 今日はRuby20周年パーティ開催ですね。おめでとうございます。 残念ながらruby 2.0的な話題ではなくてruby 1.9.3の食傷気味のタイトルですが、いろいろと 前回 から変わった点もあるのでまとめ的に。 install openssl and readline まずはシステムに標準で入ってるOpenSSLは古いので最新のものを。 readlineは腐ってるのでこれも最新のモノを入れます。 $ brew install openssl readline 入れたあとに以下の作業をしておくと環境構築する際にデフォルトで使ってくれるようになるのでお薦めです。 $ brew link openssl $ brew link readline これらはアップデートの場合に失敗すること
手元の環境ではRVMをまだ使っているのだが別に構築する機会があったので今更rbenvを。 rbenv https://github.com/sstephenson/rbenv 手順はGithubのREADME通り $ cd $ git clone git://github.com/sstephenson/rbenv.git .rbenv $ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile $ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile $ exec $SHELLRubyをビルドするためにruby-buildを入れる ruby-build https://github.com/sstephenson/ruby-build Installing as an rbe
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く