Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jondot/mongoid-devise-starter-app
rails 3 starter app that includes mongoid, devise and more. including productivity boosters (see below)
https://github.com/jondot/mongoid-devise-starter-app
Last synced: about 1 month ago
JSON representation
rails 3 starter app that includes mongoid, devise and more. including productivity boosters (see below)
- Host: GitHub
- URL: https://github.com/jondot/mongoid-devise-starter-app
- Owner: jondot
- Created: 2011-05-16T21:32:52.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-16T21:44:34.000Z (almost 14 years ago)
- Last Synced: 2024-11-12T05:38:35.916Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 164 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MongoidDeviseStarterApp
=======================So really, I lied. This includes much more than Mongoid, Devise and Rails 3.
Here are some things for you to check out:* kaminari for pagination
* fabrication for seeds and fixtures
* factory_girl for fixtures
* compass set up properly
* spork set up properly
* resque and resque_mailer for redis based queue and mailer
* asset_packager for compressing your js and css (avoided Jammit due to java issues on Win32)
* timecop for testing
* database_cleaner set up to erase your mongo data in tests
* ruby-prof for when you need it
* Termfile set up with all of your dependencies. Starts mongo, redis, compass, rails and gvims the app's folder.How To Use
----------
Just clone, run `bundle install` followed by `terminitor start` (did you not get `terminitor` yet ?!). You're ready to code.PS, if you care, remember to replace `MongoidDeviseStarterApp` const around the app.
Notes
-----As I tried to make this suitable both for Linux and Windows development, you'll find a hint of Win32 in the Termfile and *.bat files. other than that the project was mostly built on Linux. You're welcome to remove those parts that you don't like.