Skip to content

Commit 991f8ae

Browse files
committedJul 1, 2014
Output the RAILS_ENV for a Rake task. (Again, sorry about the noise)
1 parent c45266c commit 991f8ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ require File.expand_path('../config/application', __FILE__)
22
require 'rake'
33

44
Badgiy::Application.load_tasks
5+
6+
puts "RAILS_ENV=#{Rails.env}"

0 commit comments

Comments
 (0)