class RockstartGenerator

Public Instance Methods

add_rebuid_script() click to toggle source
# File lib/generators/rockstart/rockstart_generator.rb, line 14
def add_rebuid_script
  generate "rockstart:development:rebuild", *all_class_options, *content_security_options
end
install_all_gems() click to toggle source
# File lib/generators/rockstart/rockstart_generator.rb, line 18
def install_all_gems
  generate "rockstart:gemset", *all_class_options, *content_security_options
end
run_rockstart_generators() click to toggle source
# File lib/generators/rockstart/rockstart_generator.rb, line 22
def run_rockstart_generators
  generate "rockstart:run", *all_class_options, *content_security_options
end