如何在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变量时显示错误