Skip to content

Instantly share code, notes, and snippets.

Welcome to Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)
* Documentation: https://help.ubuntu.com/
System information as of Sat May 24 15:55:39 UTC 2014
System load: 0.0 Processes: 98
Usage of /: 62.3% of 24.48GB Users logged in: 0
Memory usage: 56% IP address for eth0: 10.4.107.0
Swap usage: 0%

In Rails 3

NOTE: This post now lives (and kept up to date) on my blog: http://hakunin.com/rails3-load-paths

If you add a dir directly under app/

Do nothing. All files in this dir are eager loaded in production and lazy loaded in development by default.

If you add a dir under app/something/