Internet Explorer until version 9 has some limitations when parsing CSS files Summarized, these are: Up to 31 CSS files...
For string columns, MySQL indexes the left side of a string. That means an index can speed a like query...
By default, only application.js, application.css and all non-JS/CSS files are precompiled into public/assets. If you have asset manifests...
You can quickly access views that belong to a controller by using the tiny "page with arrow" icon in the...
In Selenium features the server and client are running in separate processes. Therefore, when mocking time with a tool like...
Be careful when stubbing out attributes on records that are defined by associations. Nothing is as it seems to be...
It might be one of the following: You are looking at a manifest file (like application.css) which is always empty...
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
No big features, but many improvements under the hood: Faster selector engine Many bug fixes Note that jQuery 2.0, scheduled...
So you got this error, even though your Gemfile bundles mysql2: !!! Missing the mysql2 gem. Add it to your Gemfile...
Our rspec_candy gem now gives you three matchers: be_same_number_as Tests if the given number is the...
assignable_values now lets you define a secondary default that is only used if the primary default value is not...
When you develop a gem and you have a Gemfile in your project directory, you might be surprised that your...
Consul 0.4.0 comes with some new features. Dependencies Consul no longer requires assignable_values, it's optional for when you...
You've always been able to access the humanized version for the current value like this: song = Song.new(:genre => 'pop...
Rake (like make) allows you to add dependencies to a task after you've initially declared it. Indeed it allows...
In a nutshell: Use git rebase --onto target-branch source-commit target-branch means "branch you want to be based...
Sometimes, you may want to open up a second database connection, to a read slave or another database. When doing...
When deploying, Capistrano puts a REVISION file into your application's release directory. It contains the hash of the commit...
For my Gem Session project Holly I ran the Ironman of drag'n'drop implementations: Dragging in nested lists
This will make MySQL log all received queries so you can see for yourself what happens on the database level...
The step we used in the past (Then "foo" should not be visibile) doesn't reliably work in Selenium features...
There was a bug in Skype that could cause messages to be sent to incorrect recipients (anyone, not only people...