June 2009
2 posts
1 tag
Autotest Your Rails Apps
UPDATE: I’ve noticed that autotest seems to require complete restarts for similar reasons to the rails server. If you don’t restart it, it will report a slew of false errors.
Do this:
$ sudo gem install ZenTest autotest-rails autotest-fsevent
autotest-growl redgreen
Edit ~/.autotest (create it if it doesn’t exist) and add the following:
require...
2 tags
Tar2RubyScript, RubyScript2Exe and wxRuby
Recently, I needed to write a quick proof of concept Windows app. Not wanting to install Windows on my Mac or work on the POS Windows box over there (points to shitty box), I went in search of a way to write Windows apps on OS X.
I found Tar2RubyScript, RubyScript2Exe and wxRuby which let me use Ruby, any gems I needed and creates an app with native widgets. As a final step you can...