In other news, The Queen of Changes has decided to punish my arrogance by bumping rails to 0.14.2 on textdrive.
If you get
undefined method `zero?' for true:TrueClass
on publishing, change
app/views/admin/content/show.rhtml:15 :
:s/@article.published.zero?/@article.published?/
which looks to me like something low level changed – either rails or ARs mysql adapter.
This time I checked trac properly and found it wasn’t just me .
Less trivially, Rails 0.14.1 b0rked live search on typo 2.5.6 – patchage has been almost instant, but sadly for trunk only.
I was wary of going to svn when I don’t control the version of the webapp database/webapp framework/OS/webserver it runs on.
But since Rails hasn’t solidified yet, you can’t be suprised at the occasional need to be able to tweak apps as it shifts underfoot.
With gems, you can always tie to a particular version if needed.
So anyway, if the blog suddenly vanishes you’ll know why.