search for: eyetool

Displaying 8 results from an estimated 8 matches for "eyetool".

Did you mean: eyetools
2006 Feb 16
1
HABTM -VS- belongs_to/has_many, for self-referential joins
...; table, such as "who helps the most number of other 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
4
recommended setup of Mongrel_cluster + SSL for multiple apps?
...at lighttpd / apache are usually recommended to be in front of mongrel is in the case of serving up static content. 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/dc...
2006 Mar 02
3
Modifying "Find" to always add a condition?
...d." end ...but clearly that is immensely un-DRY. AND, it removes the ability to use the helpful Thing.find_by_name/etc functions. The goal is to make all versions of "find" work. Is it possible to change one function in the model and make it work? Thanks, -Greg Greg Edwards CTO, Eyetools Inc. (916) 792 4538
2006 May 02
2
Autotest doesn''t work on WinXP?
...file. # Test::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 24
0
processing emails to extract HTML content? (is RubyMail or TMail right?)
...d as an HTML page 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 21
0
is "Task" a reserved class name in Edge Rails? (it clashes with Rake''s Task)
..." 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, Eyetools Inc. http://www.eyetools.com (916) 792 4538 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060321/3d01781f/attachment.html
2006 Feb 14
25
Rails and background tasks/threads
I am just getting into web servers/web applications and rails as well so bear with me. I am trying to write a web app that, based on a users input from the browser, will perform some task, and update the browser (ala ajax style) as needed and/or provide a way for the user to control the background task. Now, I have more experience with java servlets, which makes this easy enough for a beginner.
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