search for: jerrett

Displaying 10 results from an estimated 10 matches for "jerrett".

Did you mean: jarrett
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 ;]
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" =>
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!
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 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] =
2007 Apr 11
0
Fwd: [ mocha-Feature Requests-7119 ] ability to specify call order
...lity to specify call order To: noreply at rubyforge.org Feature Requests item #7119, was opened at 2006-12-06 00:30 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7480&aid=7119&group_id=1917 Category: None Group: None Status: Open Priority: 3 Submitted By: Jerrett Taylor (ennoia) Assigned to: Nobody (None) Summary: ability to specify call order Initial Comment: something like flexmock''s "ordered(n)" would be handy! ---------------------------------------------------------------------- >Comment By: James Mead (jamesmead) Date: 2007-04...
2005 Dec 13
0
[JOB] Ruby/Rails Job in B.C., Canada
...ledge is a plus, and most future projects will be done in Ruby/Rails. (This is a Ruby/Rails position, but flexibility is a huge plus.) This is a full time salaried (with benefits) position in Canada, and relocation is necessary. Anyone interested can contact me off the list for more information - jerrett-7g3wz9A/6AxWk0Htik3J/w@public.gmane.org
2005 Nov 16
19
Concerns over Rails' handling of tests
Sorry if this comes across as a bunch of disjointed thoughts...I''m just trying to put my thoughts down and I''d like to know what other people''s opinions on the subject are. I''ve been working with Rails for 3 or 4 months now and I''m constantly trying to look at ways of improving my testing techniques, especially when it comes to TDD. I have a few
2005 Dec 08
0
#3136 - Country codes in country_select
http://dev.rubyonrails.org/ticket/3136 Simple patch, but in following with others I figured I''d post a quick email to this list. All this does is adds functionality of country_select to allow people to build country select boxes that use country codes. It doesn''t modify default behaviour, and the test suite has been updated. I''ve seen a few people trying to figure out