search for: hadermann

Displaying 7 results from an estimated 7 matches for "hadermann".

2006 Jun 21
5
model with not te be updated attributes ?
Hi List, I have a table that contains several fields that must be initialized when first created, but may not be altered afterwards (when updating the other fields) because they can be changed by external processes. I noticed that the ActiveRecord update commands (even update_attribute) only seem to work by loading the complete record, changing fields that need to be changed and doing a full
2007 Jan 23
11
dynamic tablenames
Hi List! May I tap into your combined common sense ? I have a legacy logging app that needs to be modernized. At the moment, Data is going to be stored in 5 tables, one table is going to contain more than 200 million and 2 others about 60 million rows. Mysql will be used, unless someone sees a major advantage in using something else (at the moment data is stored in a raw positioned file format,
2006 Jan 25
14
Salted Hash Login Generator
Does this work with rails 1.0 ? I saw that people said it failed with rails 14.1, which practically identical. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060125/5da24694/attachment.html
2006 May 23
0
Komodo - switch between controller/view
For the Komodo users: I found a way to be able to switch between the controller/action you''re editing and the corresponding view (and back) using a Toolbox script (and thus keyboard shortcut if wanted). Check http://www.hadermann.be/blog/16/switch-between-rails-controller-and-view -in-komodo/ I was too jealous of this Textmate feature and don''t have time to switch to osx right now ;-) I''ll be happy to answer any questions if needed, but I''m on holiday the next 2 days so be patient... Piet....
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete features for win32. It would be perfect if it could do something akin to what DHH is doing on the screencast hosted on the rails website. http://media.rubyonrails.org/video/rails_take2_with_sound.mov Cheers -- Posted via http://www.ruby-forum.com/.
2007 Mar 06
59
Memory leaks in my site
Hi all, My environment is ruby-1.8.4, rails 1.2.2, mongrel 1.0.1, linux 2.6. Now, i have a problem on memory leaks with mongrel. My site is running 5 mongrel processes on a 2G RAM machine, the memory of each process grows from about 20M to about 250M, but it never recover to the initial 20M, so i had to restart the mongrel processes once per day. The load is about 1M hits per day. Waiting for
2007 Feb 08
0
mongrel limiting amount of connections ?
Hi! I''ve been using Mongrel in a Rails setup with HAProxy as a loadbalancer. I used to use Pound, but HAProxy is much more performant and has the very nice option to limit the amount of requests sent to the backend servers/processes. In practice, this means that a new incoming request will not be sent to a Mongrel that''s already busy processing a request. There''s