To have AR support back after creating project with --skip-active-record option in rails 3

后端 未结 1 571
臣服心动
臣服心动 2021-01-17 21:58

I have created a Rails 3 project with mentioned option. Can I somehow \"revert\" this option and have active record back as in default, or must I create a new project?

相关标签:
1条回答
  • 2021-01-17 22:56

    Make a new project with ActiveRecord, and then pairwise diff config/application.rb and config/environments/*.rb to determine if there are any default settings you should add back to your project.

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