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
Refactoring - replace jquery updating page with partial view refresh 21 May 2014 Ruby on Rails Javascript Refactoring - replace jquery updating page with partial view refresh I have a voting page, where user can vote up and down a restaurant. It triggers an ajax call to update the votes in database.
Capybara Database Locked 30 Apr 2014 Ruby on Rails testing Capybara Database Locked I've been writing capybara integration tests. It's been going well, until I hit an error. It happens when I want to