Ruby on Rails Friday, April 27, 2012

Hi

I'm writing a generator test for a gem that is supposed to work with
both mountable engines and rails applications. The generator invokes
Rails's model generator.

When running the generator on an engine, it uses Rails model generator
which correctly generates app/models/my_engine/user.rb. But I can't do
it on a test: it doesn't know that it is an engine and run_generator
runs the regular generator which generates app/models/user.rb
instead.

Any hints how to run the generator on "engine mode" in the test ?



--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment