search for: te9kgvajwjjt0n2wsq

Displaying 4 results from an estimated 4 matches for "te9kgvajwjjt0n2wsq".

2007 May 14
2
Monit apache2 and fastcgi
I''ve installed monit to stop my server hanging (don''t know why, it''s an dual-core processor and 2gb memory, wich should be plenty for our needs). I should like to also monitor the fastcgi processes, but I can''t find any pidfile. How can I monitor that? - Henrik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2011 Mar 22
0
Error on ajax forms/links in jQuery UI tabs
I''ve implemented jQuery UI tabs, and I get an error: When i submit a ajax form or link, it gets submitted multiple times. As seen in this Doom console output: DELETE http://localhost:3000/innmeldings/101 404 (Not Found) DELETE http://localhost:3000/innmeldings/101 404 (Not Found) DELETE http://localhost:3000/innmeldings/101 404 (Not Found) DELETE http://localhost:3000/innmeldings/101
2011 May 28
0
Coffeebeans - smart to use?
Not sure if inline coffeescript is smart. Has just learned why inline javascript not is smart, so I don''t understand why it now should be a good thing with coffeescript. On the other hand: I find the ability to use it when responding to JavaScript (JS) requests very nice, so I wonder why this is not an standard option in Rails 3.1.rc1? Will this come i future releases? Will it therefore
2006 Sep 25
2
@article.article_groups.delete_if... Dosn't work!
If I try: @article.article_groups.delete_if {|x| x.group_id == x.group_id } It does nothing. If I try: articletmp.article_groups.each{ |x| @article.article_groups.delete(y) } It deletes some of the groups. @article.article_groups.clear works. Why dosn''t the to first examples work as expected?? Do I have to put groups I don''t want to