Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 2116

Show
Ignore:
Timestamp:
09/03/05 15:20:42 (3 years ago)
Author:
david
Message:

Proper clean rakefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/fresh_rakefile

    r2115 r2116  
    22# and they will automatically be available to Rake. 
    33 
    4 RAILS_BOOT_PATH_ONLY = true 
    54require(File.join(File.dirname(__FILE__), 'config', 'boot')) 
     5Rails::Initializer.run(:set_load_path) 
    66 
    77require 'rake'