Class names are CamelCase.
Methods and variables are snake_case.
Methods with a ? suffix will return a boolean.
Command Line
pry -r ./config/app_init_file.rb - load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb - load your rails into a pry sessionDebugger
Press minus + shift + s and return to chop/fold long lines!
Originally published in June 2008
When hiring Ruby on Rails programmers, knowing the right questions to ask during an interview was a real challenge for me at first. In 30 minutes or less, it's difficult to get a solid read on a candidate's skill set without looking at code they've previously written. And in the corporate/enterprise world, I often don't have access to their previous work.
To ensure we hired competent ruby developers at my last job, I created a list of 15 ruby questions -- a ruby measuring stick if you will -- to select the cream of the crop that walked through our doors.
Candidates will typically give you a range of responses based on their experience and personality. So it's up to you to decide the correctness of their answer.
| # blog post: http://blog.slashpoundbang.com/post/2613268281/changing-from-tz-database-identifiers-to-rails-friendly | |
| { | |
| "Australia/Adelaide" => "Adelaide", | |
| "Australia/Broken_Hill" => "Adelaide", | |
| "America/Anchorage" => "Alaska", | |
| "America/Juneau" => "Alaska", | |
| "America/Nome" => "Alaska", | |
| "America/Yakutat" => "Alaska", | |
| "Pacific/Gambier" => "Alaska", | |
| "Asia/Almaty" => "Almaty", |