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.
June 17th, 2008 — Uncategorized
Just installed firefox 3? Missing firebug highlighting? I guess you probably went to http://getfirebug.com and only saw the link for 1.0?
Fret not, the solution is here: https://addons.mozilla.org/en-US/firefox/addon/1843. Firebug 1.2 beta. The release version should be coming out in a couple of days.
May 19th, 2008 — Uncategorized
New design fordevelopergurus.com and for blogs.developergurus.com. I think they’re both pretty nice, and it’s all made by yours truly, and based on the copyblogger theme by Chris Pearson. The nice thing about them, in my opinion is that they are leveraging wordpresses awesome customisation potential. developergurus.com is being powered by the same css as the blog.
I used CSSEdit to make all the modifications and it was a pleasure to use. This program made it really fun to put the CSS together.
What’s planned for this blog? Well, big things I hope. I will strive to make this a blog filled with pertinent information to the developer community in general and the Ruby on Rails community in less general terms. Time will tell how well I reach this goal.