aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Make deep copy of application generators on engine initialization.Piotr Sarnacki2010-11-021-0/+3
* Use application's generators defaults as engine defaults to not force users t...Piotr Sarnacki2010-11-021-0/+17
* Remove task for creating symlinks for railtiesPiotr Sarnacki2010-10-141-57/+0
* Add task foo:install (where foo is plugin) as a shortcutinstall:migrations an...Piotr Sarnacki2010-10-141-0/+24
* Added foo:install:assets task that copies assets from plugins public director...Piotr Sarnacki2010-10-141-0/+14
* Do not treat information about skipped migrations as WARNINGs but as a NOTEs,...Piotr Sarnacki2010-10-141-5/+5
* Add 'foo:install:migrations' task to copy migrations from foo enginePiotr Sarnacki2010-10-091-1/+1
* Load rake tasks defined in superclasses in context of railtiesPiotr Sarnacki2010-10-091-0/+24
* Rename rake railties:copy_migrations to rake railties:install:migrations and ...Piotr Sarnacki2010-10-091-10/+17
* Rename namespace method to isolate_namespace.Piotr Sarnacki2010-10-092-9/+9
* 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