search for: gedwards1

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

2006 Feb 16
1
HABTM -VS- belongs_to/has_many, for self-referential joins
...her things?"). Any ideas how to set this up in the Models? And, what would be the right way to say: thing1.helps << thing2 (i.e. we need to document the fact that thing1 helps thing2)? Thanks, -Greg Greg Edwards CTO, Eyetools Inc. greg.railslist@eyetools.com <mailto:gedwards1@eyetools.com> (916) 792 4538 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060216/2236fdaf/attachment-0001.html
2006 May 02
2
Autotest doesn''t work on WinXP?
...t::Unit exited without a parseable failure or error message. # You probably have a syntax error in your code. # I''ll retry in 10 seconds Using rake all of the tests pass, but for some reason Autotest can''t get going. Ideas? -Greg Greg Edwards CTO, Eyetools Inc. gedwards1@eyetools.com (916) 792 4538 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060502/70228ad8/attachment.html
2006 May 02
4
recommended setup of Mongrel_cluster + SSL for multiple apps?
...but without that, then the only reason to use them is as a SSL front end, but then there are other options. 3) if you''re going to run multiple apps on the setup (as: app1.eyetools.com, app2.eyetools.com, etc) does that change the recommendation? Greg Edwards CTO, Eyetools Inc. gedwards1@eyetools.com (916) 792 4538 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060502/dc48d061/attachment.html
2006 Mar 02
3
Modifying "Find" to always add a condition?
I''d like to always add a condition to any version of "find" (e.g. Thing.find(), Thing.find_by_name(), Thing.find_by_whatever) so that in addition to whatever conditions are set, an additional condition is set :conditions=>"user_id=#{current_user.id}" I''d like to make sure that a user only sees/edits/creates entries in the database that have the user_id
2006 May 24
0
processing emails to extract HTML content? (is RubyMail or TMail right?)
...ge that is ready to show in a browser). Has anyone had success doing something like this? I''ve found RubyMail and TMail that purport to help with this, but was wondering if anyone had any experiences they could share with using them (or other plugins). Greg Edwards CTO, Eyetools Inc. gedwards1@eyetools.com (916) 792 4538 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060524/e0d8e984/attachment.html
2006 Mar 02
17
can''t get rails to connect to mySQL - HELP!!!!!!!!!
Sorry, but this is really NOT as easy as the tutorials/books make out. I''m really struggling at the first hurdle here. And while I''m not a programmer by design I do know my way around most stuff. And if I can''t get this to work I suspect more people will have the same issues. There seems to be too many variables to address. I have winXP, I have ruby and rails all
2006 Mar 21
0
is "Task" a reserved class name in Edge Rails? (it clashes with Rake''s Task)
Ok, so I''ll bet that lots of people would naturally have a DB table called "Tasks" and a model called Task, and this works fine in Rails 1.0. BUT, using Edge Rails things turn strange when you start visiting your Task pages because it thinks that you''re trying to use Rake (which also has a Task class). Is there any way around this? -Greg Greg Edwards CTO,