No commit activity in last 3 years
No release in over 3 years
MongoDB-related generator scripts for Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Mongo Generators¶ ↑

Mongo-related Rails generator scripts.

Install¶ ↑

gem install stympy-mongo-generators

Usage¶ ↑

Once you install the gem, the generators will be available to all Rails applications on your system. If you run script/generate without any additional arguments you should see the available generators listed.

To run the generator, go to your rails project directory and call it using the script/generate or script/destroy command.

script/generate mongo_model Post name:string body:string published:boolean

Thanks¶ ↑

Thanks to Ryan Bate’s nifty-generators for being the scaffold of this project. :)