Displaying 3 results from an estimated 3 matches for "blasterpal".
2008 Sep 18
2
change_table is not working on production server
Hi,
I have added to my migration a change_table action. It works fine on my
local dev machine, but on the production server the migration does not
happen although the schema.rb file gets correctly updated.
I am running Rails 2.1.1
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2009 Feb 09
7
favored development environment
I am about to purchase a laptop strictly for development (ruby &
rails) and then leverage my existing large screen monitor with it when
in the office. Laptop monitor for running tests, large screen for
development etc. Wondering what the consensus is now on most ideal
environment for rails at this point? Macbook pro + textmate? Pc with
unbuntu + vim(or whatever)? what are most professional
2008 Sep 27
3
make a system call and proceed without waiting for result?
This is probably a general ruby question: in one of my models i need to
make loads (up to 600 or so) of system calls with the curl command.
It''s a fire-and-forget kind of deal - i don''t care, at that particular
moment, whether the calls were successful or not and i certainly don''t
want to keep the user waiting for the html responses to come back.
Is it possible, with a