Popular Rails Programming Tips
Get Time in Any Time Zone
Rajeev N Bharshetty
·
0 responses
·
ruby, rails, tip, time zones
Build associations automatically in fields_for helper
Andrey Koleshko
·
0 responses
·
rails, associations, has_one, belongs_to
Keep your Rails views DRY by using `render` with block
Aleksey Magusev
·
0 responses
·
ruby, rails, dry
Designing code with RSpec
Codeship
·
0 responses
·
rails, cucumber, software design, spec
Rails에서 Favicon 설정하기
andy gaucho
·
0 responses
·
rails, favicon
How to use both rbenv and rvm with capistrano3
Ivan Kryak
·
0 responses
·
ruby, rails, rvm, capistrano
Update a single gem of your Gemfile without dependencies
Johannes Opper
·
0 responses
·
ruby, bundler, rails, gem
Eliminate javascript debug code after assets compiling (Rails 4 only)
Anton Ageev
·
0 responses
·
ruby, rails, assets, javascript
Bring cache_digests to the action_caching
Gregory
·
0 responses
·
rails, caching
Simple postgresql sql to generate models from a legacy database
Shairon Toledo
·
0 responses
·
rails, postgresql
Fix TextMate Code Completion for Rails 4+ Models
Dave Gerton
·
0 responses
·
ruby, ruby on rails, rails, textmate
Simplify your configurable hooks
Łukasz Niemier
·
0 responses
·
ruby, rails, hook, git hook
Use Rails To Crush It
Chad Barrington
·
2 responses
·
rails, rockstars
Deployment of Discourse to Heroku
Vanja Radovanović
·
0 responses
·
bash, rails, heroku, deployment
Declarative Authorization Attribute Check
Dustin Hoffman
·
0 responses
·
ruby, rails, gem, access control
Rails Environments
Mariz Melo
·
0 responses
·
ruby, rails
Useful Chrome extensions to developers
Leonardo Faria
·
0 responses
·
rails, chrome, frontend, extension
A Gemfile that works for Heroku's Cedar stack
Nathan Hopkins
·
0 responses
·
rails, heroku
converting distance_of_time_in_words to seconds
Kaushik Thirthappa
·
0 responses
·
ruby, rails, distance_of_time_in_words
Mailing in staging environment
toni
·
0 responses
·
ruby, rails, staging, mail
You have already activated spring 1.3.4, but your Gemfile requires spring 1.3.3... when you try to generate a model
Gustavo Leon
·
0 responses
·
bundler, rails, spring, model
Rails autoloading for your gem
Stephan Hagemann
·
0 responses
·
ruby, rails, gems, engines
Validation conditions on-the-fly
yaojie
·
0 responses
·
ruby, rails, activerecord
Create a random account id for a user
Jordan Trevino
·
0 responses
·
ruby, rails, activerecord, random