rubymine shortcuts(helping me remember them!)
JSdoc style comments for functions...
/** and in entershift + return => inserts a new line and uses smart indentation to place the cursor
shift + command + u => toggles from upcase to downcase, and downcase to upcase
shift + option + u => toggles from snake to camel and camel to snake
Live Templates are Atom Snippets!
option + enter/return => intents will show possible actions to take on that item
command + 9 => show all changed files
command + d => shows the diffcommand + shift + [ => toggle page leftcommand + shift + ] => toggle page rightcommand + shift + v => brings up copy bufferResolving References to Missing Gems - goto Settings->Inspections->Gems -> uncheck 'Missing Gems'