Ruby on Rails Development Tips
A collection of protips to help you work better with rails and dodge those nasty bugs.
Testing your AR models made easy with accepts_values_for
Oscar Rieken
·
2 responses
·
activerecord, testing, rspec
Setting up PostgreSQL for Ruby on Rails on Linux
Tobias Pfeiffer
·
0 responses
·
ruby, rails, gem, linux
Rails: Format a date time string taking care of the timezone
Guillaume Hain
·
0 responses
·
rails, datetime, formating
Faker ‒ Ruby gem for populating a testing database
Honza Hejzl
·
1 response
·
ruby, rails, gems, sinatra
Humanized Attributes
Pedro Tavares
·
1 response
·
ruby, rails
openredis and resque on heroku
Arthur Chang
·
0 responses
·
heroku, redis, resque, openredis
Installing Ruby 2.0.0 on Mac OS 10.8.2 with MacPorts
Maxim Smirnov
·
0 responses
·
ruby, rails, mac os x
A few words about Array.wrap and Kernel#Array
Dmitry Vorotilin
·
0 responses
·
ruby, rails
How to drop all database connections to a PostgreSQL database
Gergo Sulymosi
·
0 responses
·
rails, postgres, rake, postgresql
Backtrace on demand
Tom Lea
·
0 responses
·
ruby, rails, debugging, backtrace
Rails before_render filter
Nathan Hopkins
·
0 responses
·
ruby, rails
The PGconn, PGresult, and PGError constants are deprecated on Heroku and Rails
fool-dev
·
0 responses
·
pg, gem, rails, ruby
Ninsho for omniauth
Abraham
·
0 responses
·
ruby, rails, omniauth, authentication
Mocking ActiveRecord To Test Concerns.
Jordon Bedwell
·
0 responses
·
ruby, rails, active-record, rails4
Flight & Apotomo
Joe Fiorini
·
1 response
·
rails, javascript
Export all named routes from Ruby on Rails to Javascript (Rails 4 only)
Anton Ageev
·
0 responses
·
javascript, ruby, rails, routes
Jekyll + Heroku + Unicorn
Jonas Brusman
·
0 responses
·
heroku, unicorn, free, jekyll
Capistrano deploy lock
Lev Lukomsky
·
1 response
·
rails, deployment, capistrano
Rails Bundle Install
Maynard Cabalitan
·
1 response
·
rails, terminal, bundle install
Efficiency in Development Workflows: Deployment Pipelines and Zero Downtime Deployment
Codeship
·
0 responses
·
heroku, merge, migration, deployment
Find naughty naughty model calls in your views
Matt Gauger
·
0 responses
·
rails, grep, models, views
dynamically remove default_scope from ActiveRecord models when using Devise
Chris D'Aloisio
·
0 responses
·
rails, activerecord, devise, default_scope
Built in web servers in Rails, Python, and PHP
Mariz Melo
·
0 responses
·
php, python, rails