Preparation tasks for interview
Ruby installation:
- download installer from following link:
http://railsinstaller.org/en - Check with the command 'irb' and the expected output is: irb(main):001:0>
if it doesn't work, please set up your windows environment path manually.
As we will be using git, so all the task solution should be uploaded to github. Please follow the instructions below:
- Create a branch for your own experiment. and code on that branch.
- Rename your code with your name. (i.e. someone.rb)
- when you're done, please create a merge request and add reviewer.
- If it is accepted then you're ready to squash and merge.