search for: caliban

Displaying 5 results from an estimated 5 matches for "caliban".

Did you mean: taliban
2005 Dec 19
2
Rails + Amazon
Hi, how to integrate Amazon product search into rails? I want to put some books on my site wih the amazon API. I found this: http://journal.gleepglop.com/articles/2005/06/06/amazon-on-rails but unfortunately the example code is 404ed and I am not quite sure if I understood everything. So I f there is some more rails + amazon info out there I would be happy if someone could point me there!
2006 Apr 22
2
ruby/amazon isssue
hi all. we''re using the ruby/amazon library (http://www.caliban.org/ruby/ruby-amazon.shtml), which totally rocks. but i''m noticing that when nobody has used our site in a while (it''s under development, so basically nobody uses it at night), the ruby/amazon calls sometimes fail. seems like something times out, perhaps. anybody have similar issu...
2007 Sep 11
3
Production mode bug with ruby/amazon
Hi all, I''ve got an issue that only ever appears in production mode. I''ve got my app hooked up to amazon''s web service (ECS, using ruby/amazon from http://www.caliban.org/ruby/ruby-amazon.shtml). In the dev environment, everything''s peachy. But in production mode, after I''ve left the app up for a couple of hours (sometimes, minutes), I get an exception: Processing LibraryController#add_to_library (for 24.7.104.3 at 2007-09-11 07:36: 11) [POST...
2005 Dec 27
0
Newbie: Getting Book Data from Amazon
As part of my inaugural Ruby project, I''ve been trying to get data for books from Amazon''s web services. The first thing I tried was Ruby/Amazon <http://www.caliban.org/ruby/ruby-amazon.shtml>. It works great, but is based on an earlier version of Amazon''s Web Services, which apparently doesn''t return a complete set of data for the items it retrieves. (The one missing piece that I really need is the number of pages in a book.) So,...
2006 Mar 26
17
activeldap
Obviously I am missing something and I don''t know what it is... I am following the instructions at http://rubyforge.org/docman/view.php/381/114/activeldap_rb.html and also here... http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap my model looks exactly like this... class LdapUser < ActiveRecord::Base ldap_mapping :dnattr => ''uid'', :prefix