Project

General

Profile

Actions

Defect #36

closed

Strange behaviour of the login form..

Added by Mahmoud M'HIRI almost 17 years ago. Updated almost 17 years ago.

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 #1

Updated by Jean-Philippe Lang almost 17 years ago

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
:-)

Actions #2

Updated by Mahmoud M'HIRI almost 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!

Actions #3

Updated by Jean-Philippe Lang almost 17 years ago

Rails 1.2.2 requirement is mentioned here:

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

Actions

Also available in: Atom PDF