On Mon, Jun 4, 2012 at 1:00 PM, Code Man <[email protected]> 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 ------------------------ [email protected]
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to