aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/engine.rb
Commit message (Expand)AuthorAgeFilesLines
* Make ActionController::Base.modules_for_helpers and ActionController::Base.al...Piotr Sarnacki2011-04-251-2/+2
* Add Engine#helpers method which loads all the engine's helpersPiotr Sarnacki2011-04-251-0/+39
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-67/+7
* Fix tests.José Valim2011-04-151-13/+24
* Booya, sprockets now works from Engines.José Valim2011-04-151-0/+5
* Engines that use isolate_namespace with nested modules should set correct mod...Rolf Timmermans2011-03-281-2/+2
* refactored Engine.#find by giving an explicit name to a variable and reducing...Diego Carrion2011-03-091-3/+3
* Railties typos.R.T. Lechow2011-03-051-3/+3
* only compute path.to_s onceAaron Patterson2011-03-021-1/+4
* Make all references to engines lowercase in docs.Matt Buck2011-01-191-36/+36
* Copy-edit and format Rails::Engine docs.Matt Buck2011-01-141-85/+93
* Should be isolated engine instead of namespaced enginePiotr Sarnacki2010-12-161-1/+1
* Ensure asset_path defaults to nil for applicationJosé Valim2010-12-091-1/+6
* Rails::Engine.find(path) - method to find engine by pathPiotr Sarnacki2010-12-091-0/+5
* Do not create table_name_prefix method on isolated module if the method alrea...Piotr Sarnacki2010-11-221-2/+4
* There is no need to make isolated? method with bang-bang, just alias isolatedPiotr Sarnacki2010-11-161-4/+1
* Add missing autoload.José Valim2010-11-111-0/+1
* Remove unused Configurable in Rails::Engine and Rails::Application. Remove un...zhengjia2010-11-111-1/+0
* delete from :number until the endSantiago Pastorino2010-10-151-1/+1
* Removed duplicated method find_root_with_flagPiotr Sarnacki2010-10-151-15/+0
* in regexps, the dot in a character class is not a metacharacterXavier Noria2010-10-151-1/+1
* Use railtie_name to correctly get name from pluginsPiotr Sarnacki2010-10-141-1/+1
* Update documentation for new tasksPiotr Sarnacki2010-10-141-7/+8
* Add task foo:install (where foo is plugin) as a shortcutinstall:migrations an...Piotr Sarnacki2010-10-141-0/+6
* Added foo:install:assets task that copies assets from plugins public director...Piotr Sarnacki2010-10-141-5/+5
* Do not treat information about skipped migrations as WARNINGs but as a NOTEs,...Piotr Sarnacki2010-10-141-0/+6
* Updated DOCS for engines and added a couple TODOs. Also, commented internal r...José Valim2010-10-111-34/+48
* Add 'foo:install:migrations' task to copy migrations from foo enginePiotr Sarnacki2010-10-091-0/+14
* Rename namespace method to isolate_namespace.Piotr Sarnacki2010-10-091-10/+10
* Refactored routes reloading to use RouteSet#append instead keeping block in E...Piotr Sarnacki2010-10-081-5/+3
* 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