I followed this nice guide Connecting to MSSQL with Ruby on Ubuntu - lambie.org until I ran in the following errors...
This is one possibility to do this. There are other and maybe even better ways to do this.
We love Markdown. We use it wherever we can for text formatting. In a web app, the obvious place for...
Pour color on your Rails console with awesome_print. Turn confusing long strings into formatted output. Have objects and classes...
Install libreadline: sudo apt-get install libreadline-dev Reinstall the ruby and tell rvm where to find readline
When trying to install the gherkin gem, you might encounter an error with the following lines: ERROR: Error installing gherkin...
This card shows you how to format a card's content using Markdown. We use the Commonmarker interpreter, so here...
Instead of showing you two lines for each change, Git allows you to highlight changes in a line explicitly:
If your project manager wants to do gatekeeping on a project, as a developer you need to follow the following...
If you're responsible for gatekeeping in a projects, here is a guide, what to do. In order to reduce...
TeamViewer 6 and lower had an issue where they would see a multi-monitor Linux setup as a single wall...
In MySQL comparing zero to a string 0 = "any string" is always true! So when you want to compare a...
REST Client is a nice, simple HTTP client library for Ruby. When you do a simple GET request like that...
The attached patch lets you find a record by a string or number in any column: User.find_by_anything('carla...
Copy the attached file to config/initializers/indent_string.rb and you can say "foo".indent(4) # " foo" Note you will find many simpler...
When deploying code with Capistrano (depending on your configuration) at some point Capistrano tries to check out code from your...
Imagine you have a piece of code that tries to send a request to a remote server. Now the server...
If your git index for some reason becomes invalid, no need to worry. Your index is corrupt when you see...
You can use text-overflow to truncate a text using CSS but it does not fit fancy requirements.
When using Rails to truncate strings, you may end up with strings that are still too long for their container...
Sometimes you need to restart the Gnome panel, e.g. when you installed a new Gnome panel widget but the widget...
In order to chain greps on log files that are opened via tail -f test.log you have to use the...
This describes all the steps you'll need to get Solr up and running for your project using the Sunspot...
Sometimes you want one distinct version of RubyGems to be installed to replicate the same behavior across multiple servers.