Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
| class AppController extends Controller { | |
| function beforeFilter() { | |
| $this->capture_request_head_for_log(); | |
| } | |
| /* | |
| Log some basic basic details of the HTTP Request: | |
| Started GET "/users/lost" for 127.0.0.1 at 2012-10-24 19:18:25 -0700 |
| class Cell | |
| Directions = [ | |
| [-1,1], [0,1], [1,1], | |
| [-1,0], [1, 0], | |
| [-1,-1],[0,-1], [1,-1] | |
| ] | |
| # Where am I? | |
| def home | |
| [@x, @y] |