I'm curious what you are removing the period from. Is this environment.rb, or part of a require statement?
I ask because I can't recall specifying a path to *anything* in rails. Can you show us the offending line? You'd probably get better help. jeff On Mon, Dec 6, 2010 at 4:58 PM, fikre <[email protected]> wrote: > Hi > > Im trying to run my first Rails app on heroku. The app works fine > locally, but on heroku i get the following error in the log file > > ==> dyno-3472604.log <== > /home/slugs/369295_906adb5_d63d-10d6387d-4b05-48a9-8cfb-819aae2e6528/ > mnt/.bundl > /gems/ruby/1.8/gems/activesupport-3.0.3/lib/active_support/ > dependencies.rb:304: > n `depend_on': No such file to load -- ./app/Models/Notes/Note > (LoadError) > from /home/slugs/ > 369295_906adb5_d63d-10d6387d-4b05-48a9-8cfb-819aae2e65 > 8/mnt/.bundle/gems/ruby/1.8/gems/activesupport-3.0.3/lib/ > active_support/depende > cies.rb:216:in `require_dependency' > > > I'm new to RoR, from what i can understand the file "./app/Models/ > Notes/Note" cannot be found. I tried removing the period from the > beginning of the path but i get the same error. > > Not sure what else to try. > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
