The step definition below allows you to write: Then I should see an HTML redirect to "http://www.makandracards.com" in the...
Under certain circumstances gettext_i18n_rails will hit a near-infinite loop. This occured in Rails 2.3.5 with Haml 3.0.18...
pjax loads HTML from your server into the current page without a full reload. It's ajax with real permalinks...
A print stylesheet is easy to create. Choose a font suited for paper, hide some elements, done. Unfortunately print stylesheets...
Nice list of icon sets that come in the form of fonts. I recommend Font Awesome.
Jedes nicht rein private Profil auf Social Media Portalen muss ein Impressum haben, das heißt insbesondere Unternehmen und Freiberufler (§ 5...
If you encounter a Firefox that does not care about your font settings but always uses specific fonts, you can...
Internet Explorer until version 9 has some limitations when parsing CSS files Summarized, these are: Up to 31 CSS files...
By default, only application.js, application.css and all non-JS/CSS files are precompiled into public/assets. If you have asset manifests...
In Selenium features the server and client are running in separate processes. Therefore, when mocking time with a tool like...
It might be one of the following: You are looking at a manifest file (like application.css) which is always empty...
This Firebug feature is called simply Log Events and allows developers to log DOM events into the Console panel.
No one wants to cry over regression issues in views; does testing HTML and CSS have to be such a...
Explanation of the "bootstrap 2" base CSS. Contains information about: Typography Code Tables Forms Buttons Icons
So you got this error, even though your Gemfile bundles mysql2: !!! Missing the mysql2 gem. Add it to your Gemfile...
assignable_values now lets you define a secondary default that is only used if the primary default value is not...
When we looked at this card together a year ago, we were no longer sure if unquote is actually useful...
Write your app using HTML, CSS or JavaScript, upload it to the PhoneGap Build service and get back app-store...
For my Gem Session project Holly I ran the Ironman of drag'n'drop implementations: Dragging in nested lists
The $.cssHooks object provides a way to define functions for getting and setting particular CSS values. It can also be...
The step we used in the past (Then "foo" should not be visibile) doesn't reliably work in Selenium features...
The step definition below lets you write: When I click on "Foo" This is useful in Selenium features where the...
Makandra cards will auto-detect the language used for syntax highlighting. This auto-detection sometimes fails for short code snippets...
Consider this Sass: .comment width: 320px; height: 240px; Any textarea with the comment class will be sized 320 by 240...