Ruby Database Application

W

Warren Dulnuan

Can someone upload a database application on Ruby? preferably an
Inventory and Point of Sale that will run on Windows, I want to learn
Ruby by learning the codes on a complete app. Thank you
 
B

Brian Candler

Warren said:
Can someone upload a database application on Ruby? preferably an
Inventory and Point of Sale that will run on Windows, I want to learn
Ruby by learning the codes on a complete app. Thank you

Assuming you're talking about a web-based application, I recommend you
buy these two books:

(1) "Agile Web Development with Rails", from www.pragprog.com. The
entire first section of the book is on developing a shopping cart
application from scratch.

(2) "Programming Ruby", also from www.pragprog.com. This will tell you
everything you want to know about the Ruby language itself.

Beware that both these books have new editions coming out - but you can
buy the PDF now and get the final version for free when it's released.
Or you can buy a PDF/paper combo pack, with the paper edition shipped
when it's released.

Aside: I'm not affiliated in any way with this company. I'm just a very
happy user of these books.
 
R

Roman Rapido

[Note: parts of this message were removed to make it a legal post.]

Thanks but im more into desktop database applications, do you know of any
book or a databse application ?
 
R

Reid Thompson

Can someone upload a database application on Ruby? preferably an
Inventory and Point of Sale that will run on Windows, I want to learn
Ruby by learning the codes on a complete app. Thank you

http://alexandria.rubyforge.org/ should be a decent starting example.
It uses yaml for storage -- converting the storage calls to db calls as
a learning experience might be worthwhile -- (sqlite, postgresql,
kirbybase, etc etc ).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,969
Messages
2,570,161
Members
46,710
Latest member
bernietqt

Latest Threads

Top