select_date

i have one field date in ruby mysql database..   i use select_date tag in view..   please help to write simple controller code(QUERY__ which fetch data from datbase.. pleaes provide one simple code..very urgent.............

Can you provide some more information about the parameters of the query? Are you using ActiveRecord to model your domain? What is the name of the model? How is the date field supposed to effect the query (everything before that date, everything since that date)?

AndyV wrote:

Can you provide some more information about the parameters of the query? Are you using ActiveRecord to model your domain? What is the name of the model? How is the date field supposed to effect the query (everything before that date, everything since that date)?

On Mar 17, 7:22 am, Subhadip Chakraborty <rails-mailing-l...@andreas-

thanks. name of the model is info..have one select_date or date_select tag.. i select one date from the list..and press submit..and in will fire one query related to this selected date and show every information related to this date..pls give some code............how will we procedd.