2012-03-27 4 views
1

Possible Duplicate:
Error loading Active Record gem with sinatra app using RVMrackup는 액티브

내가 액티브을 활용하고자하는 페이 응용 프로그램을,이로드 할 수 없습니다. 내 faye.ru이 있습니다

require "rubygems" 
require "faye" 
require "sqlite3" 
require "activerecord" 

... other code 

그리고 난을 통해 시작하려는 : 이것은 다음과 같은 오류와 함께 실패 rackup faye.ru -s thin -E production

: /home/tempus/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in 'require': cannot load such file -- activerecord (LoadError). rvm current을 실행하면 다음과 같이 표시됩니다. [email protected]. 나는이 gemset의 RVM의 디렉토리에 LS 할 경우, 그 액티브가 실제로 설치되어 볼 수 있습니다 : 그것은 액티브 찾을 수 없다는 말을 왜

actionmailer-3.2.2 builder-3.0.0    hike-1.2.1   polyglot-0.3.3 sprockets-2.1.2 
actionpack-3.2.2  cookiejar-0.3.0   http_parser.rb-0.5.3 rack-1.4.1  sqlite3-1.3.5 
activemodel-3.2.2  em-http-request-1.0.2  i18n-0.6.0   rack-cache-1.2 thor-0.14.6 
activerecord-3.2.2 em-socksify-0.1.0   journey-1.0.3   rack-ssl-1.3.2 tilt-1.3.3 
activeresource-3.2.2 erubis-2.7.0    json-1.6.6   rack-test-0.6.1 treetop-1.4.10 
activesupport-3.2.2 eventmachine-1.0.0.beta.4 mail-2.4.4   rails-3.2.2  tzinfo-0.3.32 
addressable-2.2.7  faye-0.8.1     mime-types-1.18  railties-3.2.2 yajl-ruby-1.1.0 
arel-3.0.2   faye-websocket-0.4.4  multi_json-1.2.0  rdoc-3.12 

내가 이해할 수 없습니다. 모든 단서? 뱀 경우 active_record로 변환 클래스가 ActiveRecord라고 보석이 activerecord라고하더라도

답변

13

, : activesupport와 형제와

require 'active_record' 
+0

같은 문제 .. –

+0

은 후 서버를 다시 시작하는 것을 잊지 마세요 오류가 지속되는 것을 피하기 위해 변경! – fagiani