search for: harmaart

Displaying 9 results from an estimated 9 matches for "harmaart".

Did you mean: harmaarts
2006 Feb 02
19
No more logs after SVN?
Hello, Yesterday I "subversioned" my app using svn and now everything works fine except I don''t see any log entries in development.log? What would cause the log entries to be not produced anymore? Thanks Frank --------------------------------- Bring words and photos together (easily) with PhotoMail - it''s free and works with Yahoo! Mail.
2009 Mar 11
0
problem scrapping ATnT site (Matt White)
.../mechanize.rubyforge.org/> > * <http://github.com/tenderlove/mechanize/tree/master> > > -- > Aaron Patterson > http://tenderlovemaking.com/ > > > ------------------------------ > > Message: 6 > Date: Tue, 10 Mar 2009 20:12:31 +0100 > From: Harm Aarts <harmaarts at gmail.com> > Subject: [Mechanize-users] weird problem with cookies > To: mechanize-users at rubyforge.org > Message-ID: > <ef362f8e0903101212i73b1b65ehb0938a80104d59d3 at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, >...
2006 Mar 08
0
Unit tests dynamic finders
Hi all, I am having a problem with unit tests. Whenever I have a dependency between two models (B depends on A) deleting A should also delete B. This is simple with the dependent parameter in the model file of A. But when I write a test the dependency seems to work, I can''t find the answer with id 1 anymore(Answer.find(1)). But I appearently _do_ find it with
2007 Jan 24
0
the vendor dir, gems and openid
Dear all, I am currently developing an application which uses OpenID as a login system. On my development box everything works like a charm. But as soon as I deploy the code to our production server things go wrong. First the OpenID gem could not be located. This made sense as it is not installed on the production server, so after some browsing it appeared that I needed: $ cd
2007 Nov 13
0
Prevent logging of request
Dear all, I want to prevent a certain request from showing up in the log files. The site I am building had to have a chat which I implemented with Ajax, this floods my log files with updated request from the chat. Less than desireable. How do I prevent an entire action (call) from being logged? Thanks in advance! Harm --~--~---------~--~----~------------~-------~--~----~ You received this
2007 Nov 23
0
Restful droppable delete
I have a list of pages from which I want to delete one. This I want to do with draggable/droppable(trash can like). Which, strange enough, does not work. This does work: {{{ link_to_remote("delete", :url => project_wiki_page_path(@project, page), :method => :delete, :title =>project_wiki_page_path(@project, page)) }}} But this doesn''t: {{{ <script
2009 Jul 23
0
How does a memcached key look like?
Hi, When I use the ''action cache'' feature in Rails (2.3.2) the result is stored in Memcached. I can''t seem to figure out how the key looks like. I want to know this as I want to remove specific pieces of the cache after a new deploy. Thanks in advance.
2005 Dec 19
4
has_one, the = operator and validates_associated
Dear readers, I am puzzles by the following, imagine models A and B. A has_one B and B belongs_to A. So far so good. But rails does this great thing by relfecting on this relationship and enables me use the equals sign to do A.B=B. But now comes the puzzlement. Whenever you do this B is supposed to be saved (see,
2007 Jun 29
5
phpinfo for RoR?
Dear all, Is there something like phpinfo() for RoR? I have a dual install of ruby and would like to know which version I am actually using. Thanks in advance! Harm --~--~---------~--~----~------------~-------~--~----~ 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