Hi,
I would like to start running a background procedure once a user logs in
to his account on the website. For this I am considering using the
RailsCron object. However, I am not able to download it. I am new to
Rails. Can someone give me the excat command I should use to get
RailsCron?
Can someone suggest a better way of running a procedure in the
background?
Hi,
I would like to start running a background procedure once a user logs in
to his account on the website. For this I am considering using the
RailsCron object. However, I am not able to download it. I am new to
Rails. Can someone give me the excat command I should use to get
RailsCron?
If you’re on windows, not sure how SVN is best worked with there.
There are GUI clients. Download one, and grab the rails_cron plugin
from the URL shown above.
Once you’ve got the plugin, read the README file.
Can someone suggest a better way of running a procedure in the
background?
RailsCron is by far the easiest way that I know of to get started with
running regularly recurring background tasks.
Hi,
I would like to start running a background procedure once a user logs in
to his account on the website. For this I am considering using the
RailsCron object. However, I am not able to download it. I am new to
Rails. Can someone give me the excat command I should use to get
RailsCron?
Can someone suggest a better way of running a procedure in the
background?
The following assumes that you’re running on Windows. If you’re using
something else, let me know and I’ll revise the instructions.
You should see something like this:
A C:\rails\your_app\vendor\plugins\rails_cron\LICENSE
A C:\rails\your_app\vendor\plugins\rails_cron\init.rb
A C:\rails\your_app\vendor\plugins\rails_cron\tasks
A C:\rails\your_app\vendor\plugins\rails_cron\tasks\startup.rake
A C:\rails\your_app\vendor\plugins\rails_cron\lib
A C:\rails\your_app\vendor\plugins\rails_cron\lib\rails_cron.rb
A
C:\rails\your_app\vendor\plugins\rails_cron\lib\acts_as_background.rb
A C:\rails\your_app\vendor\plugins\rails_cron\CHANGELOG
A C:\rails\your_app\vendor\plugins\rails_cron\README
Checked out revision 25.
The RailsCron plugin is now installed. To remove it later, type:
ruby script\plugin remove rails_cron
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.