This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby-1.9.3-p194 in current/ | |
› gem install RedCloth | |
Building native extensions. This could take a while... | |
Successfully installed RedCloth-4.2.9 | |
1 gem installed | |
Installing ri documentation for RedCloth-4.2.9... | |
Installing RDoc documentation for RedCloth-4.2.9... | |
ruby-1.9.3-p194 in current/ | |
› gem which rails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dragos@dragos:~$ cd Dummies | |
dragos@dragos:~/Dummies$ rails new nlp | |
create | |
create README.rdoc | |
create Rakefile | |
create config.ru | |
create .gitignore | |
create Gemfile | |
create app | |
create app/assets/images/rails.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dragos@dragos:~/Dummies$ git push unfuddle master | |
Username for 'https://sparktech.unfuddle.com': dragos | |
Password for 'https://[email protected]': | |
To https://sparktech.unfuddle.com/git/sparktech_nlp-api-client/ | |
! [rejected] master -> master (non-fast-forward) | |
error: failed to push some refs to 'https://sparktech.unfuddle.com/git/sparktech_nlp-api-client/' | |
hint: Updates were rejected because the tip of your current branch is behind | |
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull') | |
hint: before pushing again. | |
hint: See the 'Note about fast-forwards' in 'git push --help' for details. |
NewerOlder