-
Notifications
You must be signed in to change notification settings - Fork 18
recipe-hash exercise complete #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So -- for these .idea/xxx.xml files --- they are likely IDE specific.
Check out adding these types of files to your "gitignore" file ---- you have one in ~/.gitignore
To remove .idea from future things, add ".idea" to your file.
More about gitignoring: https://help.github.com/articles/ignoring-files
|
Great stuff!!! Let me know if you have questions on the code I wrote :) |
|
Hey Jesse, thanks for this. I'll try to implement the changes. Feels good I appreciate the Codecademy link, too - I've been working my way through ᐧ Best wishes, Danny Bradbury On 16 December 2013 09:01, Jesse Wolgamott notifications@github.com wrote:
|
|
Awesome!!! Question — did you mean the CodeSchool intro to Ruby syntax? And if so, that’s is so great that they are complimenting each other; that’s most definitely what I was hoping for. :) Jesse Wolgamott @ Comal Productions, Inc. On Monday, December 16, 2013 at 11:04 AM, ThePomodoro wrote:
|
|
Yes, that's the one I mean (sorry, I've tried a few interactive coding ᐧ Best wishes, Danny Bradbury On 16 December 2013 10:26, Jesse Wolgamott notifications@github.com wrote:
|
recipe.rb
Completed exercise
Extra play
advanced_train.rb
Used an array inside the train hash with a list of cities, then used current_city key value pair in train hash to flag current city in a list.