Popular Rails Programming Tips
Use this plugin to have a heroku SQL console
Javier Toledo
·
0 responses
·
heroku, sql
Using ShouldaMatchers#permit To Ensure Your Controller Parameters Get Passed
Bruce Park
·
0 responses
·
ruby, tdd, rails, testing
activesupport presence
José Gomes Júnior
·
0 responses
·
ruby, rails
Rails console through Capistrano
Yury Lebedev
·
0 responses
·
rails, capistrano
Load environment variables from .env file when testing
Shavit
·
0 responses
·
ruby, rails, testing, helper
Manual Polymorphic Creation in Rails
Daniel P. Clark
·
0 responses
·
ruby, rails, manually, manual
Using Hstore to Store Post Tags in Rails 3.
Jordon Bedwell
·
0 responses
·
ruby, rails, hstore, postgresql
Text-to-Speech Heroku Notifications
Hartley Brody
·
0 responses
·
heroku, mac
RoR input sanitization
Tomasz Paczkowski
·
0 responses
·
ruby, rails, security
Upload zipentries using paperclip
Alexandr Korsak
·
0 responses
·
ruby, rails, paperclip
Dynamically define and mount rails controller once the application has started
Miguel Fernández
·
0 responses
·
rails, testing, routing, controllers
Auto-deploy Octopress blog to Heroku
Andrew Thal
·
0 responses
·
heroku, octopress, deploy, buildpack
log everything
Raúl Barroso
·
2 responses
·
heroku, log, devcenter
Install Redis on Centos
Agung Prasetyo
·
0 responses
·
ruby, rails, redis, centos
Rails Template engines performance
Mario Alberto Chavez
·
0 responses
·
rails, templates, views
Regex to cut video id from youtube url
Roman Sotnikov
·
0 responses
·
ruby, rails, regex, youtube
Set postgres log level and table space in database.yml
Sascha Hoellger
·
0 responses
·
rails, postgresql
simple_form: Dynamically disabled inputs based on Pundit policy
mroach_
·
0 responses
·
rails, authorisation, security, pundit
add rubocop in rake
Marvin Marcelo
·
0 responses
·
ruby, rails, rake
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
How to intercept every email when developing using production data
Estevão Mascarenhas
·
1 response
·
rails, activemailer
Avoid God classes in Rails
Luca Guidi
·
0 responses
·
rails, activerecord, oop
Hidden Google Maps
Simão Freitas
·
0 responses
·
rails, google maps, jquery, javascript
How I made a MultiView toggle class in Coffeescript with TDD
Cristian Andrei
·
0 responses
·
tdd, rails, views, javascript