Skip to content

Instantly share code, notes, and snippets.

@zhengjia
Created November 17, 2010 03:32
Show Gist options
  • Save zhengjia/702932 to your computer and use it in GitHub Desktop.
Save zhengjia/702932 to your computer and use it in GitHub Desktop.
%w(
activerecord
actionmailer
activeresource
activesupport
actionpack
activemodel
railties
).each do |framework|
$:.unshift "/Users/zjia/code/rails3/#{framework}/lib"
end
require '~/code/rails3/railties/lib/rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment