aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/namespaced_generators_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generators fix: properly check if module should be created when creating a na...Piotr Sarnacki2010-09-251-0/+5
* Generators are not aware of namespace of isolated engines and applicationsPiotr Sarnacki2010-09-241-0/+125