i have develop some coding like login forms and registration forms in
normal ROR way. they are working 100% ok as i want.
bt not i have created the html interface to my page and find dificult to
add the ROR components that i have created to the newly design web
interface.
For a example.
in the in my HTML file i have a allocate separate area(in the top right
hand corner of the page.) to add my login box i created in the ROR way.
i find difficult to integrate them together. even tried some codings in
the net to my taks. bt fails.
My html file is named as index. html and my login form is in the
app/login/login.rhtml
<!--Side Box Begin-->
<div class="side-box-top">
<div class="OrangeTitleMedium">User Login</div>
</div>
<div class="side-box-middle">
###### login form should comes here.....
(that i have design in the
but here is seems the page we are going to render has to be in the same
controller (means same sub folder in the app folder) (i do not sure
weather i am 100% correct on this.)
bt i want to call for a different controller with a action how to
achive it/.
thanksssssssss
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.