aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/railties
Commit message (Expand)AuthorAgeFilesLines
* Typo fixes [ci skip]Akshay Vishnoi2013-11-301-1/+1
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-3/+3
* Removed deprecated `Rails.application.railties.engines`.Arun Agrawal2013-07-041-6/+0
* Change from 'actionpack' to 'actionview' for locales pathŁukasz Strzałkowski2013-06-201-1/+1
* Calls to the application constant have been refactored to usewangjohn2013-06-101-1/+1
* Removing use of subclassed application constant and instead using thewangjohn2013-06-032-14/+14
* Fix generating route from engine to other enginePiotr Sarnacki2013-05-031-0/+45
* Removing Railtie::Configurable from the base Railtie object and makingwangjohn2013-04-292-14/+2
* Use secure source for rubygems in engine testsPrathamesh Sonpatki2013-04-181-1/+1
* cleanup railties test; fix typosVipul A M2013-03-311-1/+1
* Fix typoPrathamesh Sonpatki2013-03-281-1/+1
* Cleanup tests for unused variablesVipul A M2013-03-111-1/+1
* Merge pull request #8557 from timraymond/add_back_engines_and_deprecateRafael Mendonça França2013-01-221-0/+6
|\
| * Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-0/+6
* | Fix asset_path in mounted enginePiotr Sarnacki2013-01-211-0/+9
|/
* 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