README.markdown in daemons-rails-1.1.0.alpha vs README.markdown in daemons-rails-1.1.0

- old
+ new

@@ -1,10 +1,14 @@ Daemons Rails support (based on http://github.com/dougal/daemon_generator) ================ To get it work just add dependency to this gem in your Gemfile. +## NOTES ## + +If you switching from version before 1.1 you may need to move script/daemons file to lib/daemons directory. + ## GENERATOR ## rails generate daemon <name> Then insert your code in the lib/daemons/\<name\>.rb stub. All pids and logs will live in the normal log/ folder. This helps to make things Capistrano friendly. @@ -59,8 +63,8 @@ If you change your mind, you can easily move content of this directory to other place and change config. Notice: this feature available only from version 1.1 and old generated daemons can't be free moved, because uses hard-coded path to lib/daemons. So, you can generate daemons with same names and then move client code to generated templates. ## CHANGES ## -* 1.1.0 - supported custom directory for daemons +* 1.1.0 - supported custom directory for daemons, support multiple daemons directories * 1.0.0 - changed api for Daemons::Rails::Monitoring, fixed path in template for script, improved documentation, added RSpec * 0.0.3 - added rake for running script without daemonization (rake daemon:\<name\>) \ No newline at end of file