Displaying 3 results from an estimated 3 matches for "bagasi".
Did you mean:
bagas
2006 Mar 25
3
RAILS_ROOT Help Required!
...projects%2Fbandwork%2Fpublic%2F..%2Fconfig%2F..%2Fpublic%2Fdump%2FDM100044.WMA">DM100044.WMA</a>
I don''t what''s wrong. As I said, the absolute paths don''t work as well.
Thanks in advance. I have made the above possible by following this:
http://www.albert.bagasie.com/RailsTips/FileUpload
Regards,
Rizwan Reza
--
Posted via http://www.ruby-forum.com/.
2006 Jan 27
2
pagination and nested parameters
Hi all,
I''ve got a couple select_date form helpers. For pagination, I need to submit
these form values. I tried this, but it''s apparently wrong:
link_to ''Previous page'', {
:page => @schedule_pages.current.previous,
:params => {:date => {:month => @month}, :date => {:year => @year}}
}
I tried a few variations, but no luck.
2006 Jan 27
10
html special characters. h() failure.
I was trying to convert a some text with the (r) character it so it
replaced character \xAE with ®
h(@item.description) didn''t do anything. I need to use
@item.description.grep(/\xAE/,''®'') for it to work.
I think the h() function should be able to do all the codes that are
available.
Regards Neil.