We're getting closer! Try this from both locally and on Heroku:
Dir["src/views/index.*"].first My prediction: it returns index.haml locally and index.haml~ on Heroku. Therefore Camping fails to extract the extension on Heroku. Solution: delete all ~-files (and add *~ to gitignore). I'll also make the extraction code a little leas fragile to files which have weird extensions. On Friday, January 21, 2011, adam moore <[email protected]> wrote: > With burning ears I link to you the git repository : > > http://github.com/minikomi/tokyoartparties > > Be gentle haha > _______________________________________________ > Camping-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/camping-list > -- // Magnus Holm _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

