-
Tools, again
2008-05-21 "Computer Swedens developer columnist Tobias Fjälling the other day answered the question “What should a good development environment include?”. (Måsten i en bra utvecklingsmiljö - Computer Sweden).
Tobias list:
- Auto-complete
- Refactoring
- Navigationsupport
- Extendability
- Speed
- Debugger
- Code templates
I find this to be spot on what Ola wrote about the other day which I already quoted:
It’s interesting, many Java programmers talk so much about tools, but they never seem to think about their language as a tool.
" -
The Programming Language Is Your Most Powerful Tool
2008-05-15 "Ola is so spot on with this one:
A New Hope: Polyglotism: “The one thing that I am totally sure if is that we need better tools. And the most important tool in my book is the language. It’s interesting, many Java programmers talk so much about tools, but they never seem to think about their language as a tool. For me, the language is what shapes my thinking, and thus it’s definitely much more important than which editor I’m using.”
" -
Ola Bini: JtestR 0.1 released
2007-12-30 "Ola has released JtestR 0.1. It seems to b a great tool for those doing Java development. I can personally not imagine doing any development these days without RSpec.
" -
Tool Support Should Be Loosely Coupled
2007-12-17 "I just read the following in a month old post on the RSpec list:
As someone who uses an IDE, I find dealing with multiple SCMs is a real pain, and one of the cool things about Ruby has been that (traditionally) nearly everything’s in Subversion
It might be that Rails will have hard time keeping up with new stuff, both technically and culturally, since it tied really close knots with everything that was cool 2005.
" -
Delphi and JBuilder as role models for Rails development?
2007-09-20 "Chatting over a beer with Ola Bini last year, we discussed the possibilities for JRuby. My dream was to run a Ruby IDE on top of JRuby to get a Smalltalk like environment, because Smalltalk is still the best programming environment I have ever used.
Now that 3rdRail, running on JRuby, is released, should I get my hopes up? Some people are actually very excited about it, but when Delphi and JBuilder are referred to as some sort of pinnacle of development it seriously makes me wonder.
" -
Autotest 3.5.0 and Growl
2007-04-13 "Autotest 3.5.0 is out, and the result given from Autotest is no longer a String, it’s an array of strings. So if you still want Growl to function properly just modify the .autotest slightly:
"#ruby module Autotest::Growl def self.growl title, msg, img, pri=0, stick="" system "growlnotify -n autotest --image #{img} -p #{pri} -m #{msg.inspect} #{title} #{stick}" end Autotest.add_hook :ran_command do |at| output = at.results.last.slice(/(\d+)\s.*specifications?,\s(\d+)\s.*failures?/) if output =~ /[1-9]\sfailures?/ growl "Test Results", "#{output}", '~/Library/autotest/rails_fail.png', 2 #, "-s" else growl "Test Results", "#{output}", '~/Library/autotest/rails_ok.png' end end end
-
Ruby Code Completion in TextMate
2007-01-30 "For some reason, there has been very little fuss over the fact that TextMate now offers code completion for Ruby using the rcodetools gem. It is all still in svn, so you have to check it out manually.
Log for r6455
[NEW] The Ruby bundle now includes an rcodetools-backed completion command on option-escape. This command is capable of very accurate completion for any accessible Ruby objects and methods, without needing to see you type it first (as TextMate’s default completion requires).
" -
Why I don't like Fit
2006-08-10 "I don’t like Fit. Believe me, I want to like it, I have tried to like it. I mean, Ward Cunningham created it for crying out loud, the man is a genius, so I am probably just missing something - right?
Every time I have looked at Fit, I always like the parts that handle column fixtures. They are clean and easy to read and generally does a really good job. Buth then we get to weird cousin Row Fixture which is not at all that easy to read and uncle Action Fixture which just won’t stop and finally family FitLibrary which does all good things but are utterly unreadble - which probably is due to my lack of experience, but then again wasn’t this intended for non-programmers?
" -
Markdown based S5 in TextMate
2006-06-12 -
Upgraded and imported
2006-06-02 "After upgrading to the latest WordPress release, I realized that I could import my early blog posts from the FreeRoller days using RSS. It was a lot of fun to read some of the old ones again and remember what was discussed four years ago. Prevayler anyone?
"