前提・実現したいこと
AtomをProgateみたいにターミナル、データベース、ビューが1画面の中に納まっているようにしたいです。
ProgateのRailsが一通り終わり自分のパソコンにRailsの環境構築をしたのですがいざRailsを使い始めようとするとprogate のようにはいかず進みません。環境構築はprogateの説明通り終わらせサーバーを立ち上げてみてもRailsのいつもの画面が出て成功してように思えました。しかし、Atomでフォルダを開き開発を進めようとしてもデータベース、ターミナル、ビューの欄が見当たりませんどうしたら表示できるようになりますか?
windows 10
Atom使用
データベースはSQLite
データベースに関してはdata-atomをインストールしてみるとしたのように出てきます。データベースをつかうのにGitをダウンロードする必要があるのでしょうか?
Failed to install data-atom because Git was not found.
The data-atom package has module dependencies that cannot be installed without Git.
You need to install Git and add it to your path environment variable in order to install this package.
You can install Git by downloading, installing, and launching GitHub for Windows: https://windows.github.com
Run apm -v after installing Git to see what version has been detected.