I need to know the name of a programmers application from within a Rails 3 engine.
You can find this in the config.ru file:
run Dinosaur::Application
or in the Rakefile:
Dinosaur::Application.load_tasks
The name prior to the "::" is the app name