I have the following gem versions on my system :
vm-bacula-vt:~/bacuview-1.5# gem list
*** LOCAL GEMS ***
actionmailer (2.3.2)
actionpack (2.3.2)
activerecord (2.3.2)
activeresource (2.3.2)
activesupport (2.3.2)
bacuview (1.5)
rails (2.3.2)
rake (0.8.7)
To be able to run bacuview, I made the following changes :
cd {gem dir}/gems/bacuview-1.5
rake rails:update
And edit config/environment.rb to add this line in the 'Rails::Initializer.run do |config|' :
config.action_controller.session = { :key => "_bacuview_session", :secret =>
"583ddcb76da6663134a604ce335c7030" }
I had also to upgrade the debian rubygems package to squeeze version (1.3.4).
Since most new users will use latest version of rails, it may be worth pushing these changes to the repository.
With regards,
Sylvain Avril |