search for: datafly

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

Did you mean: dataflow
2005 Oct 25
2
generate scaffold ignores controller parameter
Since I upgraded from Rails 0.13.1 to 0.14.1 "generate scaffold <Model> <Controller>" doesn''t take any notice of the controller parameter. Anyone else suffering from this? E.g.: C:\Ruby\work\test>ruby script\generate scaffold User Admin exists app/controllers/ exists app/helpers/ create app/views/users exists test/functional/
2006 Jan 02
5
How to use MySQL sum() to get total of column?
Easy one: Let''s say I have a table called ''employees'' with a column called salaries, how can I add Employee.salaries_total to the model? Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Jan 27
59
Why Macs instead of AMD or Intel ? Just curious
My first computer was a Mac (SE30) but it was also my last so I am not without appreciation of Apples wonderful aptitude for design. Without starting a flame-fest why do so many ruby and rails developers use a Mac ? It seems to be a commonality within the ruby and RoR community. Especially laptops. The first ruby users group meeting I attended was about 50% Macs (or so it seemed to me - I
2006 Jan 27
1
Code snippet request: Text email with attachment
I tried following this wiki tutorial: http://wiki.rubyonrails.org/rails/pages/HowToSendMimeMultipartEmailsWithActionMailer But I''m getting lots of errors and suspect that there may be mistakes in the code. Anyone got a snippet of a *working* multipart email (maybe using TMail) ? Thanks! -- Posted via http://www.ruby-forum.com/.