pretct wrote:
> I am newbee in ruby language. We are making our college''s
website
> in ruby.
> We have decided to provide a personalised web page for users i.e.
> college students. Can we make it in ruby or it will come under html or
> similar view language?
> Pls come up with ur thoughts on this.
Our current project at work uses Lilu to render custom HTML. You could allow
your users to enter an "edit mode" where they can change their HTML.
Lilu
will populate tags with specific classes with data, such as your students
grades.
You can also use Lilu, and its underlying Hpricot layer, to prune out any
shenanigans, such as <object> tags, that your students (raised on MySpace)
might think to slip in...
--
Phlip
http://www.oreilly.com/catalog/9780596510657/
"Test Driven Ajax (on Rails)"
assert_xpath, assert_javascript, & assert_ajax
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---