| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |