1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Mike Perham
32f52c41db
Upgrade myapp to Rails 7.0.3 2022-09-08 15:45:24 -07:00
Mike Perham
55ced28181
Update standard rules (#5360)
* update standard rules and run standard:fix

* Fix more standard errors

* standardize
2022-06-05 07:44:52 -07:00
Mike Perham
27aa7c0efc Update myapp to Rails 7 2022-01-26 17:01:26 -08:00
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
Mike Perham
9ce75f9b19 Migrate and fix rake tasks in myapp 2016-12-12 09:38:24 -08:00
Mike Perham
89144133fb Holy crap, it boots Rails3 and actually sends messages to the workers! 2012-01-23 14:05:03 -08:00