Hi, i have an application done with jruby 1.4 and i want to migrate to
jruby
1.5
i have pb with this code:
|
|
|
|
<% form_tag ({:controller=> "users", :action=> "login"}) do %>
Authentification
|
Utilisateur: |
<%= text_field "user", "name", :size => 15 %> |
Mot de passe: |
<%= password_field "user", "password", :size => 15 %> |
|
|
|
<%= submit_tag "S'authentifier"
%> |
<% end %> |
|
i’m sure that the prb is done with “form_tag”… May be there’s not the
same
with jruby 1.5… And when i run mongrel server i obtain this result like
in
detached file http://old.nabble.com/file/p28668497/Capture.png
Capture.png
Can u help me? thanks
View this message in context:
http://old.nabble.com/jruby-1.4-->-jruby-1.5-tp28668497p28668497.html
Sent from the JRuby - User mailing list archive at Nabble.com.
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
On Tue, May 25, 2010 at 6:39 AM, khzied [email protected] wrote:
Hi, i have an application done with jruby 1.4 and i want to migrate to jruby
1.5
i’m sure that the prb is done with “form_tag”… May be there’s not the same
with jruby 1.5…
“form_tag” is a Rails method, and has absolutely nothing to do with
the version of JRuby.
What is the actual problem you’re having?
And when i run mongrel server i obtain this result like in
detached file http://old.nabble.com/file/p28668497/Capture.png Capture.png
There doesn’t seem to be anything there; perhaps you can copy/paste
the log file entry for the error instead?
–
Hassan S. ------------------------ [email protected]
twitter: @hassan
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
i’am sorry, it was the problem of the version of rails. With the last
version
of rails (2.3.7) there"s a pb with form_tag.
Thanks
hassan.schroeder wrote:
the log file entry for the error instead?
–
View this message in context:
http://old.nabble.com/jruby-1.4-->-jruby-1.5-tp28668497p28670335.html
Sent from the JRuby - User mailing list archive at Nabble.com.
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email