因为我无法谷歌somtehing来帮助我,并且相信我,我现在正在尝试几个小时... ...
这是我的情况: 我正在运行基于ruby 2.0.0的REST API,其中rails 4.0.0是通过来自santiago pastorino的rails-api gem生成的,现在我想拥有active_admin来控制数据库表,只是对它们有一些很好的概述,比如active_admin提供的...
并且那里的路上几乎没有碰撞,首先,在app_controller中必须包括:
include ActionController::MimeResponds
include ActionController::ImplicitRender
include ActionController::Cookies
include AbstractController::Translation
include AbstractController::Layouts
现在我可以从自述文件中运行generate命令,但这最后给了我这个:
generate active_admin:assets
/Users/Redrick/.rvm/rubies/ruby-2.0.0-p247/bin/ruby: No such file or directory -- bin/rails (LoadError)
但是毕竟我能够迁移数据库并运行服务器,但是当我尝试localhost:3000 / admin时,我收到了这个错误:
这就是我真的陷入困境的地方,请看看,我坐在这里,所以我会提前提供所需的其他信息:)