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