当我尝试安装Diaspora *并在我的rake db:setup之后,当我尝试从浏览器中打开它时出现以下错误:
NameError: uninitialized constant Pathname
/Users/myself/diaspora/config/environment.rb:15:in `<top (required)>'
第15行是评论后的第一行:
# Load the rails application
require Pathname.new(__FILE__).dirname.expand_path.join('application')
require Rails.root.join("lib", "exceptions")
我也在使用Pow。
答案 0 :(得分:1)
在require 'pathname'
的顶部添加environment.rb
以使此核心Ruby库可用。