aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/testing
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-091-1/+1
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-0/+3
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-143-0/+6
* Use `assert_nil` if `value` is nil in `assert_field_default_value`yuuji.yaginuma2017-08-031-1/+5
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-4/+4
* Define path with __dir__bogdanvlviv2017-05-231-2/+2
* Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-5/+5
* code gardening: removes redundant selfsXavier Noria2016-08-081-4/+4
* applies remaining conventions across the projectXavier Noria2016-08-062-5/+4
* applies new string literal convention in railties/libXavier Noria2016-08-061-11/+11
* Merge pull request #21912 from y-yagi/move_prepare_destination_to_publicSean Griffin2015-10-081-1/+2
|\
| * change `prepare_destination` to public API [ci skip]yuuji.yaginuma2015-10-081-1/+2
* | remove unused requireyuuji.yaginuma2015-10-081-2/+0
|/
* assert_file understands paths with special charactersDiego Carrion2015-06-181-1/+1
* - Extracted silence_stream method to new module in activesupport/testing.Vipul A M2015-01-201-16/+2
* Fix example code for `Rails::Generators::Testing::Behaviour` [ci skip]Ryunosuke SATO2014-10-171-1/+1
* Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-0/+17
* Require shellwords since it is dependecy of this fileRafael Mendonça França2014-06-261-0/+2
* Removing without_thor_debugArun Agrawal2014-01-111-13/+3
* Reverse 821525e and wrap run_generator callAndrew White2014-01-021-3/+13
* More Warnings removed for ruby trunkArun Agrawal2013-11-011-2/+2
* Make the application name snake cased when it contains spacesRobin Dupret2013-10-221-1/+1
* Revert "Merge pull request #10194 from pabloh/extract_regexp_at_generators_te...Carlos Antonio da Silva2013-04-121-3/+1
* Extract method declaration regexp into a constantPablo Herrero2013-04-121-1/+3
* Avoid running bundler on tests that don't need itSam Ruby2013-04-031-1/+4
* Move the class methods to above the protected sectionRafael Mendonça França2013-04-013-47/+36
* Break down Rails::Generator::TestCase into modulesPablo Herrero2013-03-313-0/+253