Notes: Upgrade NUnit.Xamarin to NUnit 3.8.1

The notes I took when trying to upgrade the NUnit Xamarin project to NUnit 3.8.1.  The reason I did this was to fix issue #87.  When I try to us NUnit Xamarin on another project it fails with the following error:

 
D/Mono ( 2233): Assembly Loader probing location: 'System.Runtime.Loader'. 
F/monodroid-assembly( 2233): Could not load assembly 'System.Runtime.Loader' during startup registration. 
F/monodroid-assembly( 2233): This might be due to an invalid debug installation.

Remember these are just notes and lack the polish [what polish? –Ed] of my other technical articles.

[Read More]

Installing Ruby on Rails 3.1 on Mac OS X 10.6 Notes

My notes for installing Ruby on Rails on 3.1 on Mac OS X 10.6.  This is not a tutorial or a how-to, just the notes I took as I tried to get Ruby on Rails up and running.

Rails + Mac

  1. By default Ruby 1.8.7 is installed on the Mac and I’ve installed X-Code 4.

  2. Surf the web a bit and find this website that talks about Mac Ports.  Download and install Mac Ports.

    [Read More]
Categories: notes  Tags: notes-2 ruby-on-rails