Ruby on Rails - “Add 'gem sqlite3'' to your Gemfile”

前端 未结 11 1184
你的背包
你的背包 2020-12-05 13:51

I\'m a complete n00b on Rails with only beginner knowledge of Ruby. I plan on studying Ruby more before I really learn Rails, but I\'m waayy too curious for my own good.

11条回答
  •  无人及你
    2020-12-05 14:24

    Run the commands in the following order

    sudo apt-get install libsqlite3-dev

    sudo gem install sqlite3-ruby

    gem list

    After this command you will see the following versions of sqlite

    sqlite3 (1.3.12)

    sqlite3-ruby (1.3.3)

提交回复
热议问题