Rails Custom ActionForm Helper

59 Views Asked by At

I do not like the current date helper for action form and would like to replace it with something like the bootstrap datetime control.

I need to know the steps to write a custom actionform helper. I need this because I am looking to make this a modular solution for date/time control that I can use across projects -- and share with the world too, of course.

I am relatively new to ruby/rails and the whole DSL thing... so please try to explain a little of the magic to a long time c/java programmer.

0

There are 0 best solutions below