Quantcast
Channel: ActionView::Template::Error (wrong number of arguments (1 for 0)) with atom_feed after upgrading to rails 3.1.0 - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Answer by Jan M for ActionView::Template::Error (wrong number of arguments (1 for 0)) with atom_feed after upgrading to rails 3.1.0

$
0
0

Builder 3.0 is not compatible with fast_xs 0.8.0 on ruby 1.8.7 and will give this error. Perhaps you have that installed? (also note that Hpricot bundles fast_xs 0.8.0)

(edit:) you can monkey patch it by dropping this in your config dir:

class String  def fast_xs_absorb_args(*args); fast_xs; end  alias_method :to_xs, :fast_xs_absorb_argsend

Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>