Home > Database > Mysql Tutorial > 独立Rails使用Mongoid

独立Rails使用Mongoid

WBOY
Release: 2016-06-07 17:10:49
Original
888 people have browsed it

就足够我拥抱一下了.于是,转入ruby下看看, 有mongoid逐渐要取代mongomapper的感觉,下面就我个人独立使用mongoid作一个记录:作一个

NoSQL不得不说优点有很多,

1. 存储任何对象,图片,文件,等等

2. 不限制相同对象存储.

就足够我拥抱一下了.

于是,转入ruby下看看, 有mongoid逐渐要取代mongomapper的感觉,下面就我个人独立使用mongoid作一个记录:

作一个yml配置,如果是想使用rails项目下的,也可以:

下面且看如何加载:

注意, 上面难理解是的MONGOID_ENV, 实际上它是为了支持rails,sinatra等加上去的,我们独立用的时候只能如此. 可以试着看看https://github.com/mongoid/mongoid/blob/master/lib/mongoid/config/environment.rb这个源码.

第二个注意点,mongoid要至少升到2.4.3以上,以前的版本问题比较多.会出现各种异常.

好的是,mongoid的团队给力,提的issues响应很快的说.

至此,问题已解决,如果你也有此需求,也可以试试.

mongoid的官方主页是:

 

 

 

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template