| kuya | hello |
| drako | rellik, i mean, i had a form with start_form_tag and my fields are like <td><%= text_field("usuario", "login", "size" => 22) %> |
| kuya | anyone in here care to help my problem ? please |
| jbnet | looks like the thing I mentioned is a known bug: http://rubyforge.org/tracker/index.php?func=detail&aid=4897&group_id=559&atid=2228 |
| drako | so when i called it from observer_field it was usuario_login for example |
| jbnet | so lame |
| dmc68 | rellick dcc is setup |
| drako | rellik, you get it? |
| kuya | Warning: require_gem is obsolete. Use gem instead <<<< what should i do ?? :(( |
| arooni | has anyone dealt with receiving payments by paypal? if so.. can i get some suggestions where to start? |
| jbnet | kuya: Is this in code you're written? arooni: yeah could you help me test my system by sending $100 to me? :p |
| kuya | when i run it use ./script/serve r |
| jbnet | well it's just a warning, does the server work anyway? |
| rellik | drako, what is your question? |
| kuya | no |
| arooni | jbnet: heh.. im just not sure where to start.. i heard activemerchant is good |
| drako | rellik, that now in my form_for i have my friends with form.textfield :the_field, :size => 25 |
| kuya | when run on my browser w localhost:3000 |
| Skiz | acts_as_lost :S |
| jbnet | I wonder if you have version issues, maybe the version of rails you had when you set up the directories is vastly different than the one you're using now? |
| kuya | the page is |
| drako | rellik, but when im gonna use observer_field i don't know how to name my field. |
| jbnet | arooni: sorry I actually have no clue, just makign a bad joke... I'm curious myself though |
| kuya | Application error Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html |
| rellik | drako, look at the source for the page if you aren't sure of the id of the field |
| jbnet | kuya: what os are you using? |
| kuya | ubuntu linux |
| jbnet | are you using the rails from the repo? |
| rellik | arooni, if it makes you feel better I'll be working on setting up active merchant over the next week or two for a client |
| jbnet | I'm using the same, the one in the repo is kinda old (though I used it for awhile w/o problems) |
| rellik | arooni, first time for me too |
| kuya | i just install it from source tar.gz |
| jbnet | I'd reccomend installign gem from the repo and using gem to manage all your rails related packages |