yafoy / yastart

0 stars 0 forks source link

Set up application #3

Open olimart opened 8 years ago

olimart commented 8 years ago

Set up application by adding the following methods:

insert_into_file 'config/application.rb', after: "class Application < Rails::Application\n" do
  "config.generators do |g|
      g.stylesheets  false
      g.javascripts  false
      g.helper       false
    end\n\n"
end

Again I will take care of file content. Please take care of method and empty templates.

olimart commented 8 years ago

@nazrulcse add method to rename application.css to application.scss