undefined method `write_inheritable_attribute' for Rails::Generator::Base:Class (NoMethodError)

后端 未结 6 819
深忆病人
深忆病人 2020-12-15 22:52

I am working on rails, suddenly rails server stops working. It\'s working fine and I have used following command [platform windows 7]

gem install -v=2.3.5 ra         


        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-15 23:27

    I have solved this issue. Use following command and problem gone

     gem install rails
    

    This will install updated rails and all thing working find again.

提交回复
热议问题