Set Up Cron Jobs in Rails 22 Aug 2014 Ruby on Rails Set Up Cron Jobs in Rails Recently I came to a situation where I need to take an action based on time. For example, a web application helps organizing an event
Write a Helper Extension 01 Aug 2014 Ruby on Rails Write a Helper Extension In Rails development, it comes often that you want to add/remove certain function that Rails pre-defined. For example, if you use Bootstrap 3, to
Some testing functions with MiniTest and Capybara 10 Jul 2014 Ruby on Rails testing Some testing functions with MiniTest and Capybara I'm testing this piece of Rails HTML code and its click function: <tr> <td class="arrow-uped" id="
Rails Pluralize Function 20 Jun 2014 Ruby on Rails Rails Pluralize Function Rails pluralize function comes in handy when you need to differentiate "1 person" and "2 people" based on users count. You
Render a Partial View with Ajax Call - Tutorial for Beginners 06 Jun 2014 Ruby on Rails Javascript Render a Partial View with Ajax Call - Tutorial for Beginners Render a partial view in Rails is very straighforward. If you have a partial view file named _form.html.erb, in your view page, you