Tisamu
1/18/2017 - 4:55 PM

Create a Clean New Rails App

Create a Clean New Rails App

rails new MyProject --database=postgresql
MyProject::Application.configure do
  config.sass.preferred_syntax = :sass

end