Skip to content

Commit

Permalink
Remove -J option for rails new to allow for agnostic JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
kfaustino committed Jan 29, 2011
1 parent 9b0038e commit 4222629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails_templater/cli.rb
Expand Up @@ -6,7 +6,7 @@ class Cli < Thor::Group
desc "Generates a new Rails application with templater'"

def run_templater
system("rails new #{application_name} -JO -m #{RailsTemplater::template_runner}")
system("rails new #{application_name} -O -m #{RailsTemplater::template_runner}")
end

end
Expand Down

0 comments on commit 4222629

Please sign in to comment.