Skip to content

Commit

Permalink
Linked sinatra
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed May 23, 2012
1 parent 1881ac5 commit a6884fe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Expand Up @@ -131,7 +131,7 @@ <h3>1. Don&#8217;t use Rails</h3>

<p>Rails is awesome&#8230; for most things. But when you don&#8217;t need any views or assets, or when you are not building a traditional web application, it&#8217;s overkill. And you&#8217;ll soon start finding that your app is slow. You have to remember that Rails is a full stack framework, but your API is most likely not.</p>

<p>If you really have to use a Framework, check out Sinatra, which has a much smaller footprint. Or peel it back even further, and create a bare bones Rack app. Which is a lot easier than you might think.</p>
<p>If you really have to use a Framework, check out <a href="http://sinatrarb.com">Sinatra</a>, which has a much smaller footprint. Or peel it back even further, and create a bare bones Rack app. Which is a lot easier than you might think.</p>

<h3>2. Don&#8217;t use ActiveRecord</h3>

Expand Down
4 changes: 2 additions & 2 deletions articles/categories/articles/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: articles | Develop With Style]]></title>
<link href="http://developwithstyle.com/articles/categories/articles/atom.xml" rel="self"/>
<link href="http://developwithstyle.com/"/>
<updated>2012-05-23T15:21:25+01:00</updated>
<updated>2012-05-23T15:23:19+01:00</updated>
<id>http://developwithstyle.com/</id>
<author>
<name><![CDATA[Joel Moss]]></name>
Expand All @@ -31,7 +31,7 @@
<p>Rails is awesome... for most things. But when you don't need any views or assets, or when you are not building a traditional web application, it's overkill. And you'll soon start finding that your app is slow. You have to remember that Rails is a full stack framework, but your API is most likely not.</p>
<p>If you really have to use a Framework, check out Sinatra, which has a much smaller footprint. Or peel it back even further, and create a bare bones Rack app. Which is a lot easier than you might think.</p>
<p>If you really have to use a Framework, check out <a href="http://sinatrarb.com">Sinatra</a>, which has a much smaller footprint. Or peel it back even further, and create a bare bones Rack app. Which is a lot easier than you might think.</p>
<h3>2. Don't use ActiveRecord</h3>
Expand Down
4 changes: 2 additions & 2 deletions atom.xml
Expand Up @@ -4,7 +4,7 @@
<title>Develop With Style</title>
<link href="http://developwithstyle.com/atom.xml" rel="self"/>
<link href="http://developwithstyle.com/"/>
<updated>2012-05-23T15:21:25+01:00</updated>
<updated>2012-05-23T15:23:19+01:00</updated>
<id>http://developwithstyle.com/</id>
<author>
<name>Joel Moss</name>
Expand All @@ -30,7 +30,7 @@

&lt;p&gt;Rails is awesome&amp;#8230; for most things. But when you don&amp;#8217;t need any views or assets, or when you are not building a traditional web application, it&amp;#8217;s overkill. And you&amp;#8217;ll soon start finding that your app is slow. You have to remember that Rails is a full stack framework, but your API is most likely not.&lt;/p&gt;

&lt;p&gt;If you really have to use a Framework, check out Sinatra, which has a much smaller footprint. Or peel it back even further, and create a bare bones Rack app. Which is a lot easier than you might think.&lt;/p&gt;
&lt;p&gt;If you really have to use a Framework, check out &lt;a href=&quot;http://sinatrarb.com&quot;&gt;Sinatra&lt;/a&gt;, which has a much smaller footprint. Or peel it back even further, and create a bare bones Rack app. Which is a lot easier than you might think.&lt;/p&gt;

&lt;h3&gt;2. Don&amp;#8217;t use ActiveRecord&lt;/h3&gt;

Expand Down
8 changes: 4 additions & 4 deletions sitemap.xml
Expand Up @@ -812,22 +812,22 @@
<loc>
http://developwithstyle.com/articles/2012/05/23/lessons-learnt-from-building-a-rest-based-api/
</loc>
<lastmod>2012-05-23T15:20:17+01:00</lastmod>
<lastmod>2012-05-23T15:23:01+01:00</lastmod>
</url>
<url>
<loc>http://developwithstyle.com/404.html</loc>
<lastmod>2012-05-12T01:27:05+01:00</lastmod>
</url>
<url>
<loc>http://developwithstyle.com/articles/archives/</loc>
<lastmod>2012-05-23T15:20:17+01:00</lastmod>
<lastmod>2012-05-23T15:23:01+01:00</lastmod>
</url>
<url>
<loc>http://developwithstyle.com/articles/</loc>
<lastmod>2012-05-23T15:20:17+01:00</lastmod>
<lastmod>2012-05-23T15:23:01+01:00</lastmod>
</url>
<url>
<loc>http://developwithstyle.com/</loc>
<lastmod>2012-05-23T15:20:17+01:00</lastmod>
<lastmod>2012-05-23T15:23:01+01:00</lastmod>
</url>
</urlset>

0 comments on commit a6884fe

Please sign in to comment.