Project

General

Profile

Breadcrumbs and Changing Enviornments

Added by Randy Black over 14 years ago

Hello folks.

I have two questions - how in the world do I enable breadcrumbs for my wiki?

Ruby version              1.8.6 (x86_64-linux)
RubyGems version          1.3.5
Rails version             2.1.2
Active Record version     2.1.2
Action Pack version       2.1.2
Active Resource version   2.1.2
Action Mailer version     2.1.2
Active Support version    2.1.2
Edge Rails revision       unknown
Application root          /home1/ourstone/public_html/redmine
Environment               development
Database adapter          mysql
Database schema version   101

Second, why will redmine after:

rake db:migrate_plugins RAILS_ENV="production"
not go into "production" mode?

This is my database.yml

production:
 adapter: mysql
 database: username_redmine
 host: localhost
 username: username_redmine
 password: *****
 encoding: utf8

development:
  adapter: mysql
  database: username_redmine
  host: localhost
  username: username_redmine
  password: *****
  encoding: utf8


Replies (2)

RE: Breadcrumbs and Changing Enviornments - Added by Mischa The Evil over 14 years ago

Randy Black wrote:

how in the world do I enable breadcrumbs for my wiki?
[...]

See RedmineWikis.

Randy Black wrote:

why will redmine after: [...] not go into "production" mode?
[...]

That command doesn't start the actual Redmine "application", it only starts the plugins-migration rake-task in production-mode.

Regards,

Mischa.

RE: Breadcrumbs and Changing Enviornments - Added by Peter Stolle about 14 years ago

Sorry,

but I can't find any information how to switch the breadcrumbs on.

Can you please send a link or short description where to find the info?

Peter

    (1-2/2)