Popular Programming Tips
Install git commit hooks after npm install using grunt
Andreas Köberle
·
1 response
·
npm, grunt, git, git-hooks
Rails 3 development: Switch from sqlite3 to pg (postgresql)
Gilbert
·
2 responses
·
rails, sqlite, postgresql
Oh-my-zsh prompt for git (using RVM)
Chip Castle
·
0 responses
·
zsh, rvm, prompt, oh-my-zsh
Unicorn + Nginx setup with SSL
Carlos Andres Herrera
·
0 responses
·
rails, nginx, unicorn, ssl
monitor events in IE9's console
Livingston Samuel
·
0 responses
·
debugging, events, ie9, javascript
Using Rake for Cron Jobs
David Ratajczak
·
0 responses
·
ruby, rake, cron
Cleaning the database in-between Mocha tests with Pg-promise
lakesare
·
0 responses
·
pg-promise, javascript, es6, mocha
Making Screen Shots With Fluent-FFMPEG
mattcodez
·
0 responses
·
ffmpeg, nodejs
Symfony2 country field multiple choices
pleone
·
0 responses
·
php, form, symfony, multiple
splice(0): the fastest way to copy a JS array
Jasper Palfree
·
3 responses
·
optimization, javascript
Using Angular.js and Uglify in Rails?
Łukasz Niemier
·
3 responses
·
rails, dependencies, magic, javascript
Run Capybara-Webkit tests in Travis-CI
Adam Becker
·
5 responses
·
rails, testing, travis-ci, rspec
Extra end of file scroll buffer in Sublime Text 2
Adam Yanalunas
·
1 response
·
sublimetext, editors
SSL certificates and AWS Elastic Load Balancers
James Toyer
·
1 response
·
ssl, aws, elastic load balancers
ERROR RuntimeError: You must set config.secret_key_base in your app's config.
momoto
·
1 response
·
ruby, rails, heroku
CORS Iframe messaging with DOM access and callback
Kenneth
·
0 responses
·
dom, postmessage, iframe, selector
How to Make Conditional Requests to Github's API using Octokit
Joshua Rowley
·
0 responses
·
api, octokit, github
Bringing up a Rails 2.3.5 application on Ruby 1.8.7 with RVM
Barnaby Alter
·
0 responses
·
rubygems, rvm, ruby 1.8.7, rails 2.3
Rails: Casting Objects as Arrays
richrines
·
8 responses
·
ruby, rails
Unit testing nodejs modules with Q promises (or why is my code always perfect?)
BurningNeuron
·
0 responses
·
node, unit test, promise, nodejs
Run all rspec specs with Sublime Text
Javier Cervantes
·
0 responses
·
sublime text, sublime, rspec
Share RSpec examples that make multiple requests
Martin Naumann
·
0 responses
·
ruby, rails, dry, martin-n
Efficient sifting iterator for Python
Vincent Driessen
·
2 responses
·
python, itertools, sift