Re: [Rails] misleading variable value

2012-09-09 Thread Michael Pavling
On 10 September 2012 02:41, John Merlino wrote: > I'm going to invoke action view base from console, passing a string > object: > > 1.9.3p0 :016 > ActionView::Base.new('app/views') > > Look at the return value assigned to @view_paths. It should not be an > array. It should be a PathSet object inst

[Rails] misleading variable value

2012-09-09 Thread John Merlino
I'm going to invoke action view base from console, passing a string object: 1.9.3p0 :016 > ActionView::Base.new('app/views') => #[:erb, :builder, :coffee], :formats=>[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json], :locale=>[:en, :en]}