Well, randomly things just don''t work when I try to make a new web thing work. On my new site, I have a div id="all" set to display: none;, that should be shown when I click on this div: <%= content_tag ''div'', ''<u>Alternate View</u>'', :onclick => visual_effect(:toggle_blind, ''all'') %> But clicking on that div does absolutely nothing. Any ideas? This happens on a lot of my rails websites. And sometimes it''s completely random. Like toggle_blind might work, but toggle_slide won''t, or vice versa. Thanks in advance, the site is: http://www.iowacityowl.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Sat, May 31, 2008 at 8:15 PM, kopf1988 <kopf1988-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Well, randomly things just don''t work when I try to make a new web > thing work.> http://www.iowacityowl.com/Bigger problems than that right now, I think :-) Application error Rails application failed to start properly" -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Lol, no worries about that. it happens every five minutes. GoDaddy doesn''t know how to properly kill a fcgi process >_> It''s not like I get enough traffic to care yet, lol. One refresh and the page works On May 31, 10:46 pm, "Hassan Schroeder" <hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Sat, May 31, 2008 at 8:15 PM, kopf1988 <kopf1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Well, randomly things just don''t work when I try to make a new web > > thing work. > >http://www.iowacityowl.com/ > > Bigger problems than that right now, I think :-) > > Application error > Rails application failed to start properly" > > -- > Hassan Schroeder ------------------------ hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Sat, May 31, 2008 at 8:15 PM, kopf1988 <kopf1988-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Well, randomly things just don''t work when I try to make a new web > thing work. On my new site, I have a div id="all" set to display: > none;, that should be shown when I click on this div: <%= content_tag > ''div'', ''<u>Alternate View</u>'', :onclick => > visual_effect(:toggle_blind, ''all'') %> > > But clicking on that div does absolutely nothing.Sure it does; it makes Firebug display this error: Effect.Queues.get(typeof this.options.queue == "string" ? "global" : this.options.queue.scope).add is not a function [Break on this error] ''global'' : this.options.queue.scope).add(this); If you''re not using Firebug, this is probably a good time to start :-) -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Omg thank you! On May 31, 11:34 pm, "Hassan Schroeder" <hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Sat, May 31, 2008 at 8:15 PM, kopf1988 <kopf1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Well, randomly things just don''t work when I try to make a new web > > thing work. On my new site, I have a div id="all" set to display: > > none;, that should be shown when I click on this div: <%= content_tag > > ''div'', ''<u>Alternate View</u>'', :onclick => > > visual_effect(:toggle_blind, ''all'') %> > > > But clicking on that div does absolutely nothing. > > Sure it does; it makes Firebug display this error: > > Effect.Queues.get(typeof this.options.queue == "string" ? "global" : > this.options.queue.scope).add is not a function > [Break on this error] ''global'' : this.options.queue.scope).add(this); > > If you''re not using Firebug, this is probably a good time to start :-) > > -- > Hassan Schroeder ------------------------ hassan.schroe...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---