browsermedia / browsercms

BrowserCMS: Humane Content Management for Rails
http://browsercms.org
GNU Lesser General Public License v3.0
1.17k stars 260 forks source link

DEPRECATION WARNINGs #422

Open Rah1x opened 13 years ago

Rah1x commented 13 years ago

Lets list all such warnings and find its solution.

Ruby 1.9
Rails 3.0.3
BCMS 3.3.1

Here is one:

SOLUTION: gems\browsercms-3.3.1\app\models\cms\view_context.rb (around line39 inside the function content_for) Add this:


@controller = controller

.

Rah1x commented 13 years ago

Here is another one:

Anyone knows its solution?

omidify commented 13 years ago

Got that same issue.