Popular Rails Programming Tips
Using Code Climate's new test reporter together with Coveralls and SimpleCov's HTML Formatter
Wei-Meng Lee
·
2 responses
·
ruby, rails, testing, simplecov
Better Rails Logging (user_id, remote_ip) with Lograge on Heroku
Rafael Oliveira
·
0 responses
·
rails, heroku, logging
Running Rails 3.2.x under IIS 7.5, using SQL Server, and keeping the Asset Pipeline.
Andrew McElroy
·
1 response
·
rails, windows, ruby 1.9.4, iis 7.5
Adding placeholder for chosen multi-select using Ruby on Rails
Allen Chun
·
0 responses
·
rails, javascript, chosen
Rails - Internal Requests
James Brooks
·
5 responses
·
ruby, rails, rack, request
Rails Rspec APIs Testing Notes
Alex Z. Li
·
0 responses
·
rails, rspec
Multi stage environments for your Rails apps with Ansible
Verónica Rebagliatte
·
0 responses
·
ruby, rails, capistrano, deploy
Force redeploy of Node.js project on Heroku
Vaughan Rouesnel
·
2 responses
·
heroku, deployment, nodejs
Create Break Points in Rails with Passenger Phusion, Pry, Pry Remote
Bartłomiej Danek
·
1 response
·
ruby, rails, debugging, nginx
Use Pry instead of irb in rails console
Pavel Pravosud
·
0 responses
·
ruby, rails, console, irb
Using a regular expression to validate a field in a model and a segment in a route
Brad Fults
·
0 responses
·
ruby, rails, validation, routes
The Existential Operator in CoffeeScript
Robert May
·
0 responses
·
coffeescript, rails
Remote (ajax) multi-select in Rails with Select2
Cyrus Farajpour
·
0 responses
·
rails, select2, ajax select, remote select
Dynamic RSpec Tests
Ted Nielsen
·
1 response
·
ruby, rails, bdd, unit testing
Run MongoDB as a Daemon
Rajeev N Bharshetty
·
0 responses
·
rails, mongo, database
Convert Active Record array to indexed hash
James Huynh
·
0 responses
·
ruby, rails, active record
Use a Remote Mysql Database With Heroku
Larry Scott
·
0 responses
·
mysql, heroku
Faster way to reset database entries
Alif Rachmawadi
·
2 responses
·
ruby, rails, activerecord, database
Tail Rails logs production and development
Jayson Mandani
·
0 responses
·
rails, log, jsonmanz
MySQL 5.6 doesn't accept empty strings on numerical fields
Nuno Costa
·
3 responses
·
ruby, mysql, rails
Using a Database through an SSH Tunnel in a Rails Environment
Nick Jacob
·
3 responses
·
rails, development, ssh, database
Stubbing a helper method in your capybara specs
Kareem Grant
·
0 responses
·
rails, helpers, rspec, capybara
Render cached json using rails and redis
Tymon Tobolski
·
1 response
·
rails, api, json, cache