rack / rack-session

MIT License
33 stars 14 forks source link

Add rack-session.rb file to make usage with bundler easier #8

Closed jeremyevans closed 2 years ago

jeremyevans commented 2 years ago

Fixes #6

ioquatix commented 2 years ago

How does this make it easier? Is this some kind of autoload hook?

dentarg commented 2 years ago

Bundler can autorequire the name in the Gemfile

https://bundler.io/man/gemfile.5.html#REQUIRE-AS

ioquatix commented 2 years ago

According to the bundler team, this should be trying to load rack/session.rb. So, I'll investigate why that might not be working.

ioquatix commented 2 years ago

I confirmed that this is not needed.