| Commit message (Expand) | Author | Age | Files | Lines |
* | Add documentation on serving assets from engine strategies | Piotr Sarnacki | 2010-09-06 | 1 | -0/+10 |
* | Removed deprecated router API from railties | Piotr Sarnacki | 2010-09-05 | 1 | -11/+0 |
* | Small tidy up on Rails::Engine. | José Valim | 2010-09-04 | 1 | -48/+49 |
* | I've changed that test along the way, it should actually stay without changes | Piotr Sarnacki | 2010-09-03 | 1 | -6/+6 |
* | Use default_scope in isolated Engines to not force user to scope his routes | Piotr Sarnacki | 2010-09-03 | 1 | -0/+2 |
* | engines_blank_point should always be the last initializer in Engine | Piotr Sarnacki | 2010-09-03 | 1 | -5/+5 |
* | We should avoid creating additional initializers when we can, adding them mak... | Piotr Sarnacki | 2010-09-03 | 1 | -3/+1 |
* | Add some more docs on polymorphic_url with routes proxy | Piotr Sarnacki | 2010-09-03 | 1 | -0/+10 |
* | Include all helpers from non-namespaced engines | Piotr Sarnacki | 2010-09-03 | 1 | -2/+16 |
* | Get rid of static_paths method and instead configure paths for ActionDispatch... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+7 |
* | Documented mounted helpers | Piotr Sarnacki | 2010-09-03 | 1 | -0/+29 |
* | Document engine_name | Piotr Sarnacki | 2010-09-03 | 1 | -0/+16 |
* | Added documentation for namespaced Engine | Piotr Sarnacki | 2010-09-03 | 1 | -2/+34 |
* | Add table_name_prefix to Engine's namespace automatically | Piotr Sarnacki | 2010-09-03 | 1 | -0/+8 |
* | Rename isolated_engine_for to namespace | Piotr Sarnacki | 2010-09-03 | 1 | -3/+3 |
* | Include application's helpers and router helpers by default, but include engi... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+9 |
* | Engine's assets are now served with ActionDispatch::Static | Piotr Sarnacki | 2010-09-03 | 1 | -5/+4 |
* | Set asset_path to engine_name by default | Piotr Sarnacki | 2010-09-03 | 1 | -1/+5 |
* | Added tests for railtie_name and aliased it in engine as engine_name | Piotr Sarnacki | 2010-09-03 | 1 | -0/+2 |
* | Added ability to set asset_path for engines | Piotr Sarnacki | 2010-09-03 | 1 | -2/+21 |
* | Added documentation on endpoint, middeware stack and routes for Engine | Piotr Sarnacki | 2010-09-03 | 1 | -0/+60 |
* | Fix url generation for mounted Engine | Piotr Sarnacki | 2010-09-03 | 1 | -7/+2 |
* | Pass routes via env['action_dispatch.routes'], it's needed by routes to deter... | Piotr Sarnacki | 2010-09-03 | 1 | -1/+7 |
* | Move singleton pattern to Railtie and remove Engine::Configurable and Applica... | Piotr Sarnacki | 2010-09-03 | 1 | -12/+21 |
* | Removed most of deprecated stuff from Application and Engine | Piotr Sarnacki | 2010-09-03 | 1 | -3/+0 |
* | Allow Engines loading its own environment file from config/environments | Piotr Sarnacki | 2010-09-03 | 1 | -0/+9 |
* | Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m... | Piotr Sarnacki | 2010-09-03 | 1 | -6/+8 |
* | Engine can now serve files with ActionDispatch::Static | Piotr Sarnacki | 2010-09-03 | 1 | -1/+10 |
* | Engine sets routes as default rack endpoint if no endpoint was given | Piotr Sarnacki | 2010-09-03 | 1 | -2/+5 |
* | Delegate non existing class methods to instance for Engine | Piotr Sarnacki | 2010-09-03 | 1 | -0/+6 |
* | Gather initializers from railties in engines to get rid of additional looping... | Piotr Sarnacki | 2010-09-03 | 1 | -0/+7 |
* | Engine can now load its own plugins | Piotr Sarnacki | 2010-09-03 | 1 | -0/+5 |
* | Made Engine valid rack app with its own middleware stack | Piotr Sarnacki | 2010-09-03 | 1 | -0/+13 |
* | Config is deprecated on 1.8.8 and 1.9.3 use RbConfig | Santiago Pastorino | 2010-08-23 | 1 | -1/+1 |
* | A few changes were done in this commit: | José Valim | 2010-06-28 | 1 | -11/+10 |
* | renames load_(once_)paths to autoload_(once_)paths in dependencies and config | Xavier Noria | 2010-06-24 | 1 | -8/+8 |
* | Removing Metal from Rails 3. | wycats | 2010-05-29 | 1 | -6/+1 |
* | Ensure that eager_load actually takes place just after the middleware stack i... | José Valim | 2010-05-15 | 1 | -13/+12 |
* | Reorganized initializers a bit to enable better hooks for common cases withou... | wycats | 2010-05-15 | 1 | -5/+10 |
* | Fix docs typo: app.middlewares -> app.middleware | Jeremy Kemper | 2010-04-29 | 1 | -1/+1 |
* | Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved] | Anil Wadghule | 2010-04-26 | 1 | -1/+2 |
* | Regexp.escape(load_path) in add_routing_namespaces initializer [#4442 state:r... | Phil Smith | 2010-04-20 | 1 | -1/+1 |
* | Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved] | Anil Wadghule | 2010-04-13 | 1 | -1/+1 |
* | Update the documentation for Engine and Railtie. | José Valim | 2010-04-05 | 1 | -4/+4 |
* | Rename config.cookie_secret to config.secret_token and pass it as configurati... | José Valim | 2010-04-05 | 1 | -6/+2 |
* | Replace the placeholder base_hook API with on_load. To specify some code that | wycats | 2010-03-29 | 1 | -2/+7 |
* | Merge branch 'master' into docrails | wycats | 2010-03-26 | 1 | -4/+4 |
|\ |
|
| * | Move application configuration to the application configuration object, remov... | José Valim | 2010-03-26 | 1 | -3/+3 |
| * | Improve heuristic for railties default name, otherwise railties may be named ... | José Valim | 2010-03-26 | 1 | -1/+1 |
| * | init.rb in plugins is here to stay | wycats | 2010-03-23 | 1 | -7/+0 |