Displaying 2 results from an estimated 2 matches for "libapp".
Did you mean:
libapi
2010 Jan 29
5
How to do the MouseWrapOverride=disabled?
Hello, I have installed Dungeon Keeper 2 in Wine 1.1.31, in Ubuntu 9.10. The game has installed correctly, but the cursor is stucked.
I have read that I have to fix it with "MouseWarpOverride=disabled Wine setting" but i can't find where do it.
Please somebody give a hand with that.
Thanks.
Sorry for the bad english :(
2013 Jul 10
0
ActionView::Template::Error Not a directory vendor/assets/javascripts/ production
Hello,
In production environment, I have this error ActionView::Template::Error
Not a directory vendor/assets/javascripts/holder.js when in my template I
have this line
<%= image_tag "holder.js/150x200" %>
My production.rb is :
Libapp::Application.configure do
# Settings specified here will take precedence over those in
config/application.rb
# Code is not reloaded between requests
config.cache_classes = true
# Full error reports are disabled and caching is turned on
config.consider_all_requests_local = false...