railroady
railroady copied to clipboard
Didn't automatically get Rake Tasks...
First: Thanks for the gem. The cli works like a champ. The write-up in the README is really good.
However, when I added railroady as a development dependency:
group :development do
gem 'annotate', '~> 2.6.5'
gem 'capistrano-rails', '~> 1.1.1'
gem 'better_errors', '~> 2.0.0'
gem 'binding_of_caller', '~> 0.7.2'
gem 'railroady', '~> 1.1.2'
end
I didn't get the diagram rake tasks.
I didn't get them until I copied railroady.rake from the gem into my lib/tasks folder; not ideal.
My Environment:
Mac OS X 10.9.5
rbEnv
Ruby 2.1.2
Rails 4.1.6
Bundler 1.7.3
Rake 10.3.2
Gem 2.4.1
I assume it's because I didn't do something. Any help will be greatly appreciated.