aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of lambda as a Rack endpointJiri Pospisil2012-12-311-1/+1
* Fix typo in #7941Jeremy Kemper2012-10-141-1/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-143-41/+41
* Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-112-15/+48
* Added failing test for generating namespaced table_name_prefix in enginesWojciech Wnętrzak2012-07-061-0/+12
* Remove unused responsibilities and add a few load definitions to enginesJosé Valim2012-06-291-1/+1
* expand the tmpdir to the realpath so tests on OS X passAaron Patterson2012-06-191-1/+1
* use system tmpdir rather than our ownAaron Patterson2012-06-191-3/+5
* stop `to_s`ing method namesAkira Matsuda2012-06-061-3/+1
* Add support runner hook.kennyj2012-05-291-0/+16
* Fix railties_order when application object is passedPiotr Sarnacki2012-05-271-0/+4
* Merge pull request #3359 from mrreynolds/datamapper_naming_fixRafael Mendonça França2012-05-191-2/+2
|\
| * Fixed DataMapper namings in symbols and constants.Robert Glaser2011-10-181-2/+2
* | Load all the env files available in config.paths (closes #6335)Piotr Sarnacki2012-05-161-1/+9
* | 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
|/