aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Updated test to ensure correct sequence when copying engine/plugin migrations.Brian Quinn2011-06-101-4/+11
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-093-11/+126
|\
| * Prepend bundle exec to get the correct Rake versionStefan Sprenger2011-06-071-3/+3
| * Use RAILS_ISOLATED_ENGINE and fix namespaced generators testsStefan Sprenger2011-06-071-1/+1
| * Use mattr_accessor :namespaceStefan Sprenger2011-06-071-3/+0
| * Use namespace if it's a mountable engineStefan Sprenger2011-06-071-9/+44
| * Added regression testsStefan Sprenger2011-06-071-12/+5
| * Move test/engine/generators_test.rb to test/railties/generators_test.rbStefan Sprenger2011-06-071-0/+90
| * We're using module not class for namespacingStefan Sprenger2011-05-271-8/+8
* | Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-065-3/+22
|/
* Ensure RDoc::Task exists even if 'rdoc/task' was not requiredAkira Matsuda2011-05-262-11/+2
* require 'rake/rdoctask' if failed to require 'rdoc/task'Akira Matsuda2011-05-262-2/+11
* fixes Rake::RDocTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-252-3/+3
* Test added for getting route segment valuesArun Agrawal2011-05-131-0/+28
* prepend the assets route instead of appending, closes #436José Valim2011-05-081-2/+1
* Prem fixes 1.9 engine test issueDavid Heinemeier Hansson2011-04-261-1/+1
* Add Engine#helpers method which loads all the engine's helpersPiotr Sarnacki2011-04-251-0/+45
* Use .erb in the test.José Valim2011-04-221-2/+2
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-152-292/+1
* Fix tests.José Valim2011-04-152-3/+5
* Booya, sprockets now works from Engines.José Valim2011-04-152-3/+14
* Engines that use isolate_namespace with nested modules should set correct mod...Rolf Timmermans2011-03-281-0/+39
* Failing test for #6388Eric Allam2011-02-091-0/+28
* remove locales external to the system before assertionAaron Patterson2011-01-121-5/+5
* Do not take gems' i18n locales while testing locales pathsPiotr Sarnacki2010-12-311-2/+8
* More love for engines testsPiotr Sarnacki2010-12-191-73/+61
* Use assert_bodyJohn Firebaugh2010-12-191-22/+14
* Temporary fix for railties test for newest rack changesPiotr Sarnacki2010-12-191-0/+8
* Fix tests in railtiesPiotr Sarnacki2010-12-182-13/+13
* Set proper engine's asset directories when assets are served from engine.Piotr Sarnacki2010-12-161-0/+64
* Rails::Engine.find(path) - method to find engine by pathPiotr Sarnacki2010-12-091-0/+19
* Do not create table_name_prefix method on isolated module if the method alrea...Piotr Sarnacki2010-11-221-0/+19
* Fix failing tests.José Valim2010-11-161-29/+7
* 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