<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>a.muse: Flickr and Rails</title>
    <link>http://www.jessirae.com/blog/articles/2006/08/21/flickr-and-rails</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Flickr and Rails</title>
      <description>&lt;p&gt;Doing neat things with flickr and rails is easier than running rails&amp;#8212;believe it or not. The following are screenshots from &lt;a href="http://www.rubyonrails.org/screencasts"&gt;Putting Flickr on Rails Screencast&lt;/a&gt;.&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;create &lt;strong&gt;layout/application.rhtml&lt;/strong&gt; file&lt;br /&gt;&lt;/li&gt;
	&lt;/ul&gt;


&lt;img src="http://www.jessirae.com/blog/images/application_layout.bmp" alt="" /&gt;
	&lt;ul&gt;
	&lt;li&gt;create controller: type &lt;em&gt;ruby script/generate controller flickr&lt;/em&gt; at the command line in the directory your rails app is installed in&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;type &lt;em&gt;gem install flickr&lt;/em&gt; at the command line in the directory your rails app is installed in&lt;br /&gt;&lt;/li&gt;
		&lt;li&gt;change flickr controller, stylesheet and write index.rhtml file&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;&lt;strong&gt;Flickr Controller&lt;/strong&gt;&lt;br /&gt;&lt;img src="http://www.jessirae.com/blog/images/flickr_controller.bmp" height="166" width="403" /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;Stylesheet&lt;/strong&gt;&lt;br /&gt;&lt;img src="http://www.jessirae.com/blog/images/flickrcss.bmp" /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;_photo.rhtml&lt;/strong&gt;&lt;br /&gt;&lt;img src="http://www.jessirae.com/blog/images/flickrpartial.bmp" height="76" width="400" /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;strong&gt;index.rhtml&lt;/strong&gt;&lt;br /&gt;&lt;img src="http://www.jessirae.com/blog/images/index2.bmp" height="275" width="475" /&gt;&lt;br /&gt;&lt;br /&gt;Access index.rhtml file at http://localhost:3000/flickr&lt;br /&gt;You are finished!!!!!!&lt;/p&gt;
</description>
      <pubDate>Mon, 21 Aug 2006 18:56:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:e77b2591-37ba-4529-a14b-8e781211211c</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2006/08/21/flickr-and-rails</link>
      <category>ruby &amp; rails</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/13</trackback:ping>
    </item>
  </channel>
</rss>
