i finally got the trick, here is how it worked for me:
- ignore the forum post about rails installation
- ignore support staff that only points you to the forum post
- use cpanel/rails to create rails app and webforwarder
- delete rails app template and unpack tracks here
- do some environment magick*
- in cpanel/rails start webapp
*what environment magick is needed?
in config/environment.rb add this line:
Rails::Initializer.run do |config|
# some hosting might need this (hostgator does)
config.load_paths += %W( #{RAILS_ROOT}/vendor/plugins )
[it might make sense to include this to tracks as i dont think it makes harm to others…]
