aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/named_base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Generate the correct path in nested scaffold generatoryuuji.yaginuma2017-11-051-0/+22
* Fix "warning: method redefined; discarding old test_scaffold_plural_names"yuuji.yaginuma2017-09-301-2/+2
* scaffold nested name controller should be fine.yalab2017-09-271-0/+13
* 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
* Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-241-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* applies new string literal convention in railties/testXavier Noria2016-08-061-72/+72
* Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-1/+0
* Remove use of mocha in the named base testsSemyon Pupkov2015-04-281-10/+13
* tests, reset global to previous value.Yves Senn2015-02-091-1/+3
* Remove warning from generator named base testYuki Nishijima2015-02-081-10/+0
* Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+1
* Added --model-name option scaffold_controller_generator.yalab2013-10-151-0/+19
* Add convenience method to hide a generator from the available onesCarlos Antonio da Silva2012-02-031-0/+9
* Fixed issue #6363, avoid to pluralized already pluralized names and singulari...Timothy N. Tsvetkov2011-02-161-0/+5
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-0/+10
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-231-1/+1
* Use human_name in scaffold.José Valim2010-03-171-0/+18
* More work on generated mailer templates.José Valim and Mikel Lindsaar2010-01-261-0/+8
* Change mailer generator templates and refactor the whole naming schema.José Valim and Mikel Lindsaar2010-01-251-15/+47
* Get generators tests running on Ruby 1.9.1José Valim2010-01-191-1/+2
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-181-1/+1
* Move all generators tests to use new test case syntax.José Valim2010-01-031-4/+4
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-1/+1
* rm -rf rails_generator/generatorsJosé Valim2009-07-021-0/+42