No commit activity in last 3 years
No release in over 3 years
longer description of your gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.3.8
 Project Readme

Grape Juice (Coming soon!)¶ ↑

Rails generator to creates the full structure of a ruby Gem, Rails Application and Plugin / Engine.

I was tired of creating a plugin with the generator and then having to make all of the same mods all the time.

It is probably simpler now just to generate an application and then add the plugin-specific and gem-specific code.

This generator may end up being more of a rails template which makes it kinda pointless, but an exercise nonetheless.

Installation / Usage¶ ↑

gem install jakewendt-grape_juice --source http://rubygems.org

Gemified with Jeweler¶ ↑

vi Rakefile
rake version:write
rake gemspec
rake install

rake version:bump:major
rake release

References¶ ↑

railscasts.com/episodes/33-making-a-plugin

railscasts.com/episodes/135-making-a-gem

asciicasts.com/episodes/148-app-templates-in-rails-2-3

railscasts.com/episodes/183-gemcutter-jeweler

Copyright © 2010 [George ‘Jake’ Wendt], released under the MIT license