-
Remove Gemfile.lock
-
Add into Gemfile
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin]
-
Install all packets:
$ bundle install
-
Make migration:
$ rake db:migrate RAILS_ENV=development
-
Start server:
$ rails s