|
|
Question : Using Framesets in Ruby on Rails
|
|
Hello, I am new to R on R and would like to know how to incoporate Framesets. Where exactly should the FRAMESET code go?
I have had limited success with the following code but the code in application.html.erb code is as follows: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
Bureaus: <%= controller.action_name %> <%= stylesheet_link_tag 'scaffold' %>
<%= flash[:notice] %>
<%= yield %>
|
Answer : Using Framesets in Ruby on Rails
|
|
Sounds like you're going straight to "/" instead of /welcome/frameset.
Root should be mapped, yes, though usually it's to a default page, rather than to a sub-frame of a frameset. Though honestly if it makes sense to you and your customer, then that's fine too.
|
|
|
|
|