Setting up a Rails 2.0 Project without a Database
2008年06月03日 02:23 • 查看 17 次 • 打印本文
I needed to create a Rails application that wasn’t going to use a database backend. In my case I was going to be using REST services to access the data, so I had no need for database integration.
评论
发表评论