We are on the way to build a Spree/RestfdulX application.
Spree is something like an online store application's skeleton based on Rails.
There is two ways to initialize the Spree application : from spree
gem, or by cloning official spree repository.
When we start from the spree gems, the application folder hierarchy is
very different from classical Rails application and even after setting
environment.rb (config.gem 'restfulx')... RestfulX isn't found.
When we started from repository clone, it works...
So the question is, what can let us avoid to find RestfulX generators
and rake tasks when we start from the gem?
Does RestfulX perform some check to recognise an official Rails application?
or should we have a look on Rails or Gems internal mechanisms?
Best Regards,
Bruno.
2009/11/3, Bruno <bruno.l...@gmail.com>: