aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Fix engines testPiotr Sarnacki2010-10-081-1/+3
* Ensure rack body responds to each.José Valim2010-10-081-3/+2
* Add "a" to make it better EnglishRyan Bigg2010-10-071-1/+1
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-4/+4
* Don't expect an AD::Response object back from the app.José Valim2010-10-051-11/+10
* Added config.app_generators to allow configuring application's generators fro...Piotr Sarnacki2010-09-301-0/+39
* Properly reload routes defined in class definitionPiotr Sarnacki2010-09-301-0/+40
* Do not overwrite _railtie method on namespace while creating isolated engine ...Piotr Sarnacki2010-09-301-0/+20
* Add helper for loading seed data for engine and applicationPiotr Sarnacki2010-09-201-0/+19
* Fix running engine_test in isolationPiotr Sarnacki2010-09-191-1/+0
* Remove unnecessary putsPiotr Sarnacki2010-09-191-1/+0
* Move capture to Kernel. [#5641 state:resolved]Krekoten' Marjan2010-09-181-13/+1
* Add tests for Rack::CacheCarlhuda2010-09-131-4/+13
* Set default asset_path only for enginePiotr Sarnacki2010-09-101-0/+28
* Change app to main_app in mounted_helpersPiotr Sarnacki2010-09-082-3/+3
* Use railties:copy_migrations instead of db:copy_migrationsPiotr Sarnacki2010-09-061-3/+3
* Added task for creating symlinks to engines' public directoriesPiotr Sarnacki2010-09-061-0/+57
* Removed deprecated router API from railtiesPiotr Sarnacki2010-09-052-3/+3
* Remove more deprecated behavior from plugins.José Valim2010-09-041-27/+0
* Fixed tests after rebasePiotr Sarnacki2010-09-031-4/+3
* I've changed that test along the way, it should actually stay without changesPiotr Sarnacki2010-09-031-2/+9
* Use default_scope in isolated Engines to not force user to scope his routesPiotr Sarnacki2010-09-032-16/+10
* Remove namespace for isolated namespaced models in formsPiotr Sarnacki2010-09-031-1/+64
* Add possibility to explicitly call engine's routes through polymorphic_routes...Piotr Sarnacki2010-09-031-0/+30
* Updated tests to use scope(:module => :engine_name) instead of namespace and ...Piotr Sarnacki2010-09-032-23/+28
* Include all helpers from non-namespaced enginesPiotr Sarnacki2010-09-031-1/+18
* Modified polymorphic_url to check for model's namespacePiotr Sarnacki2010-09-031-4/+30
* Get rid of static_paths method and instead configure paths for ActionDispatch...Piotr Sarnacki2010-09-031-0/+5
* Add table_name_prefix to Engine's namespace automaticallyPiotr Sarnacki2010-09-031-0/+2
* Rename isolated_engine_for to namespacePiotr Sarnacki2010-09-031-2/+2
* Include routes helpers only for inherited classes in ActionMailerPiotr Sarnacki2010-09-031-0/+1
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-031-0/+129
* Engine's assets are now served with ActionDispatch::StaticPiotr Sarnacki2010-09-031-0/+25
* Set asset_path to engine_name by defaultPiotr Sarnacki2010-09-031-13/+26
* rake db:copy_migrations task, which copies railties migrations into applicati...Piotr Sarnacki2010-09-031-0/+49
* Added tests for railtie_name and aliased it in engine as engine_namePiotr Sarnacki2010-09-031-0/+16
* Add Rails::Railtie.railtie_name method to allow setting custom name for railtiePiotr Sarnacki2010-09-031-0/+1
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-0/+60
* We don't need that initializer in testsPiotr Sarnacki2010-09-031-4/+0
* Add mounted_helpers to routesPiotr Sarnacki2010-09-031-8/+24
* Routes refactoring:Piotr Sarnacki2010-09-031-5/+6
* Use new url_for API instead of including routes.url_helpersPiotr Sarnacki2010-09-031-6/+2
* Added some more tests for url generation between Engine and ApplicationPiotr Sarnacki2010-09-031-4/+27
* New way of generating urls for Application from Engine.Piotr Sarnacki2010-09-031-0/+3
* Fix url generation for mounted EnginePiotr Sarnacki2010-09-031-0/+107
* Pass routes via env['action_dispatch.routes'], it's needed by routes to deter...Piotr Sarnacki2010-09-031-0/+22
* Move singleton pattern to Railtie and remove Engine::Configurable and Applica...Piotr Sarnacki2010-09-031-4/+4
* Allow Engines loading its own environment file from config/environmentsPiotr Sarnacki2010-09-031-8/+21
* Ensure that plugins are not loaded twicePiotr Sarnacki2010-09-031-0/+38
* Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...Piotr Sarnacki2010-09-031-25/+0