Bundler 1.1 has been released. With this version you no longer need to wait for this: Fetching source index…

If you get this: Installing typhoeus (0.3.3) with native extensions /usr/local/lib/site_ruby/1.8/rubygems/installer.rb:483:in `build_extensions': ERROR: Failed to build gem...

Your current ruby must be Ruby Enterprise. gem install passenger passenger-install-apache2-module Edit your httpd.conf according to the...

You are looking for a functionality in RubyMine but don't know or remember its keyboard shortcut or which menu...

If your project manager wants to do gatekeeping on a project, as a developer you need to follow the following...

When your model is using a callback like before_save or before_validation to calculate an aggregated value from its...

When using Rails to truncate strings, you may end up with strings that are still too long for their container...

If you want to move a complete commit from one repository to another (and you don't want to add...

Views are normally (for good reason) not rendered in controller specs. If you need it to happen, use:

It might sound trivial, but there is no such thing as a "hover" or "mouseover" state on touch devices. If...

Let's say you have commits that change a file (and looking at the commit details show you the changes...

If you are using Mobiscroll for date pickers on touch devices, here is how to localize the Mobiscroll UI into...

jQuery UI's date picker and date time picker doesn't work on touch interfaces. Solution 1: Use Mobiscroll

Although it's tempting flirt with detecting mobile/touch devices with CSS media queries or Javascript feature detection alone, this approach...

makandra dev

When you're getting this error, one possibility is that you've created a select field for an association instead...

If you want to use Require group $GROUPNAME on your default Apache installation like this: Order allow,deny Allow from...

tig path_to_file_or_files_or_path_with_wildcard

Forms with many inputs (600+ in my case) become extremely unresponsive on an iPad, up to the point where it...

Note: This applies specifically to MySQL. In PostgreSQL for example, this is not an issue. If you care about performance...

Look here for informations how you can show the MySQL default character set. At first you need the Amazon RDS...

sgruendel.blogspot.com

When you install Type 1 fonts (like makandra's corporate typeface), they won't show up in OpenOffice. OpenOffice requires...

When using the screen tool you may be unable to start a screen session but instead encounter an error:

To show the collation of your tables you have to login to the MySQL console and execute SHOW TABLE STATUS...

ckeditor.com

Using the jQuery adapter breaks the built-in save function of CKEditor. Phenomenon: The page is submitted correctly, but the...