Hi, I’d like to know if anyone knows any good reference on how to make an e commerce with Ruby on Rails.
Any books that could help me. I’m gonna finish Ruby on Rails Tutorial first, but then I intend to build an e commerce.
Thanks everyone
Hi, I’d like to know if anyone knows any good reference on how to make an e commerce with Ruby on Rails.
Any books that could help me. I’m gonna finish Ruby on Rails Tutorial first, but then I intend to build an e commerce.
Thanks everyone
Try "Agile Web Development with Rails" of David Hansson, the creator of rails. He drives you to the creation of depot, an ecommerce app. Excellent reading.
These railscasts also will help Ruby on Rails Screencasts - RailsCasts
Rodrigo Ruiz wrote in post #996723:
Hi, I'd like to know if anyone knows any good reference on how to make an e commerce with Ruby on Rails. Any books that could help me. I'm gonna finish Ruby on Rails Tutorial first, but then I intend to build an e commerce.
Thanks everyone
Hi, not sure what you mean exactly by build. I'd suggest taking a look at the excellent spree in case it would fit your needs.
Thank you guys