| Commit message (Expand) | Author | Age | Files | Lines |
* | Add helper for loading seed data for engine and application | Piotr Sarnacki | 2010-09-20 | 1 | -0/+1 |
* | Include all helpers from non-namespaced engines | Piotr Sarnacki | 2010-09-03 | 1 | -0/+1 |
* | Get rid of static_paths method and instead configure paths for ActionDispatch... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+4 |
* | Added Rails.application.config.paths.db.migrate to remove hardcoded db/migrat... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+2 |
* | Added ability to set asset_path for engines | Piotr Sarnacki | 2010-09-03 | 1 | -1/+1 |
* | Move singleton pattern to Railtie and remove Engine::Configurable and Applica... | Piotr Sarnacki | 2010-09-03 | 1 | -31/+0 |
* | Allow Engines loading its own environment file from config/environments | Piotr Sarnacki | 2010-09-03 | 1 | -0/+1 |
* | Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m... | Piotr Sarnacki | 2010-09-03 | 2 | -7/+1 |
* | Engine can now serve files with ActionDispatch::Static | Piotr Sarnacki | 2010-09-03 | 1 | -2/+3 |
* | Engine can now load its own plugins | Piotr Sarnacki | 2010-09-03 | 2 | -1/+26 |
* | Made Engine valid rack app with its own middleware stack | Piotr Sarnacki | 2010-09-03 | 2 | -1/+14 |
* | Revert "Put lib back on the autoload path" | José Valim | 2010-08-04 | 1 | -1/+1 |
* | Put lib back on the autoload path | wycats | 2010-08-03 | 1 | -1/+1 |
* | Add a header that tells Internet Explorer (all versions) to use the best avai... | wycats | 2010-07-27 | 1 | -1/+1 |
* | A few changes were done in this commit: | José Valim | 2010-06-28 | 1 | -2/+2 |
* | renames load_(once_)paths to autoload_(once_)paths in dependencies and config | Xavier Noria | 2010-06-24 | 1 | -5/+5 |
* | Revert "files in the lib directory are no longer autoloaded" | Xavier Noria | 2010-06-21 | 1 | -5/+1 |
* | files in the lib directory are no longer autoloaded | Xavier Noria | 2010-06-21 | 1 | -1/+5 |
* | Removing Metal from Rails 3. | wycats | 2010-05-29 | 1 | -1/+0 |
* | Fix a typo in load_once_paths [#4357 state:resolved] (ht: Kim Altintop) | José Valim | 2010-04-10 | 1 | -1/+1 |
* | Remove app/views from the load paths [#4226 state:resolved] | José Valim | 2010-04-05 | 1 | -1/+1 |
* | Rename config.cookie_secret to config.secret_token and pass it as configurati... | José Valim | 2010-04-05 | 1 | -1/+0 |
* | Add mailers to paths in case someone wants to access it directly and ensures ... | José Valim | 2010-03-06 | 1 | -2/+3 |
* | Deprecated ActionController::Base.session_options= and ActionController::Base... | Carlhuda | 2010-03-04 | 1 | -0/+1 |
* | Start refactoring the method of configuring ActionView | Carlhuda | 2010-03-03 | 1 | -0/+3 |
* | Add config.generators.templates to provide alternative paths for template loo... | José Valim | 2010-02-06 | 1 | -0/+1 |
* | Add reloadable specific for engines and move environment to application paths. | José Valim | 2010-01-28 | 1 | -1/+0 |
* | Add active_model/railtie back to generated boot.rb, add models back to paths,... | José Valim | 2010-01-25 | 1 | -0/+1 |
* | Ensure metals and initializers in plugins are loaded. | José Valim | 2010-01-24 | 1 | -1/+1 |
* | Add tests for plugin sanity check. | José Valim | 2010-01-24 | 1 | -1/+2 |
* | Ensure helpers work from configured path. | José Valim | 2010-01-24 | 1 | -0/+1 |
* | Move configuration to subfolders. | José Valim | 2010-01-23 | 2 | -1/+49 |
* | Create configurable modules and ensure that they are added only on direct chi... | José Valim | 2010-01-23 | 1 | -0/+24 |