Top "Load-path" questions

Adding a directory to $LOAD_PATH (Ruby)

I have seen two commonly used techniques for adding the directory of the file currently being executed to the $LOAD_…

ruby rubygems load-path
Why does Ruby 1.9.2 remove "." from LOAD_PATH, and what's the alternative?

The latest changesets to Ruby 1.9.2 no longer make the current directory . part of your LOAD_PATH. I have a non-trivial …

ruby rake require load-path
What does the "$" character mean in Ruby?

Been playing with Ruby on Rails for awhile and decided to take a look through the actual source. Grabbed the …

ruby-on-rails ruby global-variables dollar-sign load-path
Ruby require "no such file to load" error yet clearly in path

I've been trying to get a ruby file to require another ruby file and I feel like I'm going crazy. …

ruby scripting require load-path
add-to-list 'load-path doesn't seem to work

Whenever I see some installation instruction for an emacs package it always suggests to use add-to-list 'load-path it never works …

emacs dot-emacs load-path
Organization of Locale Files in rails app

I currently have the following 4 files in my config/locales of my root application: -en.yml -de.yml -simple_form.…

ruby-on-rails-3 internationalization locale i18n-gem load-path
Why can't I require a file in the parent directory in ruby?

Note that I am not using Rails. I have a directory structure like: foo/ bar/ base_classes/ base_classes.rb …

ruby require load-path