aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/namespaced_generators_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Address to rubocop offencesRyuta Kamizono2019-07-311-2/+2
* Use escaped character in regexpyhirano552017-09-111-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Stop creating ApplicationRecord on model generationLisa Ugray2017-07-241-0/+11
* 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
* applies new string literal convention in railties/testXavier Noria2016-08-061-5/+5
* Generate application_record.rb file before model fileWojciech Wnętrzak2016-06-081-6/+6
* Update test generators to use ActionDispatch::IntegrationTestAbdelkader Boudih2015-12-151-4/+4
* Ensure generated migrations include a version numberMatthew Draper2015-12-151-4/+4
* Revert "Merge pull request #22569 from seuros/remove-test-case"eileencodes2015-12-131-4/+4
* Controller generators should be creating IntegrationTest stubs instead of Con...Abdelkader Boudih2015-12-131-4/+4
* fix application_controller require_dependency path generated by api scaffold ...yuuji.yaginuma2015-11-081-0/+24
* fix application_controller require_dependency path generated by the scaffold ...yuuji.yaginuma2015-09-201-0/+1
* Merge pull request #18393 from y-yagi/fix_mailerRafael Mendonça França2015-02-181-5/+5
|\
| * follow up to #18074yuuji.yaginuma2015-01-081-5/+5
* | Add _mailer suffix to i18n pathCarlos Souza2015-01-081-2/+2
|/
* Add mailer suffix to generated files and classesCarlos Souza2015-01-061-5/+5
* Add tests which were incorrectly removed.Guo Xiang Tan2014-11-251-0/+2
* Creates an ApplicationMailer and layout by default, including html and body t...Andy Jeffries2014-11-211-4/+2
* A few more tests asserting the presence of helper test stubsDavid Heinemeier Hansson2014-08-031-7/+0
* single quotes for controller generated routesCristian Mircea Messel2014-01-141-1/+1
* Fix typo in generators test helpr -> helper [ci skip]Prathamesh Sonpatki2013-08-301-1/+1
* Remove observers and sweepersRafael Mendonça França2012-11-281-21/+0
* Refactor generators tests to include test helpers in the parent classCarlos Antonio da Silva2012-11-271-4/+3
* Remove some line breaks between array items that make the assert file tests h...Carlos Antonio da Silva2012-11-041-21/+9
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-3/+3
* Update test locationsMike Moore2012-10-091-25/+25
* Fixed generated whitespace in routes when using namespaced resource.Jeremy Walker2012-09-291-2/+74
* Fixed generating namespaced table_name_prefix in enginesWojciech Wnętrzak2012-07-061-1/+1
* Fixed the application_controller require_dependency path generated by the app...Fred Wu2012-06-061-1/+3
* Use require_dependency in generated controllersPiotr Sarnacki2012-05-221-2/+2
* Fix generators to help with ambiguous `ApplicationController` issuePiotr Sarnacki2012-05-201-5/+12
* Remove warning in namespaced generator testCarlos Antonio da Silva2012-05-191-1/+1
* Fix railties testsPiotr Sarnacki2012-05-191-1/+1
* Namedspaced generator indent method test refactoringAlexey Vakhov2012-04-261-3/+4
* Merge pull request #5902 from avakhov/generator-no-indent-blank-linesJosé Valim2012-04-251-0/+8
|\
| * Don't indent blank lines in named base generatorsAlexey Vakhov2012-04-251-0/+8
* | Remove lonely number signAlexey Vakhov2012-04-251-1/+1
|/
* Get rid of more 1.8.x dead codeJosé Valim2011-12-201-5/+1
* Use RAILS_ISOLATED_ENGINE and fix namespaced generators testsStefan Sprenger2011-06-071-9/+1
* Move SCSS generators and default templates from Rails to the Sass Railtie (d4...tomhuda2011-05-241-4/+4
* be sure to parenthesize the arguments when the first one is a RegExp literalAkira Matsuda2011-05-181-14/+14
* Fixed failing tests for namespaced_generators_test. in 1.9.2Arun Agrawal2011-05-141-1/+5
* Fix more generator tests.José Valim2011-04-171-4/+4
* Fix scaffold generator to be aware of namespace in isolated enginePiotr Sarnacki2010-11-031-0/+153
* Rename namespace method to isolate_namespace.Piotr Sarnacki2010-10-091-2/+2
* Add namespacing to mailer generatorPiotr Sarnacki2010-09-251-0/+52
* Add namespacing for observer generatorPiotr Sarnacki2010-09-251-0/+22
* Add namespace for test_unit generatorsPiotr Sarnacki2010-09-251-3/+3