On 14 April 2011 04:37, Payal Patel <[email protected]> wrote:
> Hi,
>
> I have upgraded my project from rails 2.3.4 (ruby 186) to rails 3.0
> (ruby 187).
>
> For some of the controllers I am getting following error on the
> frontend:
>
> Internal Server Error
> Not enough space
> WEBrick/1.3.1 (Ruby/1.8.7/2010-12-23) at localhost:3000
>
>
> Rails Console:
>
> F:/waftt/app/controllers/reports_controller.rb:147: warning: don't put
> space bef
> ore argument parentheses

I suggest you correct the code to remove this warning, just in case it
is confusing the parser.  You have a space after a function name
before the '(' on the indicated line.  It probably won't affect the
out of memory error but it is worth doing first.  My rule is to always
fix the errors/warnings I understand before worrying about the ones I
don't.

Colin

> [2011-04-13 20:27:35] ERROR Errno::ENOMEM: Not enough space
>        
> c:/Ruby187/lib/ruby/gems/1.8/gems/railties-3.0.1/lib/rails/rack/log_tail
> er.rb:25:in `write'

-- 
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