You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove direct dependency on Rails, keep ActiveSupport (#19)
* starting point, stubbing out the things we're borrowing from Rails
* everything working except no-rails
* make it work without rails but with activesupport
* clean up
* added some notes to the readme
* missing docs
* ensure top-level
* switch to railtie
* it actually loads rails
* remove silly env vars
* restore version constraint for activesupport
* update readme
* cleaner rails OR not-rails impl
* add sinatra example
0 commit comments