Defect #36
Strange behaviour of the login form..
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
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
History
#1
Updated by Jean-Philippe Lang over 15 years ago
Rails 1.2.2 requirement is mentioned here:
#2
Updated by Mahmoud M'HIRI over 15 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!
#3
Updated by Jean-Philippe Lang over 15 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
:-)