0

I have the project built using

Rails 2.3.18
ruby 1.9.3p551 (2014-11-13 revision 48407) [x86_64-linux]

How to create the new project along with its Database.
Like in rails 4 & 5 we do

rails new app -d mysql

1 Answers1

0

Start by checking over the guides for Rails 2.3 version here: http://guides.rubyonrails.org/v2.3/command_line.html

from this guide http://guides.rubyonrails.org/v2.3/command_line.html it looks to be

rails commandsapp
random_user_0891
  • 1,863
  • 3
  • 15
  • 39
  • Not given in the documentation to create a project along with the database. –  Sep 12 '17 at 10:06