[Rails] Re: commenting in new.erb template file

2010-06-27 Thread axelsef
I am new in ruby but i will try to help you. I think that in your controller should have the new def def new ... @subjects = Subject.find(:all) end this will give information that you need in your view file. -- You received this message because you are subscribed to the

[Rails] Re: Hi, how can I split line length in Rails?

2010-05-24 Thread axelsef
use text_area for example %= text_area(:product,:description ,:size=100x10,:disabled=disabled) % I hope that will help. On May 24, 3:13 pm, Ainar Abramovich youhubcommun...@gmail.com wrote: Hi to everyone! I need to split one long line in two or multiple lines.. how can I do that? I have a