Commit e41c7131 by Jon Frisby

Update generated .rake file with new options.

parent 6e41ec0a
...@@ -6,9 +6,12 @@ if(Rails.env.development?) ...@@ -6,9 +6,12 @@ if(Rails.env.development?)
ENV['position_in_class'] = "before" ENV['position_in_class'] = "before"
ENV['position_in_fixture'] = "before" ENV['position_in_fixture'] = "before"
ENV['position_in_factory'] = "before"
ENV['show_indexes'] = "true" ENV['show_indexes'] = "true"
ENV['include_version'] = "false" ENV['include_version'] = "false"
ENV['exclude_tests'] = "false" ENV['exclude_tests'] = "false"
ENV['exclude_fixtures'] = "false" ENV['exclude_fixtures'] = "false"
ENV['skip_on_db_migrate'] = "false" ENV['skip_on_db_migrate'] = "false"
ENV['format_rdoc'] = "false"
ENV['format_bare'] = "true"
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment