| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ... | José Valim | 2010-01-26 | 1 | -1/+1 |
* | As first step setup the load path and lazy compare middlewares. | José Valim | 2010-01-25 | 1 | -2/+2 |
* | Fix i18n locales order test. | José Valim | 2010-01-25 | 1 | -7/+9 |
* | Ensure metals and initializers in plugins are loaded. | José Valim | 2010-01-24 | 1 | -7/+11 |
* | Rename plugin_name to railtie_name and engine_name. | José Valim | 2010-01-24 | 1 | -0/+3 |
* | Ensure namespaced controllers in engines work. | José Valim | 2010-01-24 | 1 | -0/+10 |
* | Solve some pendencies. | José Valim | 2010-01-24 | 1 | -2/+2 |
* | Move configuration to subfolders. | José Valim | 2010-01-23 | 1 | -1/+3 |
* | Create configurable modules and ensure that they are added only on direct chi... | José Valim | 2010-01-23 | 1 | -23/+15 |
* | Plugin is now an Engine. | José Valim | 2010-01-23 | 1 | -1/+10 |
* | First steps into making Plugin < Engine. | José Valim | 2010-01-23 | 1 | -10/+10 |
* | Extract Railtie load from application. | José Valim | 2010-01-23 | 1 | -6/+3 |
* | Extract routes reloading responsibilities from application and load them just... | José Valim | 2010-01-23 | 1 | -4/+2 |
* | Ensure user set load paths have higher preference and move Bootstrap inside A... | José Valim | 2010-01-23 | 1 | -2/+2 |
* | Get rid of initializers global and create i18n railtie. | José Valim | 2010-01-23 | 1 | -30/+18 |
* | Got tests working once again. | José Valim | 2010-01-22 | 1 | -1/+3 |
* | Add view paths to Engine setup. | José Valim | 2010-01-22 | 1 | -16/+32 |
* | Massive cleanup in Railties and load stack. | José Valim | 2010-01-21 | 1 | -0/+107 |