aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/rack/metal.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure that loading metals from the main app and engines works on older Ruby ...Simon Jefford2009-03-051-3/+5
* Enhanced Rails Metal - the load order of metals can now be configured [#2057 ...Simon Jefford2009-03-031-3/+13
* Metal can now line in plugins under app/metal [#2045 state:committed]Matthew Rudy Jacobs2009-02-271-6/+9
* Diverge Metal implementation from Rack::Cascade since we want the last app to...Joshua Peek2008-12-191-13/+22
* Cheaper metal cascadeJeremy Kemper2008-12-181-10/+20
* Make generated Metal bits a pure rack endpoint application (not middleware)Joshua Peek2008-12-171-12/+8
* Introduce Rails MetalJoshua Peek2008-12-161-0/+21