I am student wants to learn ruby on rails programming and want to
become ruby on rails programmer. after installing ruby and installing
rails through command line
gem install rails --remote and after creating application as ruby
script\generate.it shows message webrick server started on port :3000.
when i start application on browser it shows error message
something went wrong.
if you can help me please help me.
i will be very thankful to you
If you are using SQLite, you don’t need to use rake db:create, only rake db:migrate (to create the database’s tables). If you are using MySQL, then you need to create the database (rake db:create) before create the tables.
If doesn’t work, please copy paste the last lines of your log/development.log file.