Something I'll never understand...
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
vs
require 'config/environment'
The choice seems obvious to me.
Something I'll never understand...
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
vs
require 'config/environment'
The choice seems obvious to me.
This page is a archive of entries in the Rails category from July 2009.
Rails: June 2009 is the previous archive.
Rails: August 2009 is the next archive.
Find recent content on the main index or look in the archives to find all content.