I’ve been doing some Rails work recently and one of the things that I’ve found to be a nice aesthetic add-on is putting some nicer flash messages in. Over at dzone.com there is an example which I’ve worked off of – http://snippets.dzone.com/posts/show/3145 The example is as follows. Add this section to your application_helper.rb def show_flash [:notice, :warning, :message].collect do |key| …
Ruby on Rails tip – generating a project with specific rails version
Let me qualify that I am sporting the “noob” title with my Ruby on Rails development. That being said, I hope that I can offer some small help to other new RoR folks as I learn the ropes myself. This is a simple tip which I have found very handy since I’ve updated my rails to 3.0.0 this week. If …
VMware tip – Protocol error from VMX
Small tip, big victory. I have weekly snapshots and clones that are scheduled through vCenter. Suddenly one of the clone tasks stopped working and threw this error: A General System error occurred: Protocol error from VMX. Hmmm…that’s odd. It’s run fine up to now right? Luckily the fix couldn’t be too much simpler than this. SOLUTION: Restart the VMware Tools …
vmworld 2010 – My thoughts after Day 2
For those of you who have been at these sort of conferences you will know that there is a careful balance between marketing and deep technical sessions. So far I have managed to choose wisely with my sessions and avoid the pure marketing and hype sessions. Don’t get me wrong, I understand the need for them and it is up …
