On Mon, Jun 4, 2012 at 1:00 PM, Code Man <lists@ruby-forum.com> wrote:
> I am using Ubuntu with Ruby on Rails and developing in Eclipse with the
> aptana radrails plugin, I got everything set up ruby, rails, rubygems,
> all of it
> And it seems to be a 500 error, the address I put on the browser
I have no idea what that last phrase means, but if you're getting an
error in your application *find out what it is*.
Seeing the default Rails error page means you're (apparently) in
production rather than development mode, which is not appropriate.
The first thing to do is stop using Eclipse and run your app from the
command line; you will have much better visibility into what's going
on. Read the error output and try to understand what it's saying.
If you're having trouble with that, post the information here.
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
--
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.
No comments:
Post a Comment