Project

General

Profile

New to Rails and Ruby - Am I stupid or what?

Added by Casey Havenor over 12 years ago

I'm editing my Redmine install to remove token auth for forms.

I've editing the redmine controller that pertains to the form post for login.

Adding - skip_before_filter :verify_authenticity_token

I've also gone into the redmine --> config --> environment.rb

Added - config.action_controller.allow_forgery_protection = false

I've removed this file and the app still works -- not sure what's the deal as I'm new to Ruby? Do I need to recompile saw something about building war file but not sure where to put it?

Thanks been trying to tackle the learning curve with no prevail so far.

Thanks,
FIGURED IT OUT> -- NEEDED TO RESTART REDMINE.