<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/rails/tags/testing</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 14:28:35 GMT</pubDate>
<item>
<title>(Rails) Fetch a page from your site from console - insanedreamer</title>
<link>http://snipplr.com/view/37506/fetch-a-page-from-your-site-from-console/</link>
<description><![CDATA[ <p>Add this to .irbrc. 
Allows the following in console:
    > gethtml('/login')
    => HTML of whatever page is generated by /login</p> ]]></description>
<pubDate>Fri, 16 Jul 2010 03:32:35 GMT</pubDate>
<guid>http://snipplr.com/view/37506/fetch-a-page-from-your-site-from-console/</guid>
</item>
<item>
<title>(Rails) Inspect and test routes in console (Rails 3) - insanedreamer</title>
<link>http://snipplr.com/view/37067/inspect-and-test-routes-in-console-rails-3/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 10 Jul 2010 08:36:17 GMT</pubDate>
<guid>http://snipplr.com/view/37067/inspect-and-test-routes-in-console-rails-3/</guid>
</item>
<item>
<title>(Rails) To access url helpers (url_for, etc) from Rails console (Rails 3) - insanedreamer</title>
<link>http://snipplr.com/view/37063/to-access-url-helpers-urlfor-etc-from-rails-console-rails-3/</link>
<description><![CDATA[ <p>in Rails 2, use `include ActionController::UrlWriter` instead.</p> ]]></description>
<pubDate>Sat, 10 Jul 2010 06:31:36 GMT</pubDate>
<guid>http://snipplr.com/view/37063/to-access-url-helpers-urlfor-etc-from-rails-console-rails-3/</guid>
</item>
<item>
<title>(Rails) Easy-to-spot debugging output in tests - insanedreamer</title>
<link>http://snipplr.com/view/37059/easytospot-debugging-output-in-tests/</link>
<description><![CDATA[ <p>Put this in `test_helper.rb` and call with `show(object1, object2, etc.)`</p> ]]></description>
<pubDate>Sat, 10 Jul 2010 06:03:38 GMT</pubDate>
<guid>http://snipplr.com/view/37059/easytospot-debugging-output-in-tests/</guid>
</item>
</channel>
</rss>