If you're suffering from a huge de.yml or similiar file, cry no more. Rails lets you freely organize your...
If you upgrade to the mysql2 gem, you will run into the problem that the server's database.yml (which is...
xip.io is a magic domain name that provides wildcard DNS for any IP address. Say your LAN IP address is...
I had trouble serving an MP4 video to my iPad. Although the video complied with all the specs (H.264 codec...
Geoffrey Grosenbach has created Gruff for easily plotting graphs. It is written in pure Ruby and integrates with Rails applications...
Localizing a non-trivial application can be a huge undertaking. This card will give you an overview over the many...
When requests arrive at the application servers simultaneously, weird things can happen. Sometimes, this can also happen if a user...
This is for you if Passenger gives you the following useless error message. Passenger encountered the following error:\ The application...
How to get a backtrace from a running Ruby process: Ruby 2.6 # First, find out the PID of your Ruby...
When talking to your MySQL server via a mysql shell, you can terminate queries by ; or \G -- the latter gives...
This is a demo of the "Tabby" Javascript jQuery plugin to use tabs in regular textareas to make them suitable...
Usually you don't need to, but when you want to see which queries your MySQL server currently needs to...
When you are using NAT in your virtual machine (which you should), the host's IP address is: 10.0.2.2
After you configured your ODBC describe in Fix [RubyODBC]Cannot allocate SQLHENV when connecting to MSSQL 2005 with Ruby 1.8.7...
I followed this nice guide Connecting to MSSQL with Ruby on Ubuntu - lambie.org until I ran in the following errors...
When trying to install the gherkin gem, you might encounter an error with the following lines: ERROR: Error installing gherkin...
If you need to debug Analytics tracking, consider using this chrome extension. It will replace the tracking code with a...
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...
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...
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...
This describes all the steps you'll need to get Solr up and running for your project using the Sunspot...