Displaying 4 results from an estimated 4 matches for "seagha".
Did you mean:
sasha
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
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/.
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
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