Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lugihaue/rails_blog_example_with_mongoid
- Owner: LugiHaue
- Archived: true
- Created: 2015-05-18T20:18:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T20:33:48.000Z (over 9 years ago)
- Last Synced: 2024-09-26T16:02:04.231Z (3 months ago)
- Topics: mongoid, rails-blog, rails4, ruby
- Language: CSS
- Size: 5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```