Tags Authors About Us
Rohit Patel

    Wrap parameters in Rails

    ActionController::ParamsWrapper in Rails is responsible for wrapping the parameters hash into a nested hash.

    Rohit Patel  –  Nov 21, 2016  –  railsactioncontroller

    How to add helper in mustache

    In my previous post I gave an brief overview about mustache and how we can render templates with it.

    Rohit Patel  –  Aug 3, 2016  –  javascriptmustache

    Binding mouse events to disabled input elements

    Do you know, you can’t bind mouse events to a input element once it is disabled?

    Rohit Patel  –  Aug 2, 2016  –  javascript

    Send POST data without a HTML form

    Recently while working on one of the projects I encountered a situation where I had to post some nested-data to a controller method and this data wasn’t associated with any model hence rails fields_for was of no help.

    Rohit Patel  –  Jul 20, 2016  –  javascript

    Template rendering with mustache

    In some widgets rich websites we are often faced with a situation where we need to update all the widgets on a page based on change of a particular attribute.

    Rohit Patel  –  Jul 12, 2016  –  javascriptmustache

Copyright © 2022 Cybrilla Technologies