Defect #36

Strange behaviour of the login form..

Added by Mahmoud M'HIRI 510 days ago. Updated 510 days ago.

Status:Closed Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:-
Target 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

2007-04-06 15:07 - Jean-Philippe Lang

I assume you're running at least redMine 0.4.2
In doc/INSTALL, you'll see:

== Requirements
  • Ruby on Rails 1.2.2

So... upgrade Rails and it should work without hacking the code
:-)

2007-04-06 16:19 - Mahmoud M'HIRI

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!

2007-04-06 16:44 - Jean-Philippe Lang

Rails 1.2.2 requirement is mentioned here:

http://www.redmine.org/index.php?s=install

Also available in: Atom PDF