1
...

Ruby On RHTML Refactoring

by chalkers, June 12, 2008 10:20 Star_fullStar_fullStar_fullStar_full
0333c8c993f63d263c9bc59ad2c35a9b Talk

Ruby On Display checkboxes

by chalkers, May 24, 2008 22:04

I think you have it Eloy

0333c8c993f63d263c9bc59ad2c35a9b Talk
1
2
3
4
<% for prod in @account.products
     cked = @user.products.nil? 
     cked = @user.products.include?(prod) if !cked  %>  
...

Ruby On Display checkboxes

by chalkers, May 24, 2008 20:26

I don't think the "#{}" is ...

0333c8c993f63d263c9bc59ad2c35a9b Talk
1
2
3
4
<% for prod in @account.products
     cked = @user.products.nil? 
     cked = @user.products.include?(prod) if !cked  %>
...

Ruby On Display checkboxes

by chalkers, May 24, 2008 19:07

Haven't tested it but how a...

0333c8c993f63d263c9bc59ad2c35a9b Talk

Ruby On RSS model method

by chalkers, May 22, 2008 18:41

For give my ignorance but w...

0333c8c993f63d263c9bc59ad2c35a9b Talk