I spoke at Agile India 2015 in March. Excellent conference but I was a quite disappointed that the videos are not publicly published. So, I decided to write about it here in detail. The slide deck has been published at on slideshare But here goes the picto-blog. This is an experience report - the story of … Continue reading Don’t test your code
Category: Ruby on Rails
When I travelled halfway across the world to attend RubyConf 14 San Diego
It would be folly to even try and sum up all my experiences in one blog post. Hence this part is a short recap of my impressions of RubyConf San Diego. After a long journey of ~12000kms, little sleep, lots of coffee, and several moments of uncertainty ; I finally arrived at San Diego Convention … Continue reading When I travelled halfway across the world to attend RubyConf 14 San Diego
Creation Of Nested Form With AngularJS
In a Rails application, when we need nested forms, we frequently use the 'nested_form' gem. However, we cannot use that when we are making an AngularJS + Rails app. To make nested forms using AngularJS, we need to write some specific code and in this blog I do just that. I have some sample code base with a working demo … Continue reading Creation Of Nested Form With AngularJS
