This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
for old versions of rails, they changed a function name, try looking at this:
in file “lib/ab_view_helper.rb” in function “ab_test(testname, version_count, &block)”
change this: “block_called_from_erb?(block) ? concat(content_tag) : content_tag” to “block_is_within_action_view?(block) ? concat(content_tag, block.binding) : content_tag”






