Here we are with Part 2 of our tutorial. Who missed the first part – it’s here. Also if you…
Read MoreRuby on Rails
Ruby on rails programmin tutorials
Get Movies from RottenTomatoes API
I have gotten numerous emails with this question. I have decided to build a small app, that is based on…
Read MoreGenerate unique filename (Ruby)
Hey guys! Happy New Year! I am glad to be back this year with some interesting news. Thank you for…
Read MoreMock file upload with RSpec 3
One more note on RSpec 3.0, this time one useful function that mocks File Upload , saves file/archive content to…
Read MoreStub (mock) File.read in RSpec 3
Recently, I have been doing whole bunch of spec rewriting from RSpec 2 to Rspec 3. As a result…
Read MoreHow to Stub IP in RSpec 3?
Often when you are writing unit tests, you want to stub your IP address. Some of the uses cases could be…
Read MoreRAILS, HAML : How to put Checkbox and label on the same line, with translations
Hey guys! Today I have decided to share with you little secret, that can save you quite some time, while…
Read More