Popular Rails Programming Tips
Assigning date attributes without ActiveRecord
Gus Bonfant
·
2 responses
·
activerecord, rails
Ultimate rspec/capybara database cleaner
Gatis Tomsons
·
1 response
·
rails, rspec, capybara
Rails Guides v.3.2.9 formatted in PDF
Deborah San Martín
·
3 responses
·
rails, guides
Script to ensure added migration files are not missed from commit
Bashir Eghbali
·
0 responses
·
rails, git hook, migration, gist
Easily keep track of rails' relationship count with counter_cache
Dimitri Jorge
·
0 responses
·
ruby, rails, activerecord, counter_cache
Forward the Protocol from Nginx to Rails
Brian Ryckbost
·
1 response
·
rails, nginx, https, ssl
ChronoLogger logging is 1.5x faster than ruby's stdlib Logger
ma2gedev
·
0 responses
·
rails, logger, ruby
Generate rails controllers without assets
Ben Linton
·
0 responses
·
rails, assets, controllers, generate
ActiveRecord create, drop and migrations without Rails
erlinis
·
0 responses
·
ruby, rails, migration
Backup and Restoring PostgreSQL on Heroku
shinn
·
0 responses
·
heroku, backup, database, restore
Paperclip with PDFs
Valentino
·
0 responses
·
ruby, rails, imagemagick, paperclip
如何建立 Heroku 環境
fukuball
·
0 responses
·
heroku, paas
Server-side events with Segment.io for free
Christopher Garvis
·
1 response
·
ruby, rails, analytics, segment.io
Khronos - Simple HTTP-based Job scheduling for the cloud
Endel Dreyer
·
0 responses
·
ruby, rails, open source, cron
Create data importation process in a background job
MaverickRolex
·
0 responses
·
rails, ruby, coffescript, haml
Columns for serialized attributes in Rails models need to be type :text
Arthur Chang
·
2 responses
·
rails, serialized columns
Prevent unnecessary chained touches in Rails
Nickolay Schwarz
·
3 responses
·
ruby, rails
Read nested object property ( t('a.b.c') ) via string in JS
George
·
0 responses
·
attributes, keys, hash, helper
Enumerated attributes with I18n and ActiveRecord/Mongoid support
Nikita Fedyashev
·
1 response
·
ruby, rails, rubygems
Getting Paperclip to work on your local machine
Tu Hoang
·
0 responses
·
ruby, localhost, rails, paperclip
Debugging Async Javascript
Jake Kring
·
0 responses
·
rails, debugging, async javascript, jquery
clockwork + sidekiq integration
Tymon Tobolski
·
0 responses
·
ruby, rails, cron, clockwork
Search string_to_array in Rails and PostgreSQL
Yacobus Reinhart
·
0 responses
·
activerecord, array, hstore, rails
Kill N+1 Queries with Bullet Gem
Jarrett Green
·
0 responses
·
rails, eager loading
Interactive Routes via Rails Console
Kyle Bolton
·
1 response
·
ruby, rails