Popular Rails Programming Tips
Environment Variables in your Rails App
Russ Smith
·
0 responses
·
ruby, rails, command line
Modular vs Monolithic Software: No Holy Grails.
Pablo Astigarraga
·
0 responses
·
ruby, rails, software architectue, modular applications
Deploying Rack with Thin
Fabrizio Soppelsa
·
0 responses
·
ruby, rails, thin, rack
be nice to your CI
Benjamin Knofe
·
1 response
·
ruby, rails, test, ci
Missing Rails console in Sinatra?
Łukasz Sągol
·
0 responses
·
ruby, rails, irb, sinatra
Kill Rails Server
Trent Kocurek
·
1 response
·
ruby, rails, terminal
Markdown with RDiscount
Tu Hoang
·
2 responses
·
rails, markdown, rdiscount
Use urls as translation keys
Ed
·
0 responses
·
ruby, rails, url, i18n
How to deploy a Ruby on Rails app from BitBucket to Heroku
Codeship
·
0 responses
·
ruby, rails, heroku, testing
Four useful zsh aliases for rails projects
Ivan Zarea
·
0 responses
·
shell, rails, zsh, vim
Remove blanks, carriage return etc...
Benjamin Roth
·
0 responses
·
ruby, rails
Config Postgress.app for Terminal
Piermaria Cosina
·
0 responses
·
bash, rails, heroku, terminal
Custom Rails error pages
Emmanuel Turlay
·
2 responses
·
rails, boilerplate
rake db:test:prepare error + PostgreSQL + RSpec
Tu Hoang
·
0 responses
·
rails, rspec, postgresql, rake
Heroku Bash
Zhao Lu
·
0 responses
·
heroku, bash
Easy Rails app-wide settings
Emmanuel Turlay
·
0 responses
·
ruby, rails
Check your GitHub account for out of date rails apps
Andrew Nesbitt
·
0 responses
·
ruby, rails, security, github
About jRuby 1.7.5 and Warbler
Félix Bellanger
·
0 responses
·
ruby, jruby, rails, ror
Rails plugin Letter_Opener
Chris Radford
·
0 responses
·
ruby, rails, gem, letter_opener
How to deploy a Ruby on Rails app from GitHub to Heroku
Codeship
·
0 responses
·
ruby, heroku, testing, rails
Heroku commandline helpers
Jason Rogers
·
0 responses
·
shell, heroku, commandline, bash
God for Process Monitoring
Rajeev N Bharshetty
·
0 responses
·
ruby, rails, god, process monitoring
Database "sample_app_test" does not exist (PG::Error)
Ben Ackles
·
0 responses
·
rails, postgresql, os x 10.8.4
Putting RSpec describe blocks in other blocks to keep DRY
Ben Burton
·
0 responses
·
ruby, rails, rspec