-
Notifications
You must be signed in to change notification settings - Fork 25
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
I can't generate daemons with it #1
Comments
Kozy's changes have now been merged with the main repository. The following command works fine for me with 1.8.7 p249 and Rails 3.0.0.rc.
Could you try again and report back? Thanks. |
Hi dougal, When I did "rails plugin install [email protected]:dougal/daemon_generator.git", I got the following: Initialized empty Git repository in /Users/dano/ruby_projects/echotwit/vendor/plugins/daemon_generator/.git/ |
My apologies, I inadvertently gave you my private repo URL. Use this instead:
|
Thanks dougal! It works! |
But does it still work with rails 2.3.5? I can't get it to generate. |
I cant get it to work with 2.3.5 any recommendations? will not generate a script. |
with Kozy's new branch I tried to generate a daemon but failed since Rails 3 doesn't accept "script" command as below any longer. I installed it using "rails plugin install git://github.com/kozy/daemon_generator.git" and it seems fine.
Can someone plz help to generate it?
Thx,
if I do "rails generate daemon dm_listener", I get the error: "Could not find generator daemon."
The text was updated successfully, but these errors were encountered: