https://github.com/barcellos-pedro/getting-started-with-rails
This guide covers getting up and running with Ruby on Rails 8
https://github.com/barcellos-pedro/getting-started-with-rails
dhh rails-8 ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
This guide covers getting up and running with Ruby on Rails 8
- Host: GitHub
- URL: https://github.com/barcellos-pedro/getting-started-with-rails
- Owner: barcellos-pedro
- Created: 2025-01-23T02:11:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T02:25:01.000Z (8 months ago)
- Last Synced: 2025-02-11T02:25:42.133Z (8 months ago)
- Topics: dhh, rails-8, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://guides.rubyonrails.org/getting_started.html
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# So, what's Next?
This is my first first Rails application that i built following the getting started tutorial.
Now i am going to add the recommend features and deploy updates to continue learning. Here are some of the ideas given by the tutorial:
- [x] Improve the design with [CSS](https://simplecss.org/)
- [x] Add product reviews
- [ ] Add wishlists for users to save products
- [ ] Add a checkout flow for payments
- [ ] Finish translating the app into another language
- [ ] Add a carousel for product images
And also use the recommend learning materials from the Ruby on Rails Guides:
- [Active Record Basics](https://guides.rubyonrails.org/active_record_basics.html)
- [Layouts and Rendering in Rails](https://guides.rubyonrails.org/layouts_and_rendering.html)
- [Testing Rails Applications](https://guides.rubyonrails.org/testing.html)
- [Debugging Rails Applications](https://guides.rubyonrails.org/debugging_rails_applications.html)
- [Securing Rails Applications](https://guides.rubyonrails.org/security.html)
Thanks for checking out!