Skip to navigation
How to install Rails with database support?
07.12.13
1. Download latest ruby and compile and install. 2. Download latest gem and setup with : ruby setup.rb 3. Install Rails with: gem install rails -y 4. install msyql support apt-get install libmysqlclient14-dev gem install mysql 5. install sqlite support apt-get install sqlite3 libsqlite3-dev gem install sqlite3-ruby
Reply
Anonymous
How to install Rails with database support?
1. Download latest ruby and compile and install. 2. Download latest gem and setup with : ruby setup.rb 3. Install Rails with: gem install rails -y 4. install msyql support apt-get install libmysqlclient14-dev gem install mysql 5. install sqlite support apt-get install sqlite3 libsqlite3-dev gem install sqlite3-ruby
07.12.13
Reply
Anonymous
Information Epoch 1732364494
Make every program a filter.
Home
Notebook
Contact us