| Commit message (Expand) | Author | Age | Files | Lines |
* | Update test generators to use ActionDispatch::IntegrationTest | Abdelkader Boudih | 2015-12-15 | 1 | -4/+4 |
* | Ensure generated migrations include a version number | Matthew Draper | 2015-12-15 | 1 | -4/+4 |
* | Revert "Merge pull request #22569 from seuros/remove-test-case" | eileencodes | 2015-12-13 | 1 | -4/+4 |
* | Controller generators should be creating IntegrationTest stubs instead of Con... | Abdelkader Boudih | 2015-12-13 | 1 | -4/+4 |
* | fix application_controller require_dependency path generated by api scaffold ... | yuuji.yaginuma | 2015-11-08 | 1 | -0/+24 |
* | fix application_controller require_dependency path generated by the scaffold ... | yuuji.yaginuma | 2015-09-20 | 1 | -0/+1 |
* | Merge pull request #18393 from y-yagi/fix_mailer | Rafael Mendonça França | 2015-02-18 | 1 | -5/+5 |
|\ |
|
| * | follow up to #18074 | yuuji.yaginuma | 2015-01-08 | 1 | -5/+5 |
* | | Add _mailer suffix to i18n path | Carlos Souza | 2015-01-08 | 1 | -2/+2 |
|/ |
|
* | Add mailer suffix to generated files and classes | Carlos Souza | 2015-01-06 | 1 | -5/+5 |
* | Add tests which were incorrectly removed. | Guo Xiang Tan | 2014-11-25 | 1 | -0/+2 |
* | Creates an ApplicationMailer and layout by default, including html and body t... | Andy Jeffries | 2014-11-21 | 1 | -4/+2 |
* | A few more tests asserting the presence of helper test stubs | David Heinemeier Hansson | 2014-08-03 | 1 | -7/+0 |
* | single quotes for controller generated routes | Cristian Mircea Messel | 2014-01-14 | 1 | -1/+1 |
* | Fix typo in generators test helpr -> helper [ci skip] | Prathamesh Sonpatki | 2013-08-30 | 1 | -1/+1 |
* | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -21/+0 |
* | Refactor generators tests to include test helpers in the parent class | Carlos Antonio da Silva | 2012-11-27 | 1 | -4/+3 |
* | Remove some line breaks between array items that make the assert file tests h... | Carlos Antonio da Silva | 2012-11-04 | 1 | -21/+9 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -3/+3 |
* | Update test locations | Mike Moore | 2012-10-09 | 1 | -25/+25 |
* | Fixed generated whitespace in routes when using namespaced resource. | Jeremy Walker | 2012-09-29 | 1 | -2/+74 |
* | Fixed generating namespaced table_name_prefix in engines | Wojciech Wnętrzak | 2012-07-06 | 1 | -1/+1 |
* | Fixed the application_controller require_dependency path generated by the app... | Fred Wu | 2012-06-06 | 1 | -1/+3 |
* | Use require_dependency in generated controllers | Piotr Sarnacki | 2012-05-22 | 1 | -2/+2 |
* | Fix generators to help with ambiguous `ApplicationController` issue | Piotr Sarnacki | 2012-05-20 | 1 | -5/+12 |
* | Remove warning in namespaced generator test | Carlos Antonio da Silva | 2012-05-19 | 1 | -1/+1 |
* | Fix railties tests | Piotr Sarnacki | 2012-05-19 | 1 | -1/+1 |
* | Namedspaced generator indent method test refactoring | Alexey Vakhov | 2012-04-26 | 1 | -3/+4 |
* | Merge pull request #5902 from avakhov/generator-no-indent-blank-lines | José Valim | 2012-04-25 | 1 | -0/+8 |
|\ |
|
| * | Don't indent blank lines in named base generators | Alexey Vakhov | 2012-04-25 | 1 | -0/+8 |
* | | Remove lonely number sign | Alexey Vakhov | 2012-04-25 | 1 | -1/+1 |
|/ |
|
* | Get rid of more 1.8.x dead code | José Valim | 2011-12-20 | 1 | -5/+1 |
* | Use RAILS_ISOLATED_ENGINE and fix namespaced generators tests | Stefan Sprenger | 2011-06-07 | 1 | -9/+1 |
* | Move SCSS generators and default templates from Rails to the Sass Railtie (d4... | tomhuda | 2011-05-24 | 1 | -4/+4 |
* | be sure to parenthesize the arguments when the first one is a RegExp literal | Akira Matsuda | 2011-05-18 | 1 | -14/+14 |
* | Fixed failing tests for namespaced_generators_test. in 1.9.2 | Arun Agrawal | 2011-05-14 | 1 | -1/+5 |
* | Fix more generator tests. | José Valim | 2011-04-17 | 1 | -4/+4 |
* | Fix scaffold generator to be aware of namespace in isolated engine | Piotr Sarnacki | 2010-11-03 | 1 | -0/+153 |
* | Rename namespace method to isolate_namespace. | Piotr Sarnacki | 2010-10-09 | 1 | -2/+2 |
* | Add namespacing to mailer generator | Piotr Sarnacki | 2010-09-25 | 1 | -0/+52 |
* | Add namespacing for observer generator | Piotr Sarnacki | 2010-09-25 | 1 | -0/+22 |
* | Add namespace for test_unit generators | Piotr Sarnacki | 2010-09-25 | 1 | -3/+3 |
* | Generators fix: properly check if module should be created when creating a na... | Piotr Sarnacki | 2010-09-25 | 1 | -0/+5 |
* | Generators are not aware of namespace of isolated engines and applications | Piotr Sarnacki | 2010-09-24 | 1 | -0/+125 |