| orehon | danfg, but it is ok! The password is great. Let me continue! |
| danfg | orehon: filter_parameter_logging won't protect you from that, use SSL, or encode your stuff with javascript (poor solution security-wise) |
| diclophis-work | hello all |
| chjunior | halorgium, can you help-me with more then "look in the rails code"? something like "rails wiki can help you" |
| NewMonarch | See those check boxes at the bottom? I want those pre-populated. ^^ danfg |
| diclophis-work | so, is there a unix command that will take the output from two commands and combine them? |
| NewMonarch | hey diclophis-work |
| diclophis-work | y0 |
| jacqui | hullo |
| danfg | NewMonarch: how about not having a model for ListMembership, and having a has_and_belongs_to_many :MailingList on the Person model? |
| ErikR | okay :) |
| foomanchoo | diclophis-work: ? you want to combine two commands onto one line? what do you want to do? |
| ErikR | to what extent do you ppl create special data structures that you pass to the views? |
| orehon | danfg, So how can I use https on my login controller? any idea? |
| danfg | NewMonarch: wow your browser skin is gay |
| diclophis-work | foomanchoo: i want to watch the tail -f /log/file from two machines, in one window |
| ErikR | and how much do you let the views mess with the models directly? |
| NewMonarch | danfg: The reason is that you can belong to many lists and I didn't want to have to update 15 rows when their email or phone number changed danfg: Ha... I don't even know what it's set to |
| danfg | NewMonarch: hmm, don't worry, that won't happen |
| NewMonarch | danfg: I use Safari |
| danfg | NewMonarch: that's ok, j/k |
| NewMonarch | danfg: How would that not happen? I'd have a different entry for every subscription. |
| jacqui | diclophis-work: i wonder if you could set up spread to do that |
| diclophis-work | spread? |
| jacqui | http://www.spread.org/ |
| diclophis-work | mm that seams like a bitbuch |
| danfg | NewMonarch: has_and_belongs_to_many would use a people_mailing_lists table as a join table, but things would be the same, it's just that you don't need a ListMembership model AFAICT |
| jacqui | or maybe: https://labs.omniti.com/trac/spreadlogd |
| RubyPanther | I would just use screen and reattach when switching machines |
| danfg | brb |
| NewMonarch | danfg: I sorta had that before and refactored it to be like this. But as far as putting this in the View. Would you recommend somewhere different? |
| diclophis-work | mmm, i am more interesting in something i dont need to integrate into my application |
| danfg | NewMonarch: actually the join table would be called mailing_lists_people |
| NewMonarch | danfg: How's that any different than what I have though? |
| halorgium | chjunior: one sec |
| danfg | NewMonarch: not much, just simpler. but anyway, suit yourself |
| foomanchoo | diclophis-work: yeah, that is a good question. i am sure that there is through some method of piping and fg/bg, but it is well beyond my ability. |
| NewMonarch | danfg: But for the code in the View... no other recommendation? |