search for: jgarvin

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

Did you mean: garvin
2007 Jan 10
3
ActiveRecord Error?
...rb:126:in `save'' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/associations/association_proxy.rb:110:in `send'' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/associations/association_proxy.rb:110:in `method_missing'' /home/jgarvin/workspace/test_case/config/../app/models/widget.rb:5:in `save'' ./test/unit/widget_test.rb:10:in `test_update'' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" grou...
2007 Mar 09
5
storing customer CC on gateway
I posted this late yesterday afternoon to no response, so I figured I''d try once more to get the morning people''s attention. I''m working on setting up the credit card processing part of a rails app for my company and running into some issues. I''m currently working with the ActiveMerchant plugin and connecting to our account at Authorize.net.
2008 Mar 07
2
Trouble using RESTful helper
Hi, I am trying to get into this REST thing, I have a nested resource whith the following route: ActionController::Routing::Routes.draw do |map| map.resources :members map.resources :clubs do |club| club.resources :members end map.connect '':controller/:action/:id'' map.connect '':controller/:action/:id.:format'' end Everything worked ok for this
2007 Nov 01
1
List of Nth removed associated objects.
Given the following.. Foo has_many :bars Bar has_many ::widgets Widget has_many :gadgets Gadget has_many :parts All of the following are now possible... @foo.bars @bar.widgets @part.gadget.widget.bar.foo However, I can''t just do the opposite of that last one... @foo.bars.widgets.gadgets.parts and get a full list of every Part associated with @foo. I know there''s several
2006 Nov 02
4
Still Having Problems With :through When Going To Same Table... Help... please :-(
I am having a problem with doing a :through that goes back to the same table. The following are my two classes: >>>>> class User < ActiveRecord::Base has_many :spanks has_many :spanked, :through => :spanks, :source => :spanked_user has_many :was_spanked_by, :through => :spanks, :source => :user end class Spank < ActiveRecord::Base belongs_to :spanker,
2008 Jan 18
63
Jasper reports and iReport
Has anyone succeeded in producing Rails reports using jasper reports? I have prepared reports directly with Jasper''s iReport tool using my MySQL data. It is a very powerful reporting tool. The reports look greate. But I have not been able to produce the reports from my Rails application. I have followed the instructions provided at:
2007 Jun 04
0
Missoula Ruby on Rails Group Meeting
It''s a new month, and that means another meeting of the Missoula Ruby and Ruby on Rails Users Group. As usual, we''ll gather at a table in the back half of Sean Kelly''s, tomorrow June 5th, at 6:00pm. http://groups.google.com/group/ms-rug --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2008 Jan 31
0
Cross Site Sniper 0.2 (stable)
I''m pleased to announce the release of Cross Site Sniper 0.2. Cross Site Sniper is one more addition to the ever growing list of tools that attempt to provide a convenient and DRY method to protect Rails sites from Cross Site Scripting (XSS) attacks. There are many plugins and tools out there that attempt to address this issue, but none of them met my requirements. So, I created
2006 Dec 28
0
Missoula Ruby/Rails Group - January Ruby Tuesday Gathering
The first Ruby Tuesday gathering for 2007 of the Missoula Ruby & Ruby on Rails Group will be January 2nd. (Note that''s the evening of the *first* workday after the long weekend. It''ll feel very much like Monday, but it''s still Tuesday.) Nothing very formal or organized. Just a friendly gathering of enthusiasts to chat about Ruby & RoR and related topics over
2008 Mar 06
2
GateKeeper, Model Level Permissions Management
I''m pleased to announce the official release of "GateKeeper". GateKeeper is a Rails plugin that provides easy to use methods to declare access permissions to instances of ActiveRecord classes at the model level. Permissions may be based on either a user''s roles (such as Admin, Moderator, etc) or on associations with other models. In most simple and straight forward