Displaying 2 results from an estimated 2 matches for "map_path".
Did you mean:
map_page
2010 Jun 04
8
unicorn_rails cleanup (possible fix for Rails3) pushed
...it
+ old_rails = case ::Rails::VERSION::MAJOR
+ when 0, 1 then true
+ when 2 then Rails::VERSION::MINOR < 3 ? true : false
else
- require ru
- Object.const_get(File.basename(ru, ''.rb'').capitalize)
+ false
end
Rack::Builder.new do
map_path = ENV[''RAILS_RELATIVE_URL_ROOT''] || ''/''
- if inner_app.class.to_s == "Unicorn::App::OldRails"
+ if old_rails
if map_path != ''/''
# patches + tests welcome, but I really cbf to deal with this
# si...
2012 Mar 05
5
No Sound in Rehearscore
I am trying to use a Windows program called Rehearscore on Ubuntu 11.10. It is a program that plays the piano accompaniment to a musical to allow for rehearsal of the songs. I installed it without problems, but when I start the program there is no sound. I have other Windows programs running under Wine with no problems with the sound.
I am using a Dell Latitude D620 laptop.
Any suggestions are