Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lugihaue/rails_blog_example_with_mongoid

This is a ruby on rails 4 blog example with mongoid.
https://github.com/lugihaue/rails_blog_example_with_mongoid

mongoid rails-blog rails4 ruby

Last synced: 3 months ago
JSON representation

This is a ruby on rails 4 blog example with mongoid.

Awesome Lists containing this project

README

        

# Ruby on Rails Blog Example (mongoid)
This is a ruby on rails 4 blog example with mongoid.

#Dependencies
* Rails 4.2.0
* Ruby 2.2
* MongoDB

#Using this Application Right Now

```sh
git clone git://github.com/LugiHaue/rails_blog_example_with_mongoid.git
cd rails_blog_example_with_mongoid
bundle install
rake db:migrate
rails server
```