search for: wwidea

Displaying 7 results from an estimated 7 matches for "wwidea".

Did you mean: idea
2008 Jan 31
0
Cross Site Sniper 0.2 (stable)
...some people do, so I thought it was important to explicitly mention this feature here so people could make informed decisions. ) Documentation and Installation instructions are at http://xss.rubyforge.org/ Feed back and suggestions are welcome and encouraged. Big thanks to my employer ( www.wwidea.org ) for allowing this code to be released to the community under the MIT License. -- http://www.5valleys.com/ http://www.workingwithrails.com/person/8078 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby...
2006 Sep 08
4
Any Rails Developers in Montana?
Any Rails Developers in Montana? Especially Helena or Bozeman? I don''t expect there''s enough of us to form a user group, but it might be nice to talk shop ''offline'' every once and a while. Eric (in Helena) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Jun 15
7
Customising ''show''
Newb here; I feel like im cheating when i actually write to the list, but i''ve been stuck on this for a while now and cant seem to find the answer in tutorials... heres the simplified version of the problem controller says: def show @exhibition = Exhibition.find(params[:id]) end content says: <% for exhibition in @exhibitions %> <%= link_to
2006 Jul 11
18
Zip Code Ranges
Does anyone have any recommendations for working with zip code distance ranges? I need to calculate the distances between US zip codes. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060711/f133d7de/attachment-0001.html
2006 Jul 11
17
[Best Practices] phone numbers??
I''ve seen phone numbers handled many different ways. Is there a recommended Rails way to store, format and display phone numbers? I''d appreciate comments from the community on this. 1. Is it better to store phone number as a 10-digit string? Then format it as desired when displaying it? 2. or, is it better to store with formatting, ie. "(222) 111-2222" ? 3. Is
2006 Jun 12
3
Default value for model var
I know this has got to be a really dumb question, but here goes anyway. I''ve got a model with an associated table. One of the columns in the table is ''date_created'', which I want to be set to the date/time each row was added to the table. Seems to me that setting this in the initialize method for the model would be the right thing to do,... class MyThing <
2006 Jun 26
2
n-way has_mant :through
I''m trying to setup some mildly complex associations for a project we''re working on and can''t seem to find much documentation on n-way has_many :through associations. I have the following models: Person, PhysicalAddress, EmailAddress, PhoneNumber. Each person can have multiple PhysicalAddresses, EmailAddresses, and PhoneNumbers, and multiple people can share the same