github.com

No one wants to cry over regression issues in views; does testing HTML and CSS have to be such a...

makandra dev
sourceforge.net

ReText is a cross-platform WYSIWYG-ish Markdown editor. Toggle editor and preview layout with Ctrl+E.\

twitter.github.com

Explanation of the "bootstrap 2" base CSS. Contains information about: Typography Code Tables Forms Buttons Icons

When you develop a gem and you have a Gemfile in your project directory, you might be surprised that your...

makandra dev

Consul 0.4.0 comes with some new features. Dependencies Consul no longer requires assignable_values, it's optional for when you...

github.com

paper_trail is an excellent gem to track record versions and changes. You almost never want to reimplement something like...

The facebook API allows up to 600 requests per 600 seconds. If you poll more often, you'll get no...

makandra dev
build.phonegap.com

Write your app using HTML, CSS or JavaScript, upload it to the PhoneGap Build service and get back app-store...

When deploying, Capistrano puts a REVISION file into your application's release directory. It contains the hash of the commit...

You can say this in helpers like link_to and content_tag: = link_to 'Label', root_url, :data => { :foo => 'bar...

This will make MySQL log all received queries so you can see for yourself what happens on the database level...

heartbeat.skype.com

There was a bug in Skype that could cause messages to be sent to incorrect recipients (anyone, not only people...

makandracards.com

Added information about what jQuery considers "visible" Added a solution for Prototype Added a patch for Prototype that replaces the...

The step definition below lets you write: When I click on "Foo" This is useful in Selenium features where the...

Test suites usually grow over time as more and more development time is spent on a projects. Overall run-time...

Applications often show or hide elements based on viewport dimensions, or may have components that behave differently (like mobile vs...

If you use rails_admin, your specs pass with the rspec binary, but not using rake spec (or rake parallel...

stackoverflow.com

Rack has a limit for how many form parameters it will parse. This limit is 65536 by default.

makandracards.com

I posted a solution which is awesome and also does natural sorting.

In a nutshell: Capybara's find will not work properly on nodes from a list. Don't find on elements...

LibreOffice Impress, Writer, etc. doesn't embed most fonts into the PDFs it generates. This means if you share a...

ask.libreoffice.org

Upgade to LibreOffice 3.5.3+ or disable hardware accelleration in Tools → Options → LibreOffice → View → Graphic output.

Always use simply require 'spec_helper' If you mix it up like require 'spec_helper' require File.dirname(__FILE__) + '/../spec_helper'

To have your text input field pre-filled in with some text that disappears as soon as the user selects...