Upgrading SVN on OpenBSD - relink your binary => libthread.so
November 27th, 2007
Today I upgraded the SVN on my server for 1.4.3 to 1.4.5 and got this strange error:
svn:/usr/lib/libpthread.so.6.3: /usr/lib/libpthread.so.7.0 : WARNING: symbol(_thread_kern_thread) size mismatch, relink your program
How RUDE!
Read the rest of this entryMoving a website
November 21st, 2007
I had to help move a website recently from a .com.au to a .org.au. I had to dig around to find the right procedure to keep the links correct and maintain our rankings, this is the end result:
Read the rest of this entryLatest comments
- Mikel
@Clemens
I actually use Geoffrey’s approach in all my spec’s in addition to this little builder.
The idea of the...
- Clemens Kofler
Geoffrey Grosenbach uses another method in his screencasts sometimes.
In your user_spec.rb, you’d have the following code:module UserSpecHelper...
- Xavier Shay
Even quicker way to assign User.find to a variable: user = _
the value of the last line executed is...
- Mikel
Duncan, good point, I changed the code above. Thanks for that.
- Duncan Beevers
It might be better to use a method name like build_valid instead of just build.
This way, you could use...
- Mikel
Exactly, this method handles it if it is false or nil and always returns true or false.
Mikel