I am a newcommer in both AS and RoR. I have a user active scaffold.
The user has name and password. I want to add a password strength
javascript inside the create view of user.
How can I customize my user default active scaffold view to add the
password strength javascript?
I looked at the Rjs files of Active Scaffolding. They are generic and
complicated. Can I customize rjs for this particular object user?
How can I render both AS default Rjs as well as mine?
I think (it's been a while), that you can customise the output of each
form element for your view from within the helper that accompanies the
model you're working with (e.g. UserHelper)