Run rspec-and-cucumber from any project directory to run both RSpec and Cucumber. If available, rspec_spinner or cucumber...

cssnewbie.com

The trick is this: send a low-resolution version of your image to the screen, and a high-resolution version...

makandra dev

If you want to play music or sounds from a browser, your choice is to use either Flash or the...

makandra dev
ndpsoftware.com

Make sure you understand differences between git's areas (such as stash, workspace, upstream, etc.) and what commands affect which...

github.com

Whenever is a Ruby gem that provides a clear syntax for writing and deploying cron jobs.

We often have a separate production branch that lags a bit behind the more cutting edge main branch. Sometimes you...

You can seriously speed up deployments with Capistrano when using a local git repository on the server you are deploying...

thrivingkings.com

An alert alternative for jQuery that looks good. Apprise is a very simple, fast, attractive, and unobtrusive way to communicate...

travisonrails.com

You set a flash message and it shows up as it should. However, it is displayed again the next time...

Airbrake (formerly Hoptoad) already ignores certain errors like InvalidAuthenticityToken by default (see Airbrake::Configuration::IGNORE_DEFAULT).\ To ignore additional classes...

To display a list of your current Git remotes and their endpoints, you can say git remote -v

Simply add --dry-run, like this: sudo apt-get install --dry-run something This is great if packages would get...

Since version 1.5 RubyGems requires at least Ruby 1.8.7. The last one working with Ruby 1.8.6 was RubyGems 1.4.2.

pivotallabs.com

One of the thornier problems in our workflow is knowing when assets are delivered from the designer and keeping them...

makandra dev

When installing RMagick you may get an error messages like this: Version 2.13.1: checking for Ruby version >= 1.8.5... yes

There is a nasty bug in all version of Rails 2 and some versions of Rails 3.x where two...

redmine.org

Phillip Koebbe from Ruby on Rails suggested inserting following code between the "bootstrap" and "initialize" sections of enviroment.rb. This hack...

makandra dev
ruzee.com

Liquid Canvas is a JavaScript library which allows you to draw inside an HTML canvas element with an easy yet...

devstructure.com

blueprint is DevStructure’s workhorse tool that looks inside popular package managers, finds changes you made to configuration files, and...

Specify these gem versions in your Gemfile: gem 'cucumber', '~> 1.3.0' gem 'cucumber-rails', '= 0.3.2' # max version for Rails 2

Merging .po-files with Git is painful. There have been attempts of making Git more clever when trying to merge...

makandra dev
github.com

The shell variable PS1 holds your bash prompt. You might want to change it to serve your needs best. Here...

Add deprecation warnings and their solution or link to available solutions. Global access to Rake DSL methods is deprecated. Please...

You will occasionally need to clean out your database while keeping the schema intact, e.g. when someone inserted data in...