/static_pages

Chapter 3 exercise from Rails Tutorial book by Michael Hartl

Primary LanguageRubyMIT LicenseMIT

Ruby on Rails: Let's Get Building

Solution to the exercises from Chapter 4 and 4 in Hartl's book Ruby on Rails Tutorial, as per The Odin Project Let's Get Building section

image

Live Demo

Heroku live demo

Prerequisites

Follow the installation instructions from The Odin Project.

Deployment

You may deploy the app on Heroku by running the following commands in the repo directory:

$ heroku create
$ git push heroku master
$ heroku ps:scale web=1
$ heroku open

Author

Oscar Mier

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.