[Rails] Re: Stack Level Too Deep Error (can't seem to figure it out)
On Dec 17, 12:23 pm, Colin Law <clan...@googlemail.com> wrote:
> On 17 December 2011 17:14, Vell <lovell.mcilw...@gmail.com> wrote:
>
>
>
> > When I moved the application from one system to the other, I moved the
> > entire application folder so that copied the gem.lock file as well as
> > everything else that was on my development system. It was a folder
> > copy from one system to the other.
>
> Did you run bundle install after copying it? If not, try that. That
> will make sure all the right gems are available.
Yes I did run bundle right after moving the application over. My
steps for the copy were as follows:
zipped the application on my mac
scp'd the zip file to the ubuntu system
unzipped the file in my ~/apps
corrected the permissions (used a vanilla app to see what the
permissions were)
ran bundle
ran rails -s
connected to localhost:3000
app reports stack too deep error
On my mac, just running rails -s on the app and it comes up without
any issue.
>
> Colin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home