aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion count after 69e1bb52.Kasper Timm Hansen2016-05-281-2/+2
* Merge pull request #24696 from y-yagi/remove_unnessary_option_settingKasper Timm Hansen2016-04-251-0/+11
|\
| * register rake options to `OptionParser`yuuji.yaginuma2016-04-251-0/+11
* | Fix broken build, channel files are also included in `bin/rails stats` nowPrathamesh Sonpatki2016-04-241-2/+2
|/
* Fix indentation [ci skip]Ryuta Kamizono2016-03-051-1/+1
* making a test definition more clear.Mohit Natoo2016-03-041-1/+1
* [ci skip] using correcting test case names specifying `rails routes` instead ...Mohit Natoo2016-03-041-6/+6
* convert cable.coffee to cable.jsyuuji.yaginuma2016-02-281-1/+1
* The tasks in the rails task namespace is deprecated in favor of app namespace.Ryo Hashimoto2016-02-261-2/+2
* Enable Action Cable routes by defaultJon Moss2016-02-241-1/+1
* Merge pull request #23611 from abhishekjain16/routes_optionsKasper Timm Hansen2016-02-121-1/+9
|\
| * Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-111-1/+9
* | set association name to generated fixtures if attribute is referenceyuuji.yaginuma2016-02-061-5/+4
|/
* use rails command in routes taskyuuji.yaginuma2016-02-031-7/+7
* Add options for rake routes taskVipul A M2016-02-021-2/+61
* Be consistent in testing outputs from railties test and use /bin/rails everyw...Vipul A M2016-01-241-31/+31
* remove warnings from rake testyuuji.yaginuma2016-01-111-2/+2
* Merge pull request #22967 from schneems/schneems/generic-metadataSean Griffin2016-01-081-0/+20
|\
| * Prevent destructive action on production databaseschneems2016-01-071-0/+20
* | ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-171-1/+1
* | Merge pull request #22567 from gsamokovarov/introduce-application-recordRafael França2015-12-161-1/+1
|\ \ | |/ |/|
| * Introduce ApplicationRecord, an Active Record layer supertypeGenadi Samokovarov2015-12-161-1/+1
* | Run railties generated app tests in test enveileencodes2015-12-151-3/+3
|/
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-301-37/+37
* Fix failing tests for Rails-APISean Griffin2015-06-111-1/+1
* config.api_only = true implies config.generators.api_only = trueSantiago Pastorino2015-06-111-1/+0
* API apps scaffold generator generates an apropriate controllerSantiago Pastorino2015-06-111-0/+20
* Add test to ensure tmp:clear works when tmp is missingYoong Kang Lim2015-05-301-0/+7
* Removed `assigns` from functional_test templatesPrathamesh Sonpatki2015-05-021-2/+2
* Add explicit base class for ActiveJob jobsJeroen van Baarsen2015-03-231-1/+1
* Require `belongs_to` by default.Josef Šimánek2015-02-211-1/+4
* Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.Dieter Komendera2015-01-081-1/+1
* Make the rails:template rake task load initializersRobin Dupret2014-03-081-0/+11
* Automatically maintain test database schemaJon Leighton2014-01-021-2/+2
* Regression test for load_structure and clone_structureArthur Neves2013-12-141-2/+4
* Build fix for new routing inspector changesArun Agrawal2013-11-221-2/+2
* Fix for routes taskSıtkı Bağdat2013-11-211-2/+2
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-5/+5
* #11381: Ignore config.eager_load=true for rakePaul Nikitochkin2013-07-101-17/+19
* Removing deprecated rake tasks.wangjohn2013-06-241-39/+0
* Calls to the application constant have been refactored to usewangjohn2013-06-101-4/+4
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-1/+1
* Fixing a failing railtie test by using the ENV variable to specify awangjohn2013-05-311-1/+2
* Adding a test to make sure that using rake routes with the CONTROLLERwangjohn2013-05-291-0/+12
* Updates to make rails 4 happy with minitest 5:Ryan Davis2013-05-061-2/+2
* Added tests for `eager_load` config option to do not eager load for rake task...Paul Nikitochkin2013-04-121-0/+17
* Merge branch 'master' into railstestAaron Patterson2013-04-051-0/+10
|\
| * fix warnings in railties testVipul A M2013-04-041-3/+3
* | test no longer makes sense after requiring all test filesAaron Patterson2013-04-031-23/+1