José Valim
|
53b34e8476
|
Avoid calls to Rails::Application since this is not the official API.
Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally.
|
2010-07-01 18:43:44 +02:00 |
|
José Valim
|
19d8c8cbe4
|
Remove the laziness from the middleware stack.
|
2010-05-29 22:29:46 +02:00 |
|
José Valim
|
517b35a2bb
|
Middleware stack actually runs routes and not the application.
|
2010-01-26 15:00:27 +01:00 |
|
José Valim
|
007c0bb3b0
|
Ensure proper class is shown on rake middleware.
|
2010-01-26 12:16:47 +01:00 |
|
Joshua Peek
|
9212652155
|
Add Rails::Application pointer to the default app to add symmetry to Foo::Application
|
2010-01-24 10:29:38 -06:00 |
|
Joshua Peek
|
a5d06d05fb
|
Cleanup middleware introspection output
|
2010-01-19 22:56:37 -06:00 |
|
Joshua Peek
|
db65bb5a31
|
Pull middleware for Rails info from the initializer instead of ActionController
|
2009-09-26 12:41:17 -05:00 |
|
Yehuda Katz + Carl Lerche
|
f0dd77c6be
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
|