昨日の続きのようなもの。LokkaをUbuntu上で動かそうといろいろやってます。passenger入れて、 passenger-install-nginx-module を実行しようとしたらエラーが出た。お前はrootじゃないからnginxインストールできひんわ、みたいなメッセージが出る。sudoったりr... 続きを読む
Ubuntuはじめに基本編に引き続き、Ubuntu 11.04の開発環境を構築します。 環境Ubuntu 11.04 32bitThinkPad X201i 環境構築Gitをインストール$ sudo apt-get install git GTAGSをインストール$ sudo apt-get install global RVMをインストール1. 必要なライブラ... 続きを読む
Rails 3 Hosting with RVM, Passenger, Capistrano, Git and Apache Now that Rails 3 and Ruby 1.9.2 are released, I have compiled some of my earlier posts to create this all in one guide to installing and running Rails 3, RVM, Ruby 1.9.2, Passeng... 続きを読む
最高気温:23℃ _ rvmをインストールすると、lighttpdが起動できなくなる件(解決) Ubuntu 10.04にrvmを入れたところ、lighttpdを起動もしくは再起動しようとすると、下記のエラーを吐いて起動しなくなってしまった。 (configfile.c.801) source: /usr/share/li... 続きを読む
ruby | | readlineが読み込めてないのが原因。 解決方法readlineを指定してinstall。macportsで入れた場合は下記でOK。 rvm install 1.9.2 -C --with-readline-dir=/opt/local/ 最近、homebrew入れたのでreadlineの場所が/usr/local なんだろうなと思い rvm in... 続きを読む
してません(キリッ。Rails 3.0 は Ruby 1.8.7, 1.9.2 対応です。と、これだけではなんなんで、1台のPCに複数のRuby環境をインストールできる RVMの使い方を書きます。RVMでは今回説明する 1.9.2 以外にも、jruby - JRuby rbx - rubinius ree - ruby Enterprise Ed... 続きを読む
Loading… Flash Player 9 (or above) is needed to view presentations. We have detected that you do not have it on your computer. To install it, go here. Get Going With RVM and Rails 3 - Presentation Transcript Get started with Rails 3 by Karme... 続きを読む
What about rvm? RVM (Ruby Version Manager) is a command line tool which allow us to easily install, manage and work with multiple Ruby environments from interpreters to sets of gems. The problem with a single Ruby version and multiple Rails v... 続きを読む
Intro Some people want to start doing some Rails 3.0 Beta work on Ruby 1.9.2 on their development machines. I’m tossing this up here to have something to point people to when they have questions. I’m making a few assumptions: You’re on OS ... 続きを読む
前回sinatraを試した(テキストを表示しただけでしたが)けれど railsは触らなかったので入れてみてつまずいた部分のメモ。 必要そうなものをインストール 続きを読む
rails, passengerrvmはインストールだけしてほったらかしにしてたのですが、passengerにrvmのrubyが使えるらしいのでそろそろ本格的に使おうかなと思い立ちました。というわけで手順をメモ。 作業手順まずrvmでRuby Enterprise Editionをインストールします。 r... 続きを読む
200: Rails 3 Beta and RVM (view original Railscast) What better way to celebrate episode 200 than with a first look at Rails 3? The first beta version of Rails 3.0 has just been released and in this episode we’ll show you how to get it inst... 続きを読む
Ruby Freaks Lounge 第40回 RVM(Ruby Version Manager)による環境構築(2) 2010年4月27日 三村益隆 Ruby, RVM バージョン, インストール, Ruby, コマンド 1 2 GemSetsについて GemSetsとは,RVMでRubyGemsを管理するという機能です。GemSetsという単位で1つ... 続きを読む
How to Install RVM and Rails 3 on Snow Leopard Ruby Mac Rails | comments This is a continuation of my post on installing Ruby version manager or multiple versions of Ruby for Unix. This time it's about OS X 10.6.1 or the Snow Leopard. Snow Le... 続きを読む
You’ve probably read by now that the Rails 3 beta has been released last week. I have to admit that I didn’t actively follow the Rails’ development over the last couple of months so I was quite excited to finally be able to get my hands on... 続きを読む
gem管理の新標準ツール"Bundler"のTips - 床のトルストイ、ゲイとす... d:id:mirakui コンピュータ・IT ruby Bundler gem rails rubygems 43 users 2010/07/03 rubyBundlerは、rubygemsのラッパーです。Rails3のgem管理に採用されています。Bundlerを使うことで... 続きを読む
Ruby Freaks Lounge 第39回 RVM(Ruby Version Manager)による環境構築 2010年4月13日 三村益隆 Ruby, インストール, RVM インストール, ruby, Ruby, install, head 1 2 はじめに Rubyの普及にともない,Rubyの生みの親である,まつもとゆきひろ氏がC言語で作... 続きを読む
rubyhttp://favotter.net/status.php?id=13069973879こんにちは、4月からついに職業Rubyエンジニアになったmirakuiです。あまり認めたくありませんが、Rubyは事実上、いまだに1.8系から1.9系への移行期にあります。現在の安定版である1.8.7と1.9.1を開発環境に... 続きを読む