Popular Rails Programming Tips
some tips on rails subdomain
fang
·
0 responses
·
rails, subdomain
Easily keep track of rails' relationship count with counter_cache
Dimitri Jorge
·
0 responses
·
ruby, rails, activerecord, counter_cache
Rails Guides v.3.2.9 formatted in PDF
Deborah San Martín
·
3 responses
·
rails, guides
Forward the Protocol from Nginx to Rails
Brian Ryckbost
·
1 response
·
rails, nginx, https, ssl
Generate rails controllers without assets
Ben Linton
·
0 responses
·
rails, assets, controllers, generate
Script to ensure added migration files are not missed from commit
Bashir Eghbali
·
0 responses
·
rails, git hook, migration, gist
ActiveRecord create, drop and migrations without Rails
erlinis
·
0 responses
·
ruby, rails, migration
Use cane to measure code complexity
Georg
·
2 responses
·
rails, cane, code metrics
Backup and Restoring PostgreSQL on Heroku
shinn
·
0 responses
·
heroku, backup, database, restore
Paperclip with PDFs
Valentino
·
0 responses
·
ruby, rails, imagemagick, paperclip
Prevent unnecessary chained touches in Rails
Nickolay Schwarz
·
3 responses
·
ruby, rails
ChronoLogger logging is 1.5x faster than ruby's stdlib Logger
ma2gedev
·
0 responses
·
rails, logger, ruby
Custom Backoffice for LocomotiveCMS
Robert Wünsch
·
2 responses
·
rails, assets, locomotivecms
Server-side events with Segment.io for free
Christopher Garvis
·
1 response
·
ruby, rails, analytics, segment.io
Read nested object property ( t('a.b.c') ) via string in JS
George
·
0 responses
·
attributes, keys, hash, helper
Remove image upload from activeadmin-wysihtml5
Irio Musskopf
·
0 responses
·
ruby, rails, activeadmin, activeadmin-wysihtml5
Create data importation process in a background job
MaverickRolex
·
0 responses
·
rails, ruby, coffescript, haml
Kill N+1 Queries with Bullet Gem
Jarrett Green
·
0 responses
·
rails, eager loading
Kill whitespace in your Rails project
Nihad Abbasov
·
2 responses
·
ruby, rails
Interactive Routes via Rails Console
Kyle Bolton
·
1 response
·
ruby, rails
Enumerated attributes with I18n and ActiveRecord/Mongoid support
Nikita Fedyashev
·
1 response
·
ruby, rails, rubygems
"Pow like" development in Ubuntu with Rails
David Paluy
·
2 responses
·
rails, pow, subdomain, ubuntu
Debugging Async Javascript
Jake Kring
·
0 responses
·
rails, debugging, async javascript, jquery
clockwork + sidekiq integration
Tymon Tobolski
·
0 responses
·
ruby, rails, cron, clockwork
Use Time.zone.now in factories
Norman Clarke
·
0 responses
·
rails, timecop, factory girl, date math