Uh oh!
There was an error while loading. Please reload this page.
Panda Level: Added Shotgun gem and simple link to the /about page in the layout. - #14
Panda Level: Added Shotgun gem and simple link to the /about page in the layout.#14codeblahblah wants to merge 9 commits into
Conversation
codeblahblah
commented
Feb 14, 2014
@jwo Tiger Level completed and deployed. |
There was a problem hiding this comment.
(I don't like commented out code) -- just delete it, you can always get it back through git.
jwo
commented
Feb 14, 2014
Great Panda submission, works great |
codeblahblah
commented
Feb 14, 2014
@jwo Corrections made. Thanks. |
codeblahblah
commented
Feb 14, 2014
@jwo Oops. Done. |
codeblahblah
commented
Feb 16, 2014
@jwo I've managed to copy the Choose Your Own Adventure code into the project. Solving dependencies issues along the way. In terms of "let the user select their adventure and tell them if they died or not", I'm in two minds as to use GET or POST request. I'm leaning towards GETs as this seems like a click-based game. Any advice? |
jwo
commented
Feb 17, 2014
I would use POST --- In general, GET should be non-destructive; that is, GETs have no side-affects. I should be able to gET GET GET and it'll be the same. POSTs, on the other hand, won't be run by search engines. They are manually executed. |
jwo
commented
Feb 17, 2014
Code so far looks way excellent |
@jwo Deployed to http://infinite-island-4698.herokuapp.com/