I had a bit of trouble figuring how this should look like. Ended up finding it here. Basically, it should look something like:
—
starling:
queue_path: spool/starling
pid_file: pids/starling.pid
log_file: logs/starling.log
daemonize: true
INCLUDE_DATA
On Budget. On Time.
April 21st, 2009 — Uncategorized
I had a bit of trouble figuring how this should look like. Ended up finding it here. Basically, it should look something like:
—
starling:
queue_path: spool/starling
pid_file: pids/starling.pid
log_file: logs/starling.log
daemonize: true
April 21st, 2009 — Uncategorized
I use Enterprise Ruby for anything ruby. Here is the no none-sense process:
Done! Enjoy
April 19th, 2009 — Uncategorized
It’s documented, but I’ve somehow missed it. I was running this migration:
This kept failing with: undefined method `original_name=’ for #<Unit:0×3b61aa4>
After some poking around, comes reset_column_information to the rescue. After adding the columns and before looping, just add Unit.reset_column_information. This will reload the Unit model with the new columns, and all will go well.