aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-061-1/+1
|\
| * Fixed typo in engine documentationThomas McDonald2010-10-061-1/+1
* | Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-27/+32
* | Use RbConfig instead of Config for 1.9.3 compatibility.José Valim2010-10-051-1/+1
* | Add documentation on app_generatorsPiotr Sarnacki2010-10-031-0/+20
* | Move routes_reloader to a class: RoutesReloaderPiotr Sarnacki2010-09-301-1/+1
* | Properly reload routes defined in class definitionPiotr Sarnacki2010-09-301-1/+6
* | Do not overwrite _railtie method on namespace while creating isolated engine ...Piotr Sarnacki2010-09-301-12/+13
|/
* List all of isolated engine changesPiotr Sarnacki2010-09-201-3/+21
* Strengthen documantation on engine's migrations and seed dataPiotr Sarnacki2010-09-201-0/+15
* Add helper for loading seed data for engine and applicationPiotr Sarnacki2010-09-201-0/+9
* Add documentation on serving assets from engine strategiesPiotr Sarnacki2010-09-061-0/+10
* Removed deprecated router API from railtiesPiotr Sarnacki2010-09-051-11/+0
* Small tidy up on Rails::Engine.José Valim2010-09-041-48/+49
* I've changed that test along the way, it should actually stay without changesPiotr Sarnacki2010-09-031-6/+6
* Use default_scope in isolated Engines to not force user to scope his routesPiotr Sarnacki2010-09-031-0/+2
* engines_blank_point should always be the last initializer in EnginePiotr Sarnacki2010-09-031-5/+5
* We should avoid creating additional initializers when we can, adding them mak...Piotr Sarnacki2010-09-031-3/+1
* Add some more docs on polymorphic_url with routes proxyPiotr Sarnacki2010-09-031-0/+10
* Include all helpers from non-namespaced enginesPiotr Sarnacki2010-09-031-2/+16
* Get rid of static_paths method and instead configure paths for ActionDispatch...Piotr Sarnacki2010-09-031-0/+7
* Documented mounted helpersPiotr Sarnacki2010-09-031-0/+29
* Document engine_namePiotr Sarnacki2010-09-031-0/+16
* Added documentation for namespaced EnginePiotr Sarnacki2010-09-031-2/+34
* Add table_name_prefix to Engine's namespace automaticallyPiotr Sarnacki2010-09-031-0/+8
* Rename isolated_engine_for to namespacePiotr Sarnacki2010-09-031-3/+3
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-031-0/+9
* Engine's assets are now served with ActionDispatch::StaticPiotr Sarnacki2010-09-031-5/+4
* Set asset_path to engine_name by defaultPiotr Sarnacki2010-09-031-1/+5
* Added tests for railtie_name and aliased it in engine as engine_namePiotr Sarnacki2010-09-031-0/+2
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-2/+21
* Added documentation on endpoint, middeware stack and routes for EnginePiotr Sarnacki2010-09-031-0/+60
* Fix url generation for mounted EnginePiotr Sarnacki2010-09-031-7/+2
* Pass routes via env['action_dispatch.routes'], it's needed by routes to deter...Piotr Sarnacki2010-09-031-1/+7
* Move singleton pattern to Railtie and remove Engine::Configurable and Applica...Piotr Sarnacki2010-09-031-12/+21
* Removed most of deprecated stuff from Application and EnginePiotr Sarnacki2010-09-031-3/+0
* Allow Engines loading its own environment file from config/environmentsPiotr Sarnacki2010-09-031-0/+9
* Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...Piotr Sarnacki2010-09-031-6/+8
* Engine can now serve files with ActionDispatch::StaticPiotr Sarnacki2010-09-031-1/+10
* Engine sets routes as default rack endpoint if no endpoint was givenPiotr Sarnacki2010-09-031-2/+5
* Delegate non existing class methods to instance for EnginePiotr Sarnacki2010-09-031-0/+6
* Gather initializers from railties in engines to get rid of additional looping...Piotr Sarnacki2010-09-031-0/+7
* Engine can now load its own pluginsPiotr Sarnacki2010-09-031-0/+5
* Made Engine valid rack app with its own middleware stackPiotr Sarnacki2010-09-031-0/+13
* Config is deprecated on 1.8.8 and 1.9.3 use RbConfigSantiago Pastorino2010-08-231-1/+1
* A few changes were done in this commit:José Valim2010-06-281-11/+10
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-8/+8
* 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