aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* Fallback to spawn instead of fork in jruby (#36111)Guilherme Mansur2019-04-261-8/+12
* Better spread out the railties testsMatthew Draper2019-04-091-2/+39
* Install JavaScript packages before run testyuuji.yaginuma2019-02-111-1/+1
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-4/+17
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-0/+3
* Fix assignment of TESTOPTS in railties test taskutilum2018-07-011-1/+3
* Enable TESTOPTS in railties testsutilum2018-06-261-1/+1
* Enable warnings in all test tasksutilum2018-05-231-1/+1
* Run in-app rails commands via fork+load where possibleMatthew Draper2017-09-041-1/+6
* Run all railties tests before reporting failureMatthew Draper2017-09-031-1/+14
* Don't start a new process for every test fileMatthew Draper2017-09-031-10/+34
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* 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
* Define path with __dir__bogdanvlviv2017-05-231-5/+5
* Fix ability to run railties test suiteDavid Heinemeier Hansson2016-12-081-0/+1
* modernizes hash syntax in railtiesXavier Noria2016-08-061-2/+2
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-7/+7
* Remove package:clean taskJavan Makhmali2016-05-241-1/+0
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+3
* Revert "don't start a new process for every test file"Matthew Erhard2015-12-021-21/+8
* don't start a new process for every test fileAaron Patterson2015-11-031-8/+21
* Disable warnings in railties testsRafael Mendonça França2015-08-271-1/+1
* Remove unused package tasksArun Agrawal2015-05-281-9/+0
* Remove broken and unused release taskArun Agrawal2015-05-221-9/+0
* Follow up to #16613Robin Dupret2014-09-281-0/+1
* Removed unused require from RakefileArun Agrawal2013-07-141-4/+0
* Removed unused broken task for update README [ci skip]Arun Agrawal2013-07-141-9/+0
* Saying gemcutter => rubygems [ci skip]Arun Agrawal2013-06-211-1/+1
* Add TEST_DIRS enviroment for constrain test directories in rakefileAbd ar-Rahman Hamidi2013-04-081-2/+3
* Turning on warnings in "rake test" for railtiesArun Agrawal2013-04-011-1/+1
* Add rake test descriptionsanemat2013-01-011-0/+2
* remove misleading comment in Rakefileschneems2012-09-241-3/+0
* Remove useless load path modificationsSantiago Pastorino2012-05-111-1/+2
* Rakefile executable attributes and shebang lines has been removedRoman V. Babenko2012-05-021-1/+0
* remove unused pguides rake task from railtiesVijay Dev2012-05-021-9/+0
* moves the guides up to the root directoryXavier Noria2012-03-171-12/+0
* railties depends on actionpack, so put actionpack in the include pathAaron Patterson2011-09-091-1/+7
* rake already ships with a ruby commandAaron Patterson2011-09-091-2/+1
* fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-241-2/+2
* removes the :update_ujs task in railtiesXavier Noria2011-05-041-4/+0
* Prototype and Scriptaculous are no longer vendored, but provided by prototype...Xavier Noria2011-04-301-1/+0
* Make update_ujs task update the right filesSantiago Pastorino2011-04-291-2/+2
* sorry, the CI cannot lie to us anymoreAaron Patterson2011-01-121-1/+1
* use https to fetch files from GitHubAkira Matsuda2010-12-261-2/+2
* Rakefiles are executables, and rake loads rake, not rakefile coderaggi2010-11-251-1/+1
* -j parameter added to rails new command.siong19872010-10-111-2/+3
* deletes the rdoc task of each component, they are no longer published separatelyXavier Noria2010-08-201-16/+0
* Bump up rdoc to 2.5.10Santiago Pastorino2010-08-181-1/+1
* update Rakefiles for RDoc 2.5Aaron Patterson2010-07-231-4/+11