dewski / kss-rails

A rails engine for @kneath's KSS documentation
MIT License
151 stars 39 forks source link

The special KSS layout file isn't being used #3

Open weotch opened 12 years ago

weotch commented 12 years ago

In our layouts directory, there is a kss/application.html.erb file but it's not being picked up by the gem when going to /kss. Instead, it's using the main application layout. Which is causing this error:

http://cl.ly/171L3X3h2q2w470F2l3K

raskhadafi commented 11 years ago

The same problem here!

dewski commented 11 years ago

@raskhadafi could you post the Rails version and KSS Rails version you are on?

raskhadafi commented 11 years ago

@dewski I could solve my problem with the generator. I think it was my mistake for not using the generator!

davidglivar commented 11 years ago

same issue. used generator for installation. rails (3.2.13) kss (0.4.0) kss-rails (1.0.2)

was able to resolve by specifying layout in ApplicationController