You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Karol Bucek edited this page Jan 22, 2016
·
4 revisions
Sinatra (and others)
Best Practices
LOAD_PATH
org.jruby.rack.RackInitializationException: no such file to load -- ...
Do not assume a lib (or any other folder) being on the $LOAD_PATH - make sure its properly added or use require_relative or absolute require File.expand_path ....