aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine.rb
Commit message (Expand)AuthorAgeFilesLines
* Removing Metal from Rails 3. wycats2010-05-291-6/+1
* Ensure that eager_load actually takes place just after the middleware stack i...José Valim2010-05-151-13/+12
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-5/+10
* Fix docs typo: app.middlewares -> app.middlewareJeremy Kemper2010-04-291-1/+1
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+2
* Regexp.escape(load_path) in add_routing_namespaces initializer [#4442 state:r...Phil Smith2010-04-201-1/+1
* Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]Anil Wadghule2010-04-131-1/+1
* Update the documentation for Engine and Railtie.José Valim2010-04-051-4/+4
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-6/+2
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-2/+7
* Merge branch 'master' into docrailswycats2010-03-261-4/+4
|\
| * Move application configuration to the application configuration object, remov...José Valim2010-03-261-3/+3
| * Improve heuristic for railties default name, otherwise railties may be named ...José Valim2010-03-261-1/+1
| * init.rb in plugins is here to staywycats2010-03-231-7/+0
| * Ensure lib/rails/initializers/*.rb also works for gems.José Valim2010-03-231-0/+7
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-10/+13
|\|
| * Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-2/+2
| * Add mailers to paths in case someone wants to access it directly and ensures ...José Valim2010-03-061-1/+1
| * Don't rely on Rails.application global state in ConfigCarlhuda2010-03-031-1/+1
| * Get the railties tests to pass again.Carlhuda2010-03-021-2/+2
| * Fix unstated usage of PathnameJeremy Kemper2010-03-011-1/+2
| * Remove implicit controller namespacing from new dslJoshua Peek2010-02-281-1/+2
| * Revert "Revert "Application detection should also allow dots in the path.""Jeremy Kemper2010-02-271-1/+1
| * Revert "Application detection should also allow dots in the path."Jeremy Kemper2010-02-271-1/+1
| * plugin rails/init.rb deprecation messageJeremy Kemper2010-02-261-3/+3
| * Application detection should also allow dots in the path.José Valim2010-02-261-1/+1
| * Rename engines_load_path to railties_load_path.José Valim2010-02-201-1/+1
| * Ensure config.after_initializer is executed before building the middleware st...José Valim2010-02-181-0/+1
| * Fix called_from under Windows so engines works properlyAaron2010-02-181-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-141-1/+5
|\|
| * Take into account gem versions (so script/rails server can work outside the a...José Valim2010-02-081-1/+1
| * Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-061-0/+4
* | Editing the railties/../railtie.rb and engine.rb docsMikel Lindsaar2010-02-081-4/+3
* | Add docs for Railtie, Engine, Plugin and Application.José Valim2010-02-021-0/+84
|/
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-1/+1
* Refactor MetalLoader and RoutesReloader to rely less on class configuration.José Valim2010-01-281-4/+4
* Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ...José Valim2010-01-261-1/+1
* As first step setup the load path and lazy compare middlewares.José Valim2010-01-251-2/+2
* Fix i18n locales order test.José Valim2010-01-251-7/+9
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-7/+11
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-0/+3
* Ensure namespaced controllers in engines work.José Valim2010-01-241-0/+10
* Solve some pendencies.José Valim2010-01-241-2/+2
* Move configuration to subfolders.José Valim2010-01-231-1/+3
* Create configurable modules and ensure that they are added only on direct chi...José Valim2010-01-231-23/+15
* Plugin is now an Engine.José Valim2010-01-231-1/+10
* First steps into making Plugin < Engine.José Valim2010-01-231-10/+10
* Extract Railtie load from application.José Valim2010-01-231-6/+3
* Extract routes reloading responsibilities from application and load them just...José Valim2010-01-231-4/+2
* Ensure user set load paths have higher preference and move Bootstrap inside A...José Valim2010-01-231-2/+2