Thank you sooooo much!
I added this
config.after_initialize do
ActiveSupport::Dependencies.load_once_paths =
ActiveSupport::Dependencies.load_once_paths.select {|path| (path =~ /
(community_engine|asset_packager)/).nil? }
end
to development config file and removed require_dependency "#
{RAILS_ROOT}/vendor/plugins/community_engine/app/models/user.rb" from
user.rb.
Could you please write why this heppens?
Again thanks a lot
On Nov 4, 1:20 pm, Jim Ruther Nill <
jvn...@gmail.com> wrote:
> try adding this in your development config file.
>
> config.after_initialize do
> ActiveSupport::Dependencies.load_once_paths =
> ActiveSupport::Dependencies.load_once_paths.select {|path| (path =~
> /(community_engine|asset_packager)/).nil? }
> end
>