mkdir verify_csharpcd verify_cscharpdotnet new console- replace contents of Program.cs with firls from HelloWorld.cs
dotnet restoredotnet run- You should see 'Hello C# World!' printed out.
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
| 2016-10-29T18:16:49.207232+00:00 heroku[api]: Deploy 3d7bb98 by theresa.luu@gmail.com | |
| 2016-10-29T18:16:49.207303+00:00 heroku[api]: Release v9 created by theresa.luu@gmail.com | |
| 2016-10-29T18:16:49.394668+00:00 heroku[slug-compiler]: Slug compilation started | |
| 2016-10-29T18:16:49.394678+00:00 heroku[slug-compiler]: Slug compilation finished | |
| 2016-10-29T18:16:49.647484+00:00 heroku[web.1]: State changed from crashed to starting | |
| 2016-10-29T18:16:58.737667+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 38015 -e production` | |
| 2016-10-29T18:17:01.637687+00:00 app[web.1]: /app/vendor/bundle/ruby/2.2.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:80:in `rescue in block (2 levels) in require': There was an error while trying to load the gem 'uglifier'. (Bundler::GemRequireError) | |
| 2016-10-29T18:17:01.637709+00:00 app[web.1]: from /app/vendor/bundle/ruby/2.2.0/gems/bundler-1.11.2/lib/bundler/runtime.rb:76:in `block (2 levels) in require' | |
| 2016-10-29T18:17:01.637710+00:00 app[web.1]: from /app/vendor/bun |
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
| Prefix Verb URI Pattern Controller#Action | |
| v1_user_emotions GET /v1/users/:user_id/emotions(.:format) api/v1/emotions#index {:subdomain=>"api"} | |
| POST /v1/users/:user_id/emotions(.:format) api/v1/emotions#create {:subdomain=>"api"} | |
| v1_emotion GET /v1/emotions/:id(.:format) api/v1/emotions#show {:subdomain=>"api"} | |
| PATCH /v1/emotions/:id(.:format) api/v1/emotions#update {:subdomain=>"api"} | |
| PUT /v1/emotions/:id(.:format) api/v1/emotions#update {:subdomain=>"api"} | |
| DELETE /v1/emotions/:id(.:format) api/v1/emotions#destroy {:subdomain=>"api"} | |
| v1_users GET /v1/users(.:format) api/v1/users#index {:subdomain=>"api"} | |
| POST /v1/users(.:format) api/v1/users#create {:subdomain=>"api"} | |
| v1_user GET /v1/users/:id(.:format) api/v1/users#show {:subdomain=>"api"} |
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
| Reds-MacBook-Pro:red theresaluu$ git log | |
| commit 597dc99bcc2f9457615267427424de05c67ecced | |
| Author: Theresa Luu <theresa.luu@gmail.com> | |
| Date: Wed Jul 9 11:10:44 2014 -0700 | |
| took out left over marge markings | |
| commit b803350401effab3f4c76571a9531db00c3f2f33 | |
| Merge: 53ae2e5 7bfafc3 | |
| Author: Theresa Luu <theresa.luu@gmail.com> |
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
| Gives this output: | |
| This could take a while... | |
| Successfully installed pg-0.17.1 | |
| invalid options: -f fivefish | |
| (invalid options are ignored) | |
| Parsing documentation for pg-0.17.1 | |
| unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/pg_ext.bundle, skipping | |
| Installing ri documentation for pg-0.17.1 | |
| 1 gem installed |