aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/testing/behaviour.rb
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-141-0/+2
* [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-061-1/+0
* applies new string literal convention in railties/libXavier Noria2016-08-061-11/+11
* change `prepare_destination` to public API [ci skip]yuuji.yaginuma2015-10-081-1/+2
* - 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
* Removing without_thor_debugArun Agrawal2014-01-111-13/+3
* Reverse 821525e and wrap run_generator callAndrew White2014-01-021-3/+13
* 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-011-40/+36
* Break down Rails::Generator::TestCase into modulesPablo Herrero2013-03-311-0/+107