<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Everyday Rails</title>
 <link href="http://everydayrails.com/atom.xml" rel="self"/>
 <link href="http://everydayrails.com/"/>
 <updated>2012-05-15T19:19:50-05:00</updated>
 <id>http://everydayrails.com/</id>
 <author>
   <name>Aaron Sumner</name>
   <email>aaron@everydayrails.com</email>
 </author>
 
 
 <entry>
   <title>Update on the RSpec book</title>
   <link href="http://everydayrails.com/2012/05/15/rspec-book-update.html"/>
   <updated>2012-05-15T00:00:00-05:00</updated>
   <id>http://www.everydayrails.com/2012/05/15/rspec-book-update</id>
   <content type="html">I've been busy completing the book and incorporating your feedback. Here's where things stand at the moment, along with answers to some questions I've received.</content>
 </entry>
 
 <entry>
   <title>Everyday Rails Testing with RSpec: Get advance access to my new book now</title>
   <link href="http://everydayrails.com/2012/05/07/everyday-rails-rspec-book-available.html"/>
   <updated>2012-05-07T00:00:00-05:00</updated>
   <id>http://www.everydayrails.com/2012/05/07/everyday-rails-rspec-book-available</id>
   <content type="html">I'm happy to announce that the extended, DRM-free ebook version of my RSpec series is now available for purchase through Leanpub. Here's a rundown of what's there now and what's to come.</content>
 </entry>
 
 <entry>
   <title>How I learned to test my Rails applications, Part 5: Request specs</title>
   <link href="http://everydayrails.com/2012/04/24/testing-series-rspec-requests.html"/>
   <updated>2012-04-24T00:00:00-05:00</updated>
   <id>http://www.everydayrails.com/2012/04/24/testing-series-rspec-requests</id>
   <content type="html">Integration testing with RSpec request specs make sure your application's various parts are working in cohesion. Here's a primer on getting started.</content>
 </entry>
 
 <entry>
   <title>How I learned to test my Rails applications, Part 4: Controller specs</title>
   <link href="http://everydayrails.com/2012/04/07/testing-series-rspec-controllers.html"/>
   <updated>2012-04-07T00:00:00-05:00</updated>
   <id>http://www.everydayrails.com/2012/04/07/testing-series-rspec-controllers</id>
   <content type="html">Controllers are the glue in a Rails application, and should be tested just like any other code. This primer will guide you to better coverage in your own apps' controllers.</content>
 </entry>
 
 <entry>
   <title>How I learned to test my Rails applications, Part 3: Model specs</title>
   <link href="http://everydayrails.com/2012/03/19/testing-series-rspec-models-factory-girl.html"/>
   <updated>2012-03-19T00:00:00-05:00</updated>
   <id>http://www.everydayrails.com/2012/03/19/testing-series-rspec-models-factory-girl</id>
   <content type="html">How can you make sure your application's core building blocks are doing what you expect them to? Let's start by using RSpec to test model functionality.</content>
 </entry>
 
 <entry>
   <title>How I learned to test my Rails applications, Part 2: Setting up RSpec</title>
   <link href="http://everydayrails.com/2012/03/12/testing-series-rspec-setup.html"/>
   <updated>2012-03-12T00:00:00-05:00</updated>
   <id>http://www.everydayrails.com/2012/03/12/testing-series-rspec-setup</id>
   <content type="html">Our series on getting comfortable with Rails testing continues as we set up RSpec for an existing application.</content>
 </entry>
 
 <entry>
   <title>How I learned to test my Rails applications, Part 1: Introduction</title>
   <link href="http://everydayrails.com/2012/03/12/testing-series-intro.html"/>
   <updated>2012-03-12T00:00:00-05:00</updated>
   <id>http://www.everydayrails.com/2012/03/12/testing-series-intro</id>
   <content type="html">Are you still wrapping your head around Rails testing techniques? Here are the tools and techniques that helped me go from zero to decent test coverage.</content>
 </entry>
 
 <entry>
   <title>More advice on legacy data migration in Rails</title>
   <link href="http://everydayrails.com/2011/12/11/legacy-data-migrations-rails.html"/>
   <updated>2011-12-11T00:00:00-06:00</updated>
   <id>http://www.everydayrails.com/2011/12/11/legacy-data-migrations-rails</id>
   <content type="html">What do you do if your legacy data defies convention or is just generally complex? Here are some notes from my recent experience using rake to accomplish difficult data migrations.</content>
 </entry>
 
 <entry>
   <title>How I've been developing an administrative backend with ActiveAdmin</title>
   <link href="http://everydayrails.com/2011/11/11/active-admin.html"/>
   <updated>2011-11-11T00:00:00-06:00</updated>
   <id>http://www.everydayrails.com/2011/11/11/active-admin</id>
   <content type="html">Rails developers with deadlines will love ActiveAdmin for building high-quality interfaces for managing a site's data.</content>
 </entry>
 
 <entry>
   <title>Authorization advice for Rails 3 and beyond</title>
   <link href="http://everydayrails.com/2011/10/06/rails-authorization.html"/>
   <updated>2011-10-06T00:00:00-05:00</updated>
   <id>http://www.everydayrails.com/2011/10/06/rails-authorization</id>
   <content type="html">Here's the general process I follow whenever adding authorization&amp;mdash;the logic that says what a user's allowed to do&amp;mdash;to my Rails applications.</content>
 </entry>
 
 
</feed>
