https://github.com/olivierlacan/planter
A basic Rails demo application created at the end of my Ruby on Rails: The Big Picture course for Pluralsight
https://github.com/olivierlacan/planter
pluralsight rails ruby
Last synced: 2 months ago
JSON representation
A basic Rails demo application created at the end of my Ruby on Rails: The Big Picture course for Pluralsight
- Host: GitHub
- URL: https://github.com/olivierlacan/planter
- Owner: olivierlacan
- Created: 2020-02-21T03:21:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T06:01:37.000Z (about 2 years ago)
- Last Synced: 2025-06-10T23:04:27.447Z (about 1 year ago)
- Topics: pluralsight, rails, ruby
- Language: Ruby
- Homepage: https://www.pluralsight.com/courses/ruby-rails-big-picture
- Size: 370 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Planter
A simple planner for plants. Get it? Plan[t]er.
## Purpose
This repository contains the final Rails application created
in my Pluralsight course [Ruby on Rails: The Big Picture][rorbp].
A paid subscription is required to watch this course.
## Versioning
The current `main` branch contains the code for the latest version
of the course released in May 2024 and which targets Ruby 3.3 and
Rails 7.1. This code will remain available in the [ruby-3-3-rails-7-1][v2]
branch in the future.
For the 2020 version of the course which targets Ruby 2.7 and
Rails 6.1 you can check out the [ruby-2-7-rails-6-1][v1] branch.
[rorbp]: https://www.pluralsight.com/courses/ruby-rails-big-picture
[v1]: https://github.com/olivierlacan/planter/tree/ruby-2-7-rails-6-1
[v2]: https://github.com/olivierlacan/planter/tree/ruby-3-3-rails-7-1