ruby on rails - Transition from Erb to Slim -


i'm trying rewrite views of existing rails project slim. i've added gem 'slim-rails' gemfile , installed via bundler. when i'm visiting localhost:3000, returns me

missing template home/front, application/front {     :locale=>[:en],     :formats=>[:html],     :variants=>[],     :handlers=>[:erb, :builder, :raw, :ruby] }. 

obviusly went wrong handlers, don't know start at.

thank in advance.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -