Skip to content

Code Theory

Web and Mobile Development articles

  • Home
  • About
  • Contact

Tag: rack

What is Rack and Rack Middlewares (Basis of Ruby Frameworks) ?

Rack is a very thin interface between Ruby frameworks and web servers that support Ruby. What it basically means is that it provides a minimal API for connecting web servers (supporting Ruby) and web frameworks (that implement it).

Continue reading “What is Rack and Rack Middlewares (Basis of Ruby Frameworks) ?”

Author RishabhPosted on July 29, 2025Categories Web DevelopmentTags rack, ruby

Recent Posts

  • How to find a pattern with re.search in a Python string
  • How to pass **kwargs inside a Python function
  • How to override a method in a Python class

Subscribe

  • Follow on Twitter
  • RSS Feeds
  • Subscribe by Email
  • Home
  • About
  • Contact
Code Theory Proudly powered by WordPress