Displaying 2 results from an estimated 2 matches for "my_rails_project".
2006 Feb 08
2
How to install RailsCron?
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?
Thanks
-Yash
--
Posted via
2006 Aug 08
1
RailsCron for Oracle patch
...in Oracle. The other thing is
the datatype :text for the command column. This will become a CLOB which
cannot be queried with an ActiveRecord select. I changed it to :string,
:limit => 4000.
You can find the patch at
http://people/~lausser/rails/railscron.oracle.patch
Apply it like this:
cd $MY_RAILS_PROJECT
patch < railscron.oracle.patch
Greetings from Munich,
Gerhard
--
Posted via http://www.ruby-forum.com/.