I'm trying to create a work-around for a Rails app that disables the dependency for sqlite3 (and databases in general). Are there any efficient methods?
问问题
1423 次
2 回答
1
rails new myApp --skip-activerecord
查看“ Rails 3 - 我如何完全避免使用数据库? ”以获取更多信息。
于 2013-07-01T14:20:32.653 回答
0
我设法弄清楚了!@Vimsha 很接近;原来它实际上rails new app --skip-active-record
!:P
于 2013-07-02T16:13:27.260 回答