Actions
Defect #36
closedStrange behaviour of the login form..
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
When i hosted redMine to my remote server, all is fine but when I'm trying to run redMine on my local machine, the login
form is not behaving as it should: in fact when substituting the form opening way from:
<%= form_tag({:action => "login"}, :class => "tabular" )%>
to
<% form_tag({:action=> "login"}, :class => "tabular") do %>
it was shown correctly.
Maybe it's caused by the rails version, I'm running with:
Ruby 1.8.5-21
Rails to 1.1.6
Actions