search for: keburgett

Displaying 4 results from an estimated 4 matches for "keburgett".

Did you mean: burgett
2008 Nov 30
3
What you think about Ruby Jobs?
Hello everyone, I''m from Brazil, and I''m looking forward to lean a new language to work with. Ruby is my choice! :-D What is the salary average for Ruby programmers? (rookie, normal, expert) Ho pays the best salary? (country) I plan to work outside Brazil... Which country is adopting best the Ruby technology? Here in Brazil, the things is a little slow... The servers are
2009 Aug 02
1
File import/export: what is the best practice?
My app will have to import and export data in various formats. I am wondering what is the recommended best practice to do this sort of thing with Rails. Any documentation on the subject would be helpful. I can handle the parsing and formatting of the files, but I don''t know how to set up the file upload/download.
2009 Nov 26
1
Can the http response and the controller/action finish be separated?
Hi all, I have a situation where a very simple request can trigger a time- consuming operation, but the requesting page doesn''t need the result of the lengthy computation. In the standard controller action of handling the http request, it appears that ack''ing the request is closely coupled with completing the request. Can this be altered in order to separate these two actions
2008 Jan 18
15
scaffold :product missing in Rails 2.0.2 version of depot tutorial?
I am getting an error when I try to run the code for the depot application (page 67 in the Agile Web Development on Rails book, 2nd edition). I built the complete depot app with Rails 1.2.6, and all worked well. I then updated to Gem 1.0.1 and RoR 2.0.2, and attempted to repeat the tutorial, and got this strange behavior. I used "rails depot --database=mysql" because I have not