aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/rake_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Protect from forgery by defaultLisa Ugray2017-07-101-1/+1
* Move test related to `tmp:clear` task to `tmp_test.rb`yuuji.yaginuma2017-07-021-7/+0
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix style guide violationsRafael Mendonça França2017-01-051-1/+0
* Remove test to the db:test:cloneRafael Mendonça França2017-01-031-10/+0
* Remove deprecated CONTROLLER environment variable for routes taskRafael Mendonça França2017-01-031-42/+25
* Use YAML to serialize schema cacheKir Shatrov2016-11-271-2/+2
* Add missing test for singular resource output in rake routesPrathamesh Sonpatki2016-11-191-0/+20
* Fix incorrect output from rails routes when using singular resources issue #2...Erick Reyna2016-11-181-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-16/+16
* applies new string literal convention in railties/testXavier Noria2016-08-061-11/+11
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* 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