jimsynz / faye-rails

Simple Rails glue for the Faye messaging protocol.
MIT License
435 stars 79 forks source link

Rename internal classes so that they're prefixed with Faye #46

Open ghost opened 11 years ago

ghost commented 11 years ago

So, for example, Channel would be renamed to FayeChannel, Message would be renamed to FayeMessage, etc.

This would make it much harder for classes like Channel and Message to collide with user-defined models, and considering how they're mostly used internally, it shouldn't be too much of a problem to rename them.

jimsynz commented 9 years ago

Sounds great. Feel free to send a PR.