##Terminal
Copy the present working directory into Mac OS X clipboard:
pwd|pbcopy
Console view a debug file:
tail -f file.txt
or
##Terminal
Copy the present working directory into Mac OS X clipboard:
pwd|pbcopy
Console view a debug file:
tail -f file.txt
or
| App.ApplicationRoute = Ember.Route.extend({ | |
| setupController: function(controller, model) { | |
| this.controllerFor('posts').set('model', App.Post.find()); | |
| } | |
| }); |
| - title "#{@game.name}" | |
| %h1= yield(:title) | |
| #documents | |
| = form_tag(assessment_game_documents_path(@game)) do | |
| %ul | |
| %script{ type: "text/x-handlebars" } | |
| {{#collection Game.DocumentsCollectionView contentBinding="Game.documentsController"}} | |
| %li {{content.name}} | |
| {{/collection}} |
| // Create a VHost entry on my Mac | |
| sudo nano /private/etc/hosts |