search for: ctro

Displaying 5 results from an estimated 5 matches for "ctro".

Did you mean: ctrl
2006 May 04
7
windows / migration issues
Running latest rails, etc on windows xp. I can''t use "rake migrate" to migrate to latest version. I NEED to specify, i.e. "rake migrate VERSION=11" for things to work consistently. plain ''ol "rake migrate" never makes it to the latest version. no errors, she just stops short of the latest version. hasn''t been a problem until now --
2006 Nov 14
16
memory issues -- mongrel part of the problem?
Hi. I''m a fairly new mongrel user and have a scenario that I wanted to run by you all, see if anyone''s synapses connect -- mine def. aren''t! I''m running a fairly simple rails app through a mongrel cluster (2 mongrels). This site is consistently sloooow -- memory on the server is regularly paging (and shouldn''t be). ssh-ing in and running top shows
2006 Jun 19
0
1 RAILSCONF TICKET FOR SALE
Looking to get rid of a railsconf ticket. (face value) Let me know if you''re interested. Clint -- clint troxel _ openEndStudios.com _ 307.413.0366 http://openendstudios.com
2006 Nov 04
0
excluding column from associations
Is there a recommended way to exclude a column from associations? for example: Model Album has_and_belongs_to_many :photos Model Photo has_and_belongs_to_many :albums Photo Table int :id int :order blob :data <-- the culprit! -------------------------------------------------------- I''m caching the output of Photo.data in a controller, but i don''t want to select
2008 Jan 15
1
actionmailer the background
I have bdrb successfully set up and running in a local project. It''s doing two things: 1) processing large csv files and using ActiveRecord to insert 2) sending large batches of emails using ActionMailer In development both work well. I see my ActionMailer emails in the log (though it''s the development.log -- odd?) On the production server csv processing works well, but