Shop.paginate(:page => 1,:per_page => 5,:conditions => ['ec_flag = ?',true])
■mysql では boolean は true と false ですが、sqlite3 では 1 と 0 だからということなのですね。
■mysql では boolean は true と false ですが、sqlite3 では 1 と 0 だからということなのですね。
********::Application.config.session_store :active_record_store
のコメントをはずす,
また、3行目の下記をコメントに変更
#Application.config.session_store :cookie_store, :key => '_market_session'
でOKです。