当我尝试安装 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。