search for: ringoen

Displaying 6 results from an estimated 6 matches for "ringoen".

Did you mean: ringen
2006 May 11
0
Rails in Boulder
...;'t think they read the list. -Doug -----Original Message----- From: rails-bounces at lists.rubyonrails.org <http://lists.rubyonrails.org/mailman/listinfo/rails> [mailto:rails-bounces at lists.rubyonrails.org <http://lists.rubyonrails.org/mailman/listinfo/rails>] On Behalf Of Dave Ringoen Sent: Tuesday, February 08, 2005 2:30 PM To: rails at lists.rubyonrails.org <http://lists.rubyonrails.org/mailman/listinfo/rails> Subject: [Rails] Anyone using Rails in Boulder, Colorado? I''m getting started with Rails and would enjoy meeting anyone working with Rails in my area. It...
2005 Feb 22
2
RE: Relocating the directory for ruby_sess.* files
...ession. The session has been deleted.> Moreover, after having changed the model of the class, I''m not able to do anything! The initial controller also raise the error, so I cannot call it to perform a reset_session Thanks Massimo > -----Original Message----- > From: Dave Ringoen [mailto:email-aMBdsrFCgW+KfZpkr/XK+Q@public.gmane.org] > Sent: 19 February 2005 01:21 > To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: [Rails] Relocating the directory for ruby_sess.* files > > Is there a way to relocate where ruby_sess.* files get written? &...
2005 Nov 16
37
Postgresql vs MySQL
Is there any reason to avoid using postgresql for small web apps? That is, is it''s overhead so large that the lighter MySQL will work substantially better for small apps on small machines? Or are they very similar in performance and configuration? I''ve used MySQL but postgresql has its appeals and I''m wondering if I need to keep MySQL around at all. On the other
2005 Apr 28
7
Calendar helper?
Does anyone know if someone has created a popup calendar helper for selecting dates? The current way in rails with the multiple selects is cumbersome at best, and I didn''t see any calendar type helpers in there.
2005 Apr 27
5
Eager load mysteriously deletes records
Hi This looks like a bug in ActiveRecord. I am messing with eager loading (on 12.1) and all of a sudden records started disappearing from a table (and I am not doing anything delete related)!! The following line works OK:- @todos = Todo.find(:all, :include => [ :whens],:order => "position ASC") The following line is mysteriously deleteing :where rows from the DB after
2006 May 06
23
New Rails app is not working... I am missing something
Hi, So I have two rails applications working on my box. Theya re both tutorials that I walked through step by step. Now I am trying to write my own application and something is not working. My server is OS X 10.3.x. I am using Apache 1.3.x as the webserver with fcgi. As I mentioned before all is well with the apps that I had walk through tutorials with, but my app is not working. I