Hi!
Trying to install parlement-0.9 on a perfectly working Ruby on Rail environment with:
postgres (PostgreSQL) 8.0.8
ruby 1.8.4 (2005-12-24) [i686-linux]
Rails 1.1.6
rake, version 0.7.1
gem 0.8.11
I get the following error:
The site reload itself with no interruption (http://localhost:3000), and with no results, until when the browser catch the problem and avoid reloading the page again.
The code seems clean and the DB shows no problems.
What could it be?
Thanks,
Dario-Shanghai
+1
After a pause of one week I’ve found the problem:
One some systems (like my gentoo) is required to reinstall rake through gem via the following command:
gem install—remote rake
This eliminate every error. Now the local copy of parlement works perfectly ;)
+1
+1
Felicitations!!!
You are the first. Want to setup a P2P network between our systems? ;)
In subversion there is a small evolution, which requires a new gem:
gem install term-ansicolor
It will allow for some colors in the logs, much nicer on the eyes :-D
+1
I think that the database is empty or not connected!
It thus tries to go to element with id “parlement”, doesn’t find it and tries to find it again.
Did you run “ruby lib/data_import.rb”?
Otherwise you can try to fidget with the class EltController, method show (do you know ruby?).
I will gladly help you in any way I can. Don’t hesitate to ask!
+1