Skip to content
New issue

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

Didn't automatically get Rake Tasks... #73

Open
melriffe opened this issue Sep 25, 2014 · 0 comments
Open

Didn't automatically get Rake Tasks... #73

melriffe opened this issue Sep 25, 2014 · 0 comments

Comments

@melriffe
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant