On Wed, Feb 6, 2013 at 11:24 AM, habur gate <li...@ruby-forum.com> wrote:
> Jordon Bedwell wrote in post #1095584:
> 1. The plugin is called "code review" (
> http://www.redmine.org/plugins/codereview ) and I installed it to the
> /vendor/plugins directory along with the other plugins, as per the
> instructions.

It only works with Redmine 2 you'll either need to install an older
version of the plugin (and hope it has no security issues or read the
changelogs) or upgrade your Redmine.

>
> 2. When I say I'm not familiar with Ruby, I mean 0%. How can I enforce
> production on the server?

Put it in both your ~/.bashrc|~/.zshrc and the user that Redmin runs as file.

RACK_ENV="production"
RAILS_ENV=$RACK_ENV

> 4. Company politics.

Tell them Devops :)

> 5. Finally, yes, rails is installed, please read my initial post.
> Version 3.2.11

Rails 3.2.11 does not work with Redmine 1.4, that is a Rails 2.3
application.  Your post also indicates you are 1.4.4 you need to be on
1.4.7 considering there was a CVE that was recently fixed.  That said,
my suggestion is if this is a new install move to 2.x branch with
Rails 3 instead of using the older branch on an unsupported version of
Rails.

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