deploying a rails application on TC server

后端 未结 1 1035
猫巷女王i
猫巷女王i 2021-01-24 01:42

ok so here is my problem.

I have a rails application deployed on TC server. I have a .WAR file and the server is able to render data reading through the WEB-INF.

<
1条回答
  •  -上瘾入骨i
    2021-01-24 01:53

    I think you need to try this:

      <%= f.label  :username %>
      <%= f.text_field :password %>
    

    instead of

      <%=  f.label: username%>
      <%=  f.text_field: password%>
    

    0 讨论(0)
提交回复
热议问题