Rails Associations Project.
A Rails project to practice Associations.
Install these following tools in your machine:
Note: Go to Install Rails website if you don’t have these installed.
git clone https://github.com/mohammadumar28/private-events.git
git checkout private-events
.yarn install --check-files
to install yarn packages.bundle install
to install all the gems.rake db:migrate
to migrate the database.rails server
to start the application.bundle exec rspec
Muhammad Umar
Aldana Longhi
git checkout -b my-new-feature
.git commit -am "Add some feature"
.git push origin my-new-feature
.