Hi lox323,

the rails development book is one way. The other way is to collect the 
"mechanism" you need from several tutorials etc.

1) Authentication and Access:
    - use the restful_authentication plugin
    - how to do this you can see at learn 
http://www.buildingwebapps.com/learningrails from the first _screencasts_

2) The ebay Api for ruby
    - gem: ebay and ebayapi (look up the docs)
    - look at http://www.codyfauser.com/2006/11/22/ebay-api-client-for-ruby
    - search through Google (keywords: ebay api ruby rails). You will 
certainly find some examples

3) Other stuff
    - look at http://railscasts.com (it's free)
    - look at scribd.com (you might find also some nice tutorials 
there). Btw, the page is done with rails ;)

Good luck and have fun!

Chris

p.s. there are loots of other book (besided "the" rails book) which also 
deal with rails and e-commerce. Have a look at apress.com. But the this 
with all the books including the rails book is, that they all use Rails  
< 2.0 It's not that easy to migrate all the examples to the 2.2.2 
version etc. But you could also use Rails < 2.0 for you project. But you 
will lack the features.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to