aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5821 from Deradon/fix-engine-tasksPiotr Sarnacki2012-05-031-0/+31
|\
| * Provided fix for calling rake tasks within mountable enginesPatrick Helm2012-04-121-0/+31
* | railties variable is not required here.Arun Agrawal2012-04-301-1/+0
* | Remove default match without specified methodJose and Yehuda2012-04-242-27/+27
|/
* Environment in engines tests is required on boot_rails, no need to require ex...Piotr Sarnacki2012-03-131-10/+0
* Don't need to share engine's tests anymore, plugins are gonePiotr Sarnacki2012-03-132-370/+359
* Ensure that engine can be mounted at root (#4314)Piotr Sarnacki2012-03-131-0/+54
* convert railties to use AS::TestCaseAaron Patterson2012-01-053-3/+3
* Rails::Plugin has goneSantiago Pastorino2012-01-034-252/+0
* Get rid of more 1.8.x dead codeJosé Valim2011-12-201-4/+0
* 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
* Allow to change engine's loading priority with config.railties_order=Piotr Sarnacki2011-11-231-0/+126
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-3/+3
* Removing db/seeds.rb is fine. Don't blow up.Jeremy Kemper2011-10-291-1/+7
* Added test for rake environment in an enginesteve2011-10-181-0/+17
* fixed the failing generators_testDeepak Prasanna2011-09-131-1/+1
* Remove failing test which was wrongly introduced.Jon Leighton2011-09-081-5/+0
* Merge pull request #2577 from rails-noob/masterSantiago Pastorino2011-09-061-0/+48
|\
| * Fix bug #2579.rails-noob2011-09-061-0/+48
* | Remove useless parensSantiago Pastorino2011-09-041-1/+1
* | Warnings removed for "assert_match /" Please doArun Agrawal2011-09-042-6/+6
|/
* Make polymorphic_url calls go through application helpers again.thedarkone2011-07-251-0/+19
* Ensure the engine_path is there (it may make CI happy).José Valim2011-07-061-1/+1
* Load the generators test helper and properly load it's test caseDamien Mathieu2011-07-031-1/+2
* 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
* 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