danabr75 / rails_json_serializer

A Lightweight Rails JSON Serializer (gem library source-code)
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Issue with Rails autoloading and Inheriting Serializers #7

Closed danabr75 closed 4 years ago

danabr75 commented 4 years ago

Currently works on Rails server and console launch, but after rails auto-loads after changes, subclasses aren't getting their overriding serializers, and are using their inherited class's serializers instead.

danabr75 commented 4 years ago

Added code to prevent autoloading not loading in modules. Was not specific to this. Any module that does class_eval would have issues with Rails auto-loading.