Changeset 1271
- Timestamp:
- 01/10/08 13:57:09 (9 months ago)
- Files:
-
- trunk/app_generators/merb/templates/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app_generators/merb/templates/Rakefile
r1268 r1271 10 10 11 11 require File.dirname(__FILE__)+'/config/boot.rb' 12 #Merb.environment = ENV['MERB_ENV'] if ENV['MERB_ENV']13 12 require Merb::framework_root+'/tasks' 13 include FileUtils 14 15 # Set these before any dependencies load 16 # otherwise the ORM may connect to the wrong env 14 17 Merb.root = File.dirname(__FILE__) 15 include FileUtils 18 Merb.environment = ENV['MERB_ENV'] if ENV['MERB_ENV'] 16 19 17 20 # Get Merb plugins and dependencies
