Skip to content

thanhhungchu95/framgia_railstutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This weblog is a web application developed by Ruby on Rails framework.

This is based on the book 'Ruby on Rails Tutorial 4th edition', written by Michael Hartl.

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

For more information, please mail to [[email protected]]

About

[Framgia][Open Education] Ruby on Rails Tutorial (Rails 5)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published