编译的Jruby应用程序实例变量错误

时间:2018-08-21 13:25:51

标签: ruby-on-rails tomcat jruby jrubyonrails warbler

如何在jruby编译的应用程序中使用实例变量?

在这里使用instace变量

def index
  @samaple = ["It's works"]
  render json: @samaple
end

部署时显示以下错误:

Internal Server Error (500)
Request Method:     GET
Request URL:    http://localhost:8080/blog1/

/opt/tomcat/webapps/unbxd_jruby/WEB-INF/app/controllers/webapp/WEB-INF/app/controllers/home_controller.class is not compiled Ruby; use java_import to load normal classes...

jruby应用程序的已编译代码在使用instace变量时显示错误

0 个答案:

没有答案