On Wed, Feb 6, 2013 at 11:04 AM, habur gate <li...@ruby-forum.com> wrote:
> I'm running Redmine on Ruby, and attempting to load a new plugin. When I
> attempt to run the command:

It's diagnostically irrelevant to mention that you "installed a new
plugin" and not provide that plugin name and how you went about doing
it.


> rake db:migrate_plugins RAILS_ENV=production

You should really set that inside of the env permanently rather than
raking with it in the line, you are asking for mistakes to be made if
you don't enforce it on the server.

> It fails with this error:
>
> rake aborted!
> no such file to load -- initializer
> /var/www/redmine/config/boot.rb:65:in `require'
> /var/www/redmine/config/boot.rb:65:in `load_initializer'
> /var/www/redmine/config/boot.rb:43:in `run'
> /var/www/redmine/config/boot.rb:16:in `boot!'
> /var/www/redmine/config/boot.rb:124
> /var/www/redmine/Rakefile:4
> (See full trace by running task with --trace)

Are you sure Rails is installed?  Also, the backtrace leads you right
to the file.

>
> I am a sysadmin and not overly familiar with Ruby or Rails, and
> attempting to get this up for our developers. I've been googling all
> morning and had no success.

Why are you doing your developers debugging?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to