One thought on “Ruby on Rails Application Workflow

  1. Hello SIr, I implement the default rails app using follwoing commands..
    1) rails new testproject -d mysql
    2) cd testproject
    3)ruby script/generate controller LoginSchemas
    3) then I create the database thorugh scaffold command..

    I also connet it to my MySql and also able to see all activity..Now I want to add additional link for Search..I am struglling for adding link tag my index page…

    created search meathod in controller also…

    but not getting it…Actulay Im confusing about flow of this tag..
    I was adding this tag in index.html.erb page….
    tell me solution please…
    how would this link_to syantax call controller…??????

Leave a comment