aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/actions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* create a newline between blocks when gem_group, github and add_source was cal...masakazutakewaka2019-07-211-9/+44
* Append a newline to the Gemfile if it doesn't end with a newlinemasakazutakewaka2019-07-191-8/+49
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Address new cop offence in railtiesRyuta Kamizono2019-04-121-1/+1
* Don't add `RAILS_ENV` in generate actionyuuji.yaginuma2019-01-191-0/+6
* Remove deprecated `capify!`Rafael Mendonça França2019-01-171-9/+0
* Abort early if generator command fails (#34420)David Rodríguez2018-12-071-2/+14
* Fix test name to match the test behavioryuuji.yaginuma2018-11-181-4/+4
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* add github to template actions, light DSL refactorBarry Allard2018-08-301-0/+38
* prefer File.write for bulk writesXavier Noria2018-05-051-1/+1
* Rails::Generators::Actions#execute_command allows option `capture`bogdanvlviv2017-11-061-0/+16
* Merge pull request #30323 from yhirano55/support_multiple_version_for_gem_methodMatthew Draper2017-08-311-4/+11
|\
| * Support multiple versions arguments for `gem` method of GeneratorsYoshiyuki Hirano2017-08-191-4/+11
* | Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-221-2/+0
|/
* Add frozen string pragma to expected routes files.Pat Allan2017-08-141-0/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Optimize indentation for generator actionsYoshiyuki Hirano2017-08-111-6/+66
* 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
* Deprecate an `capify!` method in generators and templatesyuuji.yaginuma2017-06-181-2/+5
* Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-241-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in railties/testXavier Noria2016-08-061-79/+79
* AppGenerator: allow both 'rake' and 'rails'claudiob2016-03-091-5/+5
* - Made changes to have test cases in actions_test more readable.Mohit Natoo2016-02-291-6/+6
* - Made changes to have test cases in actions_test more readable.Mohit Natoo2016-02-291-5/+5
* Invoke 'rails' instead of 'rake' in AppGeneratorclaudiob2016-02-201-10/+10
* AppGenerator: Replace 'rake' with 'rails_command'claudiob2016-02-201-0/+38
* Rails::Generators::Actions#gem should work even if frozen string is passed as...Prathamesh Sonpatki2016-01-241-0/+8
* Fixes using `add_source` with a block after using `gem` in a custom railsWill Fisher2015-12-211-0/+9
* Fix testsDavid Heinemeier Hansson2015-12-171-2/+0
* Fix testDavid Heinemeier Hansson2015-12-161-1/+10
* Route generator should be idempotent - closes #22082Thiago Pinto2015-10-311-0/+15
* Cleaned up generators tests using internal assertion helperRonak Jangir2015-08-201-26/+11
* cherry-pick test and source doc from #20050Hirofumi Wakasugi2015-06-251-0/+8
* Removed use of mocha from railties actions_testRonak Jangir2015-06-011-27/+52
* Add a new-line to the end of route method generated code.Arthur Neves2015-03-181-0/+24
* README.rdoc -> README.md for newly generated applicationsXavier Noria2015-02-061-2/+2
* Remove some warning with Ruby 2.2Rafael Mendonça França2014-12-291-1/+1
* fix broken `gem` method with non-String arguments. Closes #16709.Yves Senn2014-08-271-0/+10
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-0/+1
|\
| * Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+1
* | Keep quietly and capture undeprecated on your suiteRafael Mendonça França2014-07-151-1/+1
|/
* Merge pull request #15327 from alexbel/replace_double_quotes_with_single_quotesYves Senn2014-05-271-7/+15
|\
| * Replace double quotes with single quotes while adding an entry into Gemfilealexbel2014-05-261-7/+7
|/
* Removing the app constant and replacing it with Rails.applicationwangjohn2013-04-301-1/+1
* Fix readme testsCarlos Antonio da Silva2013-01-071-2/+2
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-061-1/+1