Re: First RoR application. File not found

2010-12-15 Thread Jeff Schmitz
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  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 her...@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com
> .
> 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 her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: First RoR application. File not found

2010-12-15 Thread Roman Truschev
Hi,

Are you're sure that you've added _all_ necessary files to your commit and
pushed it to remote?

On Tue, Dec 7, 2010 at 1:58 AM, fikre  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
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



First RoR application. File not found

2010-12-07 Thread fikre
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 her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.