aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties/shared_tests.rb
Commit message (Expand)AuthorAgeFilesLines
* Add suffix for migrations copied from enginesPiotr Sarnacki2011-12-091-6/+6
* Fix railties tests, identical migrations are not considered when copyingPiotr Sarnacki2011-12-091-0/+2
* Added test for rake environment in an enginesteve2011-10-181-0/+17
* Remove useless parensSantiago Pastorino2011-09-041-1/+1
* Warnings removed for "assert_match /" Please doArun Agrawal2011-09-041-5/+5
* Fix has_migrations? check in Rails::EngineSam Pohlenz2011-07-031-0/+9
* Updated test to ensure correct sequence when copying engine/plugin migrations.Brian Quinn2011-06-101-4/+11
* Prepend bundle exec to get the correct Rake versionStefan Sprenger2011-06-071-3/+3
* Ensure RDoc::Task exists even if 'rdoc/task' was not requiredAkira Matsuda2011-05-261-5/+1
* require 'rake/rdoctask' if failed to require 'rdoc/task'Akira Matsuda2011-05-261-1/+5
* fixes Rake::RDocTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-251-1/+1
* prepend the assets route instead of appending, closes #436José Valim2011-05-081-2/+1
* 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-151-38/+0
* Fix tests.José Valim2011-04-151-2/+2
* Booya, sprockets now works from Engines.José Valim2011-04-151-0/+12
* 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
* 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
* Rename rake railties:copy_migrations to rake railties:install:migrations and ...Piotr Sarnacki2010-10-091-10/+17
* Use railties:copy_migrations instead of db:copy_migrationsPiotr Sarnacki2010-09-061-3/+3
* Removed deprecated router API from railtiesPiotr Sarnacki2010-09-051-2/+2
* rake db:copy_migrations task, which copies railties migrations into applicati...Piotr Sarnacki2010-09-031-0/+49
* A few changes were done in this commit:José Valim2010-06-281-36/+9
* Removing Metal from Rails 3. wycats2010-05-291-18/+0
* Fix namespaced_controllers_with_namespaced_routes testSantiago Pastorino2010-04-131-1/+1
* Add mailers to paths in case someone wants to access it directly and ensures ...José Valim2010-03-061-4/+6
* Fix all the broken tests due to the AC configuration refactorCarl Lerche2010-03-031-1/+1
* Remove references to ActionDispatch::Routing::Routes in favor of Rails.appica...Carl Lerche2010-02-241-3/+3
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-4/+4
* Add more tests to some key points in Railties.José Valim2010-01-281-0/+9
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-1/+1
* Add a test which ensures application can overwrite plugins/engines view paths.José Valim2010-01-261-0/+19
* Add tests for explicit engines.José Valim2010-01-261-41/+10
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-261-0/+318