eCommerce application with Rails

Rails community produced several ecommerce projects worth checking. Railcast is known video tutorial site provides a list of video tutorials for each ecommerce project developed in Rails

Railcast eCommerce - good set of videos to follow in order to implement ecommerce application in Ruby on Rails

eCommerce on Rails - sample project developed by open source community

There are good AngularJS tutorials for eCommerce applications that can be used for Rails.

AngularJS ecommerce - simple application developed over several parts developed with Bootstrap CSS framework

AngularJS Mobile eCommerce with Bootstrap - codeproject ecommerce application

If you want to build ecommerce shop with Rails there are several online tutorials that help you to do just that

Shopping Cart from Rich on Rails - simple tutorial that covers eCommerce models as well as controllers required to get you started.

You can also look at full featured Opensource project on github.

Spree Commerce - full featured open source ecommerce store

Featured pages

Ruby

Set of Ruby Object Oriented Programming Language tutorials that cover such topics as Ruby strings, …

Rails

Rails Framework tutorial teaches you how to utilize de facto framework of choice for Ruby developme…

Ruby Duck Typing

“If an object quacks like a duck just go ahead and treat it as a duck” – this fun…

Regular Expressions

Ruby uses the =~ operator to check any given string against regular expression. For example, a stri…

Credit Card Number

Every last digit of any credit card is a check sum digit that is determined by all digits in front …

Ruby Arrays

Ruby Programming Language has built in support for Arrays. Arrays help you define some of the compl…

Ruby Hashes

Hashes are very similar to arrays in Ruby and hashes interface is similar to Ruby array interface. …

Ruby Code Block

Ruby is very unique language when it comes to code blocks. You can simply pass a code block to a me…