To reduce download time, application servers usually serve content using gzip compression, if the browser supports it.
When you have a complex recipe setup with multistage deployment you may run into this error: `role_list_from': unknown...
If you turn on stylesheet caching, it might happen that stylesheets from different locations with different relative pathes will be...
Git has a built-in repository viewer for your web browser. a bit similar (but less awesome) than github.
If you want to use Require group $GROUPNAME on your default Apache installation like this: Order allow,deny Allow from...
You have to specify the environment with -e env_name or RAILS_ENV=env_name if you want to run...
After starting the Rails server in a freshly generated Rails 3.1 project you could see an error message such as...
Web fonts are awesome. After being restricted to Arial for two decades there is finally a cross-browser way to...
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...
To show the MySQL default character set you have to login to the MySQL console and execute SHOW VARIABLES LIKE...
If you specify different ports, you can run multiple local webricks with rails server --port=300X at the same time...
The Rails logger will store its content in a buffer and write it into the file system every 1000 lines...
When you require the Ruby debugger to be available from your Rails console (e.g. you want to inspect a method...
Single step and slow motion for Cucumber scenarios can come in handy, especially in @javascript scenarios. # features/support/examiners.rb AfterStep('@slow_motion...
In case you have sensitive data within your RDS instance, you want to use encrypted connections between your application and...
The colors in Rails log files are helpful when watching them but, since they are ANSI color codes like ^[[4...
The technique described in this card has an important caveat: The result of GROUP_CONCAT is truncated to the maximum...
There is a new card about how to do this with the new AWS Command Line Interface
If Rails or Rake are complaining about a missing gem that is listed in your Gemfile.lock and the listed version...
This will reduce the filesize of foo and bar to 0 bytes: truncate -s0 foo bar If the files do...
Most likely you run rake and your code is causing an exception which is not the one shown in your...
whatsmydns.net is an online service that allows you to instantly perform a DNS lookup to check a hostnames current IP...