私はルビーの世界に不慣れです。既存の Rails プロジェクトを実行したいのですが、次のエラーが発生します。
$ruby script/rails server
/Users/apple/.rvm/gems/ruby-1.9.3-p194/gems/json-1.7.0/ext/json/ext/json/ext/parser.bundle: undefined class/module Encoding (ArgumentError)
from /Users/apple/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require'
from /Users/apple/.rvm/gems/ruby-1.9.3-p194/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:236:in `load_dependency'
他のパッケージまたは別のバージョンのレールをインストールする必要がありますか? rails new xxx
thenを使用して小さなプロジェクトを作成すると 、$ruby script/rails server
うまくいきます。
ところで:私はマックにいます。
ありがとうございました!