similar to: Rails + Amazon

Displaying 20 results from an estimated 600 matches similar to: "Rails + Amazon"

2005 Dec 19
3
RMagick Resizing Issue
Hello ~ I have RMagick and file_column working in RoR. In my model I am setting up some standard sizes for the submitted photos. The photo files are created and named correctly, but the sizes are wrong. Only the second argument of my geometry call is used, with the width dimension being resized proportionately. file_column :image, :magick => { :versions => { "medium" =>
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 issues, or know what might be
2005 Dec 15
10
.rpdf ?
I haven''t delved into the wonderful world of PDF::Writer yet, nor have I run across a need.. but I just had an idea I wanted to throw out there how hard would it be to create a .rpdf template plugin for rails? could be neat ;]
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
2005 Dec 04
5
Javascript Logging
Hello Everyone, Just wanted to find out if scriptaculous has a patch for a error logging class? Currently, I have found 2 javascript logging scripts (outside of scriptaculous). Lumberjack: http://gleepglop.com/javascripts/logger/ log4js: http://jroller.com/page/stritti?entry=logging_in_javascript_log4js Could you guys shed some light on what would be a good logger class to use with our
2005 Sep 20
1
Javascript Logger and Console
Hey, I put together a javascript logger and console that has made my coding life a breeze, so I thought I would share it with you guys. Check out the demo http://gleepglop.com/javascripts/logger/ Some features are... - Toggle button so it is visiable when you need it and out of the way when you don''t. - Auto-positions itself at the bottom of the window so output is easy to read. -
2007 Oct 19
11
Patch idea for rspec_on_rails
I recently wrote a matcher for testing AR associations which allows you to specify things like: Foo.should have_many(:bars).through(:bazes) I''m pretty darned proud of it and a couple of people have suggested that I should submit it to the rspec_on_rails project. Before I go to the trouble of writing out rdoc and fully spec''ing it, I just wanted to make sure this was
2006 Apr 11
8
Ruby 1.8.4, Rails 1.1 and Rmagick?
Someone mentioned that Rmagick doesn''t work properly on this setup (Ruby 1.8.4, Rails 1.1) Is this true? -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060411/432e8113/attachment.html
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
2005 Jun 28
0
Re: Rails-spinoffs Digest, Vol 1, Issue 4
Hey, I''ve been using prototype and script.aculo.us quite a bit lately and felt the need for a unit-testing framework. But none of the frameworks I found were simple or graphical. So i created littleUnit. I figured other people here might find it helpful, you can check it out here <a
2006 May 20
3
integrate with php-script
I have built a webshop in rails, now it''s time for invoice handling through a third party. The communication will be done by xml-rpc. The built in ruby xml-rpc doesnt seem to be compatible with the third party so I have to use a special php-script (provided by the third party) that will handle the interaction with them. Where on the server should/can I put the script? I would prefer
2005 Oct 24
2
config.action_mailer... ?
I''m trying to figure something out with the Initializer stuff in .14, and I can''t tell if I''m missing something or if something was overlooked.. What I want to do is something like this: config.action_mailer.server_settings[:address] = ''192.168.40.5'' Prior to .14, I was setting it with: ActionMailer::Base.server_settings[:address] =
2009 Jan 17
2
Ubuntu and sources.list question about mirror sites...
Evening all: Thought I'd announce myself with a question about setting up sources.list to be able to begin download and install of R. Running version 7.10 of Ubuntu. (Tried 8.04 but found it slow and finicky with my hardware. Perhaps will try 8.10 or above, but that's a thought for another time.) Followed the notes on the R site and added the following lines to my sources.list: deb
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
2008 Jul 14
1
eval.wih.vis
Hello, I have an error since I run my R code. This error is : Fehler in eval.with.vis(expr, envir, enclos) : > My code is: #CONDITION1 : check if the right logfile is chosen c1=log(z[,3],n) if (c1==FALSE) { plot(0:1,0:1,type = "n", axes=FALSE,xlab="",ylab="") text(0.4,0.8,adj=0,paste("FEHLER"),col="red")
2005 Sep 10
1
Configuring SIPURA 2002 to work wih Asterisk
I'm setting up Asterisk for the first time. I purchased a SIPURA 2002 ATA to connect with the Asterisk server. In the /var/log/asterisk/messages log I keep getting an error indicating wrong password. Below is the error I am receiving. Note that the IP address and username has been modified for security. Sep 10 15:56:22 NOTICE[24099] chan_sip.c: Registration from 'John Doe
2001 Mar 09
1
Help ! Linux client wih NT server
Hello ! At first I'm french and sorry for my language I have a NT server and many linux hosts. How can I have access to a share file on the NT server from a linux host. I've already tested the smbclient command which give an ftp environment but it is not convienient for common users. Is there another more userfriendly solution. Thanks a lot other e-mail : hsth@club-internet.fr
2005 Dec 17
12
new rails-based cms is born.
hallo, i would heavily like to get some feedback on our rails-based cms: rcms.oopen.de so, if some could find the time an try it i''d be pleased.. greetings rene
2006 Jun 14
0
upload progress bar wih lighttpd 1.4.11?
I''m trying to implement the upload progress bar with lighttpd 1.4.11, and i''m seeing various posts (linked below) indicating that lighty doesn''t support it. sounds like they''re working on it, though. anyone have any idea what the current status of this is? or if there''s a workaround in the meanwhile? those posts:
2005 Dec 17
0
Problem wih SaltedPassword Generator and rails 1.0
I upgraded to rails 1.0 via gems and I''m now having problems with the SaltedPassword generator. I cannot get rake test_units to complete w/o errors. Error I got was "rake aborted compile error c:\ruby...\rails-1.0.0/lib/initializer.rb:180 syntax error :authetication => :login^ " Is there any way to roll back to 0.13? C- -- Posted via http://www.ruby-forum.com/.