An open API service indexing awesome lists of open source software.

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

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