Hello stranger! You have just taken your first step on your adventure with programming in Ruby. We are proud of you! Now, we challenge you to complete the following task. Ready, steady...
Follow the instructions:
- clone the repository:
git clone git@github.com:netguru/testblog.git
- install an appropriate Ruby (2.0) - we recommend using RVM - and run the command
bundle
- launch the app and take a look around (
bundle exec rails s
) - hmm... something is wrong here! repair broken tests:
bundle exec rspec
- please don’t fork a repo.. yet
- each fixed spec = 1 commit to your repo
- attention: do not modify specs but the application code only!
- I see that you're doing great! When all specs are green - put the project on Heroku (starter guide available here)
- copy the link to the application running on Heroku and drop us a line - don’t forget to provide us with links to both - the app and your GitHub account
- You did it! Well done! Soon we'll let you know the results!
And in the meantime...
- http://www.codeschool.com/paths/ruby - free Ruby and Rails courses available at the elementary level
- You want to be sure your Rails basis are solid? Check out the Ruby Koans - http://rubykoans.com/
- http://guides.rubyonrails.org/ - sooner or later this one will come in handy
- Feeling poorly with JavaScript / jQuery? CodeSchool can help you with this one too - http://www.codeschool.com/courses/try-jquery