On 8 July 2014 15:36, Ronald Fischer <li...@ruby-forum.com> wrote:
> I had the interesting case, where my application worked find locally
> (using WEBrick), but the version deployed to Heroku crashed. It was a
> syntax error, in a very short controller file, and I could easily
> verify, that my version and the one at Heroku was identical.
>
> What struck me, was the kind of error: In my class, I used by mistake
>
>   private:
>
> instead of
>
>   private
>
> (note the colon at the end) - perhaps I was thinking too much C++
> recently - but I don't understand why I didn't get this error locally as
> well!

Are you running *exactly* the same version of Ruby?

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvQd97o6be%2B5P_gqw6j5%3DQv1AB0AR1V6YFW%2BTaiFZ%3DLKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to