Ruby on Rails Development Tips
A collection of protips to help you work better with rails and dodge those nasty bugs.
Rails - Clear table and reset auto_increment
chuck
·
0 responses
·
rails, mysql, auto_increment
Boolean i18n helper
Martin Trejo
·
0 responses
·
rails, i18n, boolean
Mapping custom data to ActiveRecord objects
Tomasz Borowski
·
0 responses
·
ruby, activerecord, rails, gem
Sprites with SASS/COMPASS in Rails projects
Eduardo Zaghi
·
0 responses
·
rails, sass, compass, sprite
Capistrano deploy sequence
Andreas Loupasakis
·
0 responses
·
ruby, rails, capistrano, deploy
Uninstall local gems one liner
Dimitri
·
0 responses
·
ruby, rails, gem
NGINX / UNICORN / CENTOS 6.6 / RAILS TROUBLESHOOTING
Alexis Rabago Carvajal
·
0 responses
·
rails, permissions, nginx, unicorn
How to add nested attributes rails 3.2.x
Arnoldo Rodriguez
·
0 responses
·
rails, nested attributes
Specify a Ruby Version on Heroku
Curtis Miller
·
0 responses
·
ruby, heroku
Sass retina image mixin
Scott Greenwald
·
0 responses
·
css, rails, sass
Path (Linux), LOAD_PATH (Ruby) and autoload_paths (Rails).
lakesare
·
0 responses
·
linux, ruby, rails, paths
Time for stfrtime to die.
Jarrett Green
·
1 response
·
rails, dates, times, chronic
Empty strings and ternary operators
Stéphane Maniaci
·
0 responses
·
ruby, rails, ror, string
Anvil for easy Pow configuration
Damon Davison
·
0 responses
·
rails, os x, tool, rack
SQL92 LIKE expression escaping in Arel's matches(_all) method
Kazuya Numata
·
0 responses
·
rails, activerecord, sql, like
Asset subdomains in Rails
Yury Lebedev
·
0 responses
·
rails, performance, assets
Use schema_plus to improve your database design in Rails apps
Diogo Biazus
·
1 response
·
rails, activerecord, database, postgresql
Regex for searching dynamically created I18n keys in Rails
Alex Popov
·
0 responses
·
rails, sublime-text, regexp, i18n
Have Django prepend https to links
Joshua Gourneau
·
0 responses
·
python, heroku, django, https
MultiPart POST with Image Upload Script
Rajeev N Bharshetty
·
0 responses
·
ruby, rails, on