have you ever used active scaffold or ajax scaffold anytime in rails

have you ever used active scaffold or ajax scaffold anytime in rails’

i had a doubt of overriding the template so taht i could arrange the text fields as per my requirment do reply thank you

Piyush,

I am using active scaffold.

You can change the description of the fields: config.columns[:text_field].label = 'Your description' in your controller.

You don't need to override the template, it's a configuration option.

Hi Piyush

have you ever used active scaffold or ajax scaffold anytime in rails'

cch: ajax scaffold is already deprecated in favour of active scaffold

i had a doubt of overriding the template so taht i could arrange the text fields as per my requirment

cch: If you finally have a need to do template overriding, all you need to is to copy a copy from AS views into Views\controllername and start hacking away :slight_smile: