We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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:
I assume it's because I didn't do something. Any help will be greatly appreciated.
The text was updated successfully, but these errors were encountered: