Sqlite3 gem for Rails 3.1

前端 未结 3 1819
挽巷
挽巷 2021-01-13 23:45

I wanna create myApp using command

rails new myApp

but it gives an error:

Installing sqlite3 (1.3.4) wit

3条回答
  •  臣服心动
    2021-01-14 00:36

    Make sure you have the development headers for SQLite3 installed.

    For example:

    On Ubuntu, you can use apt-get install libsqlite3-dev

    On Mac with homebrew installed: brew install sqlite.

提交回复
热议问题