Defect #36
closedStrange behaviour of the login form..
0%
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
Updated by Jean-Philippe Lang over 17 years ago
I assume you're running at least redMine 0.4.2
In doc/INSTALL, you'll see:
- Ruby on Rails 1.2.2
So... upgrade Rails and it should work without hacking the code
:-)
Updated by Mahmoud M'HIRI over 17 years ago
Thanks :)
In fact, I'm so careful when updating rails because i won't
use a recent version then used in my remote server.
And about what is said in doc/INSTALL, i think that it
should be mentioned in the redMine's homepage (installation
page).
anyway! i updated to 1.2.3 and all is fine!
Updated by Jean-Philippe Lang over 17 years ago
Rails 1.2.2 requirement is mentioned here: