1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/myapp
Mike Perham 968bc81043
Improve Web UI session experience (#4804)
* Simplify Web UI sessions

Remove all of the hacks and support infrastructure around Rack sessions. Rails provides this by default so we don't need it for 95% of users. The other 5% need to provide a Rack session.

This is a big change and has the potential to break installs so it deserves at least a minor version bump.

See also #4671, #4728 and many others.
2021-02-12 14:50:51 -08:00
..
app Remove annoying bits of Rails that just make our life harder 2020-03-17 10:14:50 -07:00
bin Upgrade to Rails 5.2 skeleton 2018-06-21 11:14:54 -07:00
config Remove annoying bits of Rails that just make our life harder 2020-03-17 10:14:50 -07:00
db Improve Web UI session experience (#4804) 2021-02-12 14:50:51 -08:00
lib Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
log Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
script Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00
.gitignore Upgrade to Rails 5.2 skeleton 2018-06-21 11:14:54 -07:00
config.ru Upgrade to Rails 5.2 skeleton 2018-06-21 11:14:54 -07:00
Gemfile reminder 2020-04-01 07:56:02 -07:00
Rakefile Upgrade to Rails 5.2 skeleton 2018-06-21 11:14:54 -07:00
simple.ru Improve Web UI session experience (#4804) 2021-02-12 14:50:51 -08:00