Hi I keep getting this error ActionView::Template::Error (layout.css isn't precompiled) But I've put this two lines on config/environments/production.rb config.assets.compile = true config.assets.precompile += ['layout.css'] which should prcompile or complie all. What can I do?
Can I force it to restart? I fixed some error in my application but I can't see if it's all right because the server keeps handing me the error page without filling the log or trying the code.
The gem installer doesn't work: nothing gets installed, and I can't use the search feature or the Show availables modules feature because they don't show nothing.