https://github.com/iridakos/todo
Tutorial - Creating a simple ToDo application with Rails :ballot_box_with_check:
https://github.com/iridakos/todo
howto rails tutorial
Last synced: 5 months ago
JSON representation
Tutorial - Creating a simple ToDo application with Rails :ballot_box_with_check:
- Host: GitHub
- URL: https://github.com/iridakos/todo
- Owner: iridakos
- License: mit
- Created: 2015-07-24T20:24:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T13:18:18.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T22:53:47.620Z (10 months ago)
- Topics: howto, rails, tutorial
- Language: Ruby
- Homepage: https://iridakos.com/tutorials/2013/12/07/creating-a-simple-todo-part-1.html
- Size: 42 KB
- Stars: 37
- Watchers: 5
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToDo application

This is the code of the tutorials from [iridakos.com](https://iridakos.com) for creating a simple ToDo application with Ruby on Rails.
**You may find the tutorials to the following links:**
* [**Part One**](https://iridakos.com/tutorials/2013/12/07/creating-a-simple-todo-part-1.html)
* [**Part Two**](https://iridakos.com/tutorials/2013/12/17/creating-a-simple-todo-part-2.html)
* [**Part Three**](https://iridakos.com/tutorials/2013/12/20/creating-a-simple-todo-part-3.html)
* [**Deploying the application to OpenShift**](https://iridakos.com/tutorials/2013/12/22/creating-a-simple-todo-part-4.html)
