1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Francesco Rodriguez
b7956b2016 Use string interpolation instead of plus. 2016-09-07 23:37:37 +02:00
Francesco Rodriguez
99a0298b4f Re-use defined constants. 2016-09-07 23:19:12 +02:00
Francesco Rodriguez
78833eb78a Remove unused constants on Puma::CommonLogger. 2016-09-07 23:12:26 +02:00
Evan Phoenix
5fdf337790 Move puma.rb to just autoloads. Fixes #1063 2016-09-05 11:29:16 -07:00
Evan Phoenix
537bc21593 Remove rack dependency. Fixes #705
Because frameworks like rails dependent on rack, if puma truly wants to
be able to reload new code and thus new versions of rails, it has to be
able to reload rack as well.

Having a dependency on rack held by puma prevented that from happening
and so that dependency has been removed.
2015-07-14 10:28:59 -07:00