Watir is a web testing framework implemented in ruby, but can be used for testing or automating any web service …
read moreOther articles
"Syntax error: Not a valid color stop: Sass::Script::String: white"
After making a few updates to my site it stopped working after deploying. The issue was that the gem version …
read more"Tagging a git repo and pushing tag to github"
This assumes that
origin
is the label for github.
Tagging a github repo for my gem releases I do:read more$ git …
"Get latest Ruby 1.9.2 build with RVM"
"uninitialized constant Compass::Logger"
Working on a joint project an error started showing up when trying to perform migrations.
read more$ rake db:migrate VERSION=0 …
"Obnoxious gem warnings"
recenlty after updating rubygems Istarted getting a lot of warning like this when running ruby or executable gems:
NOTE: Gem …
read more"Recent issue with building Gems"
When running gem build on a new library I have been working on I started getting the following error:
read more[ruby_svg_light …
"gem permissions on WebFaction"
After making a few updates to my site I decided to upgrade the version of sinatra I was using in …
read more"Sinatra Session Extension"
I have just started to use a sinatra extensions called Sinatra Session. The write up on the main site is …
read more"Sinatra reload source file changes in development mode"
Sinatra Reloader is a sinatra extension which reloads source files while in development mode, this functionality was removed from base …
read more"Ruby Regular Expressions Lookahead / Lookbehind"
I recently discovered a feature of regular expressions called lookahead. This means for a match the lookahead must exist but …
read more"Creating executable gems"
This is not necessarily the correct way of creating executable gems but a method which worked for me.
Assuming we …
read more"gem install memory_usage"
Just released my first gem 'memory_usage' Version 0.0.1.
$ gem install memory_usage
Assuming the gems folder has been set-up …
read more"Ruby and gemspec"
I have just forked and cloned a project on github and discovered *.gemspec files. They are a nice way of …
read more"Installing the ruby gem twitter on webfaction"
[Update]
read more
As this is a long post I am putting this update at the top. If you just want to …"gem install with out the docs"
When I install gems on my server I do not get any of the documentation which is normally 3-5 times …
read more