tristandunn / pusher-fake

A fake Pusher server for development and testing.
https://rubygems.org/gems/pusher-fake
MIT License
173 stars 32 forks source link

Readme updates #39

Closed HamptonMakes closed 9 years ago

HamptonMakes commented 9 years ago

Just clearing up the readme a little bit. I was unclear using it at first if it really did spin up a whole (basically, real) server that I could use with all my different bits of code.

Also, cleared up that the require has side effects.

I do still plan on implementing a new configuraiton interface. It just doesn't make sense to me that I have to configure the Pusher library with fake data first. I'd rather have it go the other way... that is, I tell the faker what I want, and Pusher just follows along, being faked out.

tristandunn commented 9 years ago

Finally got around to merging this. Thanks. Also made the tweaks I wanted. Let me know if you think I screwed anything up.

And I opened #43 for providing defaults to Pusher in case I don't get to it today.