Closed aaroncraigongithub closed 10 years ago
Hey Aaron,
The rake-style tasks are meant to be run directly from the gem folder, and are there mostly for development purposes. In your case, you should use (either in a custom rake task in your project, or directly from IRB):
require 'treat'
Treat::Core::Installer.install 'english'
Let me know if you have any further issues using the gem.
Yes, for some reason when you install this gem with Bundler, the Rakefile is not installed, so you can't run the task directly from treat's dir.
No worries, just installing off the console. Might be worth adding a note in the docs for people that use this gem under Rails.
Very interested in playing with treat, thanks!
After adding
gem 'treat'
to my Gemfile and runningbundle
, according to the documentation I should be able to run a rake task to install a language.However, no such task exists. Am I missing something?