Ruby on Rails Development Tips
A collection of protips to help you work better with rails and dodge those nasty bugs.
Rails console through Capistrano
Yury Lebedev
·
0 responses
·
rails, capistrano
Serializing ActiveRecord scopes
Marcin Naglik
·
0 responses
·
rails, active record
Use this plugin to have a heroku SQL console
Javier Toledo
·
0 responses
·
heroku, sql
Manual Polymorphic Creation in Rails
Daniel P. Clark
·
0 responses
·
ruby, rails, manually, manual
Using ShouldaMatchers#permit To Ensure Your Controller Parameters Get Passed
Bruce Park
·
0 responses
·
ruby, tdd, rails, testing
Dynamically define and mount rails controller once the application has started
Miguel Fernández
·
0 responses
·
rails, testing, routing, controllers
Using Hstore to Store Post Tags in Rails 3.
Jordon Bedwell
·
0 responses
·
ruby, rails, hstore, postgresql
Upload zipentries using paperclip
Alexandr Korsak
·
0 responses
·
ruby, rails, paperclip
log everything
Raúl Barroso
·
2 responses
·
heroku, log, devcenter
Load environment variables from .env file when testing
Shavit
·
0 responses
·
ruby, rails, testing, helper
RoR input sanitization
Tomasz Paczkowski
·
0 responses
·
ruby, rails, security
Install Redis on Centos
Agung Prasetyo
·
0 responses
·
ruby, rails, redis, centos
Text-to-Speech Heroku Notifications
Hartley Brody
·
0 responses
·
heroku, mac
Auto-deploy Octopress blog to Heroku
Andrew Thal
·
0 responses
·
heroku, octopress, deploy, buildpack
Rails Template engines performance
Mario Alberto Chavez
·
0 responses
·
rails, templates, views
How to intercept every email when developing using production data
Estevão Mascarenhas
·
1 response
·
rails, activemailer
Set postgres log level and table space in database.yml
Sascha Hoellger
·
0 responses
·
rails, postgresql
Regex to cut video id from youtube url
Roman Sotnikov
·
0 responses
·
ruby, rails, regex, youtube
Hidden Google Maps
Simão Freitas
·
0 responses
·
rails, google maps, jquery, javascript
Avoid ActiveRecord "Unknown column 'table.column' in 'field list'" exception between dropping the column and application restart
Tomasz Werbicki
·
0 responses
·
rails, activerecord, migration, database
Rails session secret should not be in a public repository
Jens Grassel
·
0 responses
·
rails, security, session, public repository
Quick bash/zsh aliases for creating rails databases
Olly Smith
·
0 responses
·
bash, rails, zsh, alias
simple_form: Dynamically disabled inputs based on Pundit policy
mroach_
·
0 responses
·
rails, authorisation, security, pundit
Karo - A command line companion for a Rails application
Rahul Trikha
·
0 responses
·
ruby, rails, gem, ssh
add rubocop in rake
Marvin Marcelo
·
0 responses
·
ruby, rails, rake