NOTE: This post now lives (and kept up to date) on my blog: http://hakunin.com/rails3-load-paths
Do nothing. All files in this dir are eager loaded in production and lazy loaded in development by default.
NOTE: This post now lives (and kept up to date) on my blog: http://hakunin.com/rails3-load-paths
Do nothing. All files in this dir are eager loaded in production and lazy loaded in development by default.
using System.Collections.Generic; | |
using System.Linq; | |
using System.Web.Mvc; | |
namespace DemoApp.Controllers | |
{ | |
public class HomeController : System.Web.Mvc.Controller | |
{ | |
//.... | |
public ActionResult About() |