TheAshwaniK
TheAshwaniK

Reputation: 1826

FileWatchdog mechanism in Rails3 ? How to monitor file changes in a directory in rails 3?

I am new to Ruby and Rails.

For my app I need to monitor a file. If that file changes,I need to execute some code or javascriptto do something for me.

Please help,

Upvotes: 0

Views: 555

Answers (1)

Mindbreaker
Mindbreaker

Reputation: 1025

You can try this gem: Filewatcher

Upvotes: 1

Related Questions