Can’t Sign Code after Changing Windows Domain
Mark Berry December 3, 2012
I recently created a new Windows domain for my network with the same name as the old domain. I migrated the profile on my XP development machine using the very handy ForensIT User Profile Wizard.
Today I needed to sign some code using my VeriSign code signing certificate. But signtool.exe kept giving me this error:
More...MS DTC Can’t Connect after Server 2012 Transition
Mark Berry November 27, 2012
I recently transitioned from SBS 2008 to a clean install of Server 2012 Essentials. Most things went smoothly, but one issue took a lot of work to resolve: on an XP development machine, I could read from but not write to the SQL 2000 server running on Server 2003.
More...Convert a Select Drop-Down Box to an Autocomplete in Rails
Mark Berry October 30, 2012
I created a nice select drop-down box in Ruby on Rails 3.2.8 using SimpleForm 2.0.2 and Twitter Bootstrap 2.0.3, with authentication from CanCan 1.6.8. Since there are quite a few values in the selection list, I thought it would be nice if the user could make a selection using an autocomplete field instead. Since it’s Rails, it’ll be an easy change, right? Hoo boy.
More...Postgres Error: Trigger is a System Trigger
Mark Berry September 13, 2012
All I wanted to do was test a little JavaScript.
I’m working on my Ruby on Rails app: Rails 3.2.8, Rspec 2.11.0, Capybara 1.1.2, and Postgres 8.4.
I added an Rspec/Capybara test that required JavaScript. I added the necessary :js => true to the test’s define header. But when the web page opened in Firefox (using the default Capybara Selenium driver), I could see that my test data wasn’t there.
Installing Ruby 1.9.3 under Ubuntu 10.04 LTS using RVM
Mark Berry April 27, 2012
Today when I tried to use rvm to install Ruby 1.9.3, I got errors referring me to make.log and make.install.log:
More...Formatting Time Zones and Datetime in Rails 3
Mark Berry March 22, 2012
Here is my current approach for formatting time zone and date/time values. I’m using Rails 3.1.3, SimpleForm 2.0.1, and Twitter Bootstrap 2.0.1. I had some trouble finding examples of how to do this so maybe this will help someone.
More...Set Up PostgreSQL for Rails 3.1
Mark Berry October 7, 2011
Heroku requires PostgreSQL for production and recommends it for development. Here is the process I worked out for installing PostgreSQL 8.4 and setting up a Rails 3.1 project. I’m working in Ubuntu 10.04.
More...Install Rails 3.1 for the Rails Tutorial
Mark Berry September 27, 2011
I’ve been working through Michael Hartl’s Ruby on Rails Tutorial. I had some trouble in chapter 13 installing the released version of Rails 3.1.0, so I thought I would post what worked for me.
More...