Download Sencha Touch Sdk
Unzip Sencha Touch Skd, go to folder and a create new file with name .senchasdk
Run command for generate new Sencha Touch app
sencha generate app project_name project_folder
| { | |
| "font_size": 12.0, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true | |
| } |
| ⌘↩ New line | |
| ⌘⇪| Align table | |
| ⌘⌥↓ Create RoR View | |
| ______________________________________________________________________________ | |
| Legend - http://macbiblioblog.blogspot.com.br/2005/05/special-key-symbols.html | |
| ⎋ Escape |
Download Sencha Touch Sdk
Unzip Sencha Touch Skd, go to folder and a create new file with name .senchasdk
Run command for generate new Sencha Touch app
sencha generate app project_name project_folder
| rvm --create use version@project_name > /dev/null | |
| Example: | |
| rvm --create use 1.9.3@blog > /dev/null |
| sed "$TM_LINE_NUMBER d" |
| rvm_gemset_create_on_use_flag=1 | |
| rvm_install_on_use_flag=1 | |
| rvm_project_rvmrc=1 |
| # Run | |
| ssh-add -K | |
| # PATH: ~/.ssh/config | |
| # When in vi hit i to enter insert mode and add the following lines to the config file | |
| ServerAliveCountMax 3 | |
| ServerAliveInterval 10 |
| o.......Open files, directories and bookmarks....................|NERDTree-o| | |
| go......Open selected file, but leave cursor in the NERDTree.....|NERDTree-go| | |
| t.......Open selected node/bookmark in a new tab.................|NERDTree-t| | |
| T.......Same as 't' but keep the focus on the current tab........|NERDTree-T| | |
| i.......Open selected file in a split window.....................|NERDTree-i| | |
| gi......Same as i, but leave the cursor on the NERDTree..........|NERDTree-gi| | |
| s.......Open selected file in a new vsplit.......................|NERDTree-s| | |
| gs......Same as s, but leave the cursor on the NERDTree..........|NERDTree-gs| | |
| O.......Recursively open the selected directory..................|NERDTree-O| | |
| x.......Close the current nodes parent...........................|NERDTree-x| |
| gem 'sinatra' | |
| group :development,:test do | |
| gem 'rspec' | |
| gem 'rack-test' | |
| end |