Ruby on Rails Development Tips
A collection of protips to help you work better with rails and dodge those nasty bugs.
Infinite Scrolling in Ruby on Rails
Esteban Pintos
·
0 responses
·
rails, javascript, ruby
End the rails app log trailing misery...
Omar Mekky
·
0 responses
·
rails, development, debugging, log trailing
List of Gems in textfile without versions
Ivan Storck
·
0 responses
·
ruby, rails, gems, rvm
Rails view helpers in controller.
Tal Safran
·
0 responses
·
ruby, rails
Using Postgres Regex expressions to find very specific matches
Mike Hall
·
0 responses
·
rails, sql, regex, postgres
When `heroku ps` shows no processes, reset the scaling with `heroku ps:scale web=1`
Colin Dean
·
0 responses
·
heroku, logs, ps, process
Set an action for helper specs
Colin Mattson
·
0 responses
·
rails, helper, spec, rspec
Static Sites for Heroku unix function
Antonio Pagano
·
0 responses
·
ruby, heroku, site, markup
Safely Add Hstore Support to Postgres via ActiveRecord Migrations
Charles Zhang
·
0 responses
·
rails, activerecord, postgres, hstore
Run God in Production
Rajeev N Bharshetty
·
0 responses
·
rails, tip, god
Rails + Capistrano + Myrepono
Tom Caflisch
·
0 responses
·
rails, capistrano, myrepono
Find arguments from Ruby method
Matt Brewer
·
0 responses
·
ruby, rails
Killing N+1 queries on ActiveAdmin
Luciano Sousa
·
0 responses
·
ruby, rails, activeadmin, n
Rails debugging with better_errors and pow
Zach Gohr
·
0 responses
·
rails, pow, better_errors
How to customize Http Digest Authentication error pages in Ruby on Rails
Peter Philips
·
0 responses
·
rails, http digest authentication
Protector: ORM security DSL
Boris Staal
·
0 responses
·
ruby, rails, activerecord, sequel
Real time in Rails
Romain Laurent
·
1 response
·
ruby, rails
Upgrade to Rails 4.0 beta
Rajeev N Bharshetty
·
0 responses
·
ruby, rails, tips
pgAdmin3 add sound
Daniel
·
0 responses
·
rails, postgres, ubuntu, postgresql
Output objects in YAML format from Rails Console
Rob Volk
·
0 responses
·
ruby, rails
Presenters with Ruby on Rails
Rinaldi Fonseca
·
0 responses
·
rails, presenters, design patterns
Store Decryptable Passwords in ActiveModel Instances
Doug Puchalski
·
0 responses
·
ruby, encryption, rails, active-record
Redirect back on sign in with Devise
Oleg Potapov
·
0 responses
·
rails, devise
Simple settings in Django
Keith
·
0 responses
·
heroku, django
Get class name from string
Carlos Hernández
·
0 responses
·
ruby, rails, on