<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tonka Park &#187; ruby</title>
	<atom:link href="http://tonkapark.com/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://tonkapark.com</link>
	<description>Big Cartel Themes, Internet Marketing and E-Commerce</description>
	<lastBuildDate>Thu, 17 May 2012 15:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>A Ruby Gem for Big Cartel API</title>
		<link>http://tonkapark.com/1246/a-ruby-gem-for-big-cartel-api/</link>
		<comments>http://tonkapark.com/1246/a-ruby-gem-for-big-cartel-api/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 14:34:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[big cartel]]></category>
		<category><![CDATA[bigcartel]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://tonkapark.com/?p=1246</guid>
		<description><![CDATA[The first Big Cartel ruby wrapper has been released. The gem is a ruby wrapper for the Big Cartel API.
Related posts:<ol>
<li><a href='http://tonkapark.com/1505/bigcartel-gem-0-1-9-released/' rel='bookmark' title='BigCartel Gem 0.1.9 Released'>BigCartel Gem 0.1.9 Released</a></li>
<li><a href='http://tonkapark.com/167/ruby-on-rails-social-network-application/' rel='bookmark' title='Ruby on Rails Social Network Application'>Ruby on Rails Social Network Application</a></li>
<li><a href='http://tonkapark.com/189/stuck-a-fork-in-clearance-by-thoughtbot/' rel='bookmark' title='Stuck a fork in Clearance by Thoughtbot'>Stuck a fork in Clearance by Thoughtbot</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I had a late night successfully publishing my first public gem. The gem is a ruby wrapper for the <a href="http://help.bigcartel.com/articles/29-external-api" target="_blank">Big Cartel API</a>.</p>
<p>The gem is just a first cut and should evolve over the next day or two. I hope to publish a small application as well to demonstrate what it can do for any of you application developers out there.</p>
<p><a href="https://rubygems.org/gems/bigcartel" target="_blank">BigCartel Gem</a></p>
<h2>Install From Command Line</h2>
<pre>gem install bigcartel</pre>
<h2>Usage</h2>
<pre><code>require 'rubygems'
require 'bigcartel'
require 'pp'

s = BigCartel::Base.new("ugmonk")
pp s.store
pp s.products(5)Â </code></pre>
<p>Related posts:<ol>
<li><a href='http://tonkapark.com/1505/bigcartel-gem-0-1-9-released/' rel='bookmark' title='BigCartel Gem 0.1.9 Released'>BigCartel Gem 0.1.9 Released</a></li>
<li><a href='http://tonkapark.com/167/ruby-on-rails-social-network-application/' rel='bookmark' title='Ruby on Rails Social Network Application'>Ruby on Rails Social Network Application</a></li>
<li><a href='http://tonkapark.com/189/stuck-a-fork-in-clearance-by-thoughtbot/' rel='bookmark' title='Stuck a fork in Clearance by Thoughtbot'>Stuck a fork in Clearance by Thoughtbot</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tonkapark.com/1246/a-ruby-gem-for-big-cartel-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stuck a fork in Clearance by Thoughtbot</title>
		<link>http://tonkapark.com/189/stuck-a-fork-in-clearance-by-thoughtbot/</link>
		<comments>http://tonkapark.com/189/stuck-a-fork-in-clearance-by-thoughtbot/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 19:17:23 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://tonkapark.com/blog/?p=189</guid>
		<description><![CDATA[I have just finished building my very own public ruby gem, tonkapark-clearance. In building the application for our land owners association I began using the Clearance gem by Thoughtbot. The gem is a simple Rails authentication with email &#38; password. It worked right out of the box. I thought I would add my touch though… <a href="http://tonkapark.com/189/stuck-a-fork-in-clearance-by-thoughtbot/">Read More &#187;</a>
Related posts:<ol>
<li><a href='http://tonkapark.com/337/deploying-spree-using-heroku/' rel='bookmark' title='Deploying Spree using Heroku'>Deploying Spree using Heroku</a></li>
<li><a href='http://tonkapark.com/391/easy-steps-to-deploy-a-wordpress-using-capistrano/' rel='bookmark' title='Easy steps to deploy WordPress using Capistrano'>Easy steps to deploy WordPress using Capistrano</a></li>
<li><a href='http://tonkapark.com/167/ruby-on-rails-social-network-application/' rel='bookmark' title='Ruby on Rails Social Network Application'>Ruby on Rails Social Network Application</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have just finished building my very own public ruby gem, <a href="http://github.com/tonkapark/clearance/tree" target="_blank">tonkapark-clearance</a>. In building the application for our land owners association I began using the <a href="http://github.com/thoughtbot/clearance/tree" target="_blank">Clearance gem</a> by <a href="http://thoughtbot.com/" target="_blank">Thoughtbot</a>. The gem is a simple Rails authentication with email &amp; password. It worked right out of the box. I thought I would add my touch though so I didn&#8217;t have to override half the gem with my own code.</p>
<p>With my little application I wanted to add invitations and an admin user. The invitations would allow signups to be restricted to invited users only. The admin was needed to manage the invitations and some other aspects of managing an application. So the forked version of clearance is ready to go. Simply run the gem command below or checkout the documentation on github to include it in your next rails project.</p>
<p><code>gem install tonkapark-clearance</code></p>
<p>You can check out the <a href="http://github.com/tonkapark/clearance/tree" target="_blank">source code on Github.com</a>.</p>
<p>This was my first real experience with GitHub.com and also with git. I was able to fork the existing project in the github interface.</p>
<ul>
<li>Install git on Windows: <a style="text-decoration: none;" href="http://code.google.com/p/msysgit/" target="_blank">msysgit</a></li>
<li><a href="http://github.com/guides/using-git-and-github-for-the-windows-for-newbies" target="_blank">Setup SSH Key to allow commit without a password</a>.</li>
<li><a style="text-decoration: none;" href="http://code.google.com/p/msysgit/" target="_blank"></a><a href="http://github.com/guides/tell-git-your-user-name-and-email-address" target="_blank">Setup git and github</a> to recognize your email address and token.</li>
<li><a href="http://github.com/guides/dealing-with-newlines-in-git" target="_blank">And new lines in windows issues</a></li>
</ul>
<p>I also found this helpful site for git and github: <a href="http://learn.github.com/" target="_blank">http://learn.github.com/</a></p>
<p>Some commands I don&#8217;t need to forget.<br />
<code>git checkout branch_name --switch to branch<br />
git branch --lists all branches<br />
git branch new_branch_name --create new branch<br />
git add -u --prepares for a commit of deleted files<br />
</code></p>
<p>Related posts:<ol>
<li><a href='http://tonkapark.com/337/deploying-spree-using-heroku/' rel='bookmark' title='Deploying Spree using Heroku'>Deploying Spree using Heroku</a></li>
<li><a href='http://tonkapark.com/391/easy-steps-to-deploy-a-wordpress-using-capistrano/' rel='bookmark' title='Easy steps to deploy WordPress using Capistrano'>Easy steps to deploy WordPress using Capistrano</a></li>
<li><a href='http://tonkapark.com/167/ruby-on-rails-social-network-application/' rel='bookmark' title='Ruby on Rails Social Network Application'>Ruby on Rails Social Network Application</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://tonkapark.com/189/stuck-a-fork-in-clearance-by-thoughtbot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

