<?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>Adevia Software</title>
	<atom:link href="http://www.adeviasoftware.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adeviasoftware.com</link>
	<description>Web Application Specialists</description>
	<lastBuildDate>Mon, 09 Jan 2012 18:38:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adjusting Heroku Timezone</title>
		<link>http://www.adeviasoftware.com/2012/01/heroku-timezone/</link>
		<comments>http://www.adeviasoftware.com/2012/01/heroku-timezone/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 18:36:33 +0000</pubDate>
		<dc:creator>adevia</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[cedar]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://adeviasoftware.com/?p=168</guid>
		<description><![CDATA[Changing the timezone on the Heroku Cedar stack can be done in a few easy steps. Grab your the appropriate zone name string from here In your console/shell (app will restart after): heroku config:add TZ=America/Vancouver To test it out: console/shell: heroku run console Time.now]]></description>
			<content:encoded><![CDATA[Changing the timezone on the Heroku Cedar stack can be done in a few easy steps.
<ol>
	<li>Grab your the appropriate zone name string from <a title="wikipedia time zone list" href="http://en.wikipedia.org/wiki/List_of_tz_database_time_zones" target="_blank">here</a></li>
	<li>In your console/shell (app will restart after): heroku config:add TZ=America/Vancouver</li>
</ol>
<div>To test it out:</div>
<div>
<ol>
	<li>console/shell: heroku run console</li>
	<li>Time.now</li>
</ol>
<div></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.adeviasoftware.com/2012/01/heroku-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Github for Mac released</title>
		<link>http://www.adeviasoftware.com/2011/06/github-for-mac-released/</link>
		<comments>http://www.adeviasoftware.com/2011/06/github-for-mac-released/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 23:12:29 +0000</pubDate>
		<dc:creator>adevia</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://adeviasoftware.com/?p=152</guid>
		<description><![CDATA[Github, a popular company for hosting public and private source code repositories (and a requirement for using cloud-based hosting solutions from EngineYard and Heroku) has just released a native Mac OS desktop application. Overall, the Github mac application allows users of their service to perform tasks normally reserved through terminal, within the application. For simple [...]]]></description>
			<content:encoded><![CDATA[<p>
Github, a popular company for hosting public and private source code repositories (and a requirement for using cloud-based hosting solutions from EngineYard and Heroku) has just released a <a href="http://mac.github.com/" target="_blank">native Mac OS desktop application</a>.
</p>
<p>
Overall, the Github mac application allows users of their service to perform tasks normally reserved through terminal, within the application. For simple tasks such as push &amp; pull this isn&#8217;t a big deal, however for more complex tasks this application is a huge timesaver.
</p>
<p>
Perhaps as an indicator to the rising popularity of OS X as a developer platform, the official Github application is <strong>only</strong> available on the Mac.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adeviasoftware.com/2011/06/github-for-mac-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 3.1 RC Released</title>
		<link>http://www.adeviasoftware.com/2011/05/rails-3-1-rc-released/</link>
		<comments>http://www.adeviasoftware.com/2011/05/rails-3-1-rc-released/#comments</comments>
		<pubDate>Tue, 24 May 2011 22:33:38 +0000</pubDate>
		<dc:creator>adevia</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[web app development]]></category>

		<guid isPermaLink="false">http://173.255.221.198/?p=145</guid>
		<description><![CDATA[37 Signals has released the Ruby on Rails 3.1 release candidate and it has a number of big features in store: Asset Pipelines Sprockets 2.0 powered, rack based asset packaging which enables proper organization, including use in plugins and engines. SCSS is the default for stylesheets &#38; CoffeeScript is the default for JavaScript. Supports multiple concatenations (including [...]]]></description>
			<content:encoded><![CDATA[37 Signals has released the Ruby on Rails 3.1 release candidate and it has a number of big features in store:
<p>
<strong>Asset Pipelines</strong>
</p>
<p>
<blockquote><a href="https://github.com/sstephenson/sprockets/">Sprockets 2.0</a> powered, rack based asset packaging which enables proper organization, including use in plugins and engines. <a href="http://sass-lang.com/">SCSS</a> is the default for stylesheets &amp; <a href="http://coffeescript.org/">CoffeeScript</a> is the default for JavaScript. Supports multiple concatenations (including CSS), CoffeeScript &amp; SCSS preprocessing.</blockquote>
</p>
<p>
<strong>HTTP Streaming</strong>
</p>
<p>
<blockquote>2 words: faster pages. HTTP Streaming lets the browser downloa stylesheets and javascript while the server is generating the response. It will require support from the web server, that said unicorn &amp; ngnix already support it.</blockquote>
</p>
<p>
<strong>jQuery is now the default</strong>
</p>
<p>
<blockquote>Finally! jQuery is now the default JavaScript framework. If you still want to use Prototype, it&#8217;s extremely easy to switch to it.</blockquote>
</p>
<p>
<a href="http://edgerails.info/articles/what-s-new-in-edge-rails/2011/05/06/reversible-migrations/index.html">Reversible migrations</a>: DRY migrations that know how to revert themselves.
</p>
<p>
<a href="http://edgerails.info/articles/what-s-new-in-edge-rails/2011/04/21/activerecord-identity-map/index.html">Identity Map</a>: Allows you to reduce the number of queries your app will trigger. Speed!
</p>
<p>
<a href="https://github.com/rails/rails/blob/master/actionpack/lib/action_controller/metal/force_ssl.rb">Force SSL</a>: Force_ssl makes your application encryption easier to manage on a per-app or per-controller basis
</p>
<p>
It&#8217;s recommended that if you are going to start a new application, that you use Ruby 1.9.2. Rails will support 1.8.x until Rails 4.0 but it will soon be considered a legacy option.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adeviasoftware.com/2011/05/rails-3-1-rc-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 3.0.1 &amp; 2.3.10 released</title>
		<link>http://www.adeviasoftware.com/2010/10/rails-3-0-1-2-3-10-released/</link>
		<comments>http://www.adeviasoftware.com/2010/10/rails-3-0-1-2-3-10-released/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 08:30:44 +0000</pubDate>
		<dc:creator>adevia</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[web app development]]></category>

		<guid isPermaLink="false">http://173.255.221.198/?p=12</guid>
		<description><![CDATA[A security vulnerability was found in the nested attributes code in Rails 3.0.0 and 2.3.9. It is highly recommended that all rails applications be updated to 3.0.1 or 2.3.10 respectively. Source]]></description>
			<content:encoded><![CDATA[<p>
A security vulnerability was found in the nested attributes code in Rails 3.0.0 and 2.3.9. It is highly recommended that all rails applications be updated to 3.0.1 or 2.3.10 respectively.
</p>
<p>
<a href="http://adeviasoftware.com/wp-admin/Agnosticism%20with%20jQuery,%20rSpec,%20and%20Data%20Mapper" target="_blank">Source</a>
</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://www.adeviasoftware.com/2010/10/rails-3-0-1-2-3-10-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails 3 goes final</title>
		<link>http://www.adeviasoftware.com/2010/08/ruby-on-rails-3-goes-final/</link>
		<comments>http://www.adeviasoftware.com/2010/08/ruby-on-rails-3-goes-final/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 11:02:46 +0000</pubDate>
		<dc:creator>adevia</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[web app development]]></category>

		<guid isPermaLink="false">http://173.255.221.198/?p=9</guid>
		<description><![CDATA[Ruby on Rails 3.0.0 framework was released today to the community. After a lengthy development cycle, we&#8217;re happy to see it arrive. Notable enhancements in this final release include: Merge of Rails &#38; Merb frameworks New Active Record query engine New router for Action Controller New Action Mailer Manage dependencies with Bundler XSSÂ¬â€ protection enabled by [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>
Ruby on Rails 3.0.0 framework was released today to the community. After a lengthy development cycle, we&#8217;re happy to see it arrive. Notable enhancements in this final release include:
</p>
<ul>
	<li>Merge of Rails &amp; Merb frameworks</li>
	<li>New Active Record query engine</li>
	<li>New router for Action Controller</li>
	<li>New Action Mailer</li>
	<li>Manage dependencies with Bundler</li>
	<li>XSSÂ¬â€ protection enabled by default</li>
	<li>Elimination of encoding issues from non-english languages (and MS Word!)</li>
	<li>Active Model: Validations, callbacks, etc</li>
	<li>New Railties API for plugins support</li>
	<li>Complete rewrite of Action Pack and Railties</li>
	<li>Unobtrustive Javascript support &#8211; switch between jQuery &amp; Prototype with relative ease</li>
</ul>
<p>
If you&#8217;re using Engine Yard as your host, they have already updated their system to support the new framwork.
</p>
</div>
&nbsp;]]></content:encoded>
			<wfw:commentRss>http://www.adeviasoftware.com/2010/08/ruby-on-rails-3-goes-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 3 RC2 Now Available</title>
		<link>http://www.adeviasoftware.com/2010/08/rails-3-rc2-now-available/</link>
		<comments>http://www.adeviasoftware.com/2010/08/rails-3-rc2-now-available/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:56:17 +0000</pubDate>
		<dc:creator>adevia</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://173.255.221.198/?p=7</guid>
		<description><![CDATA[37 Signals announced today that the second release candidate for Ruby on Rails 3.0 has been released. Ruby on Rails 3.0 RC2 has relatively few changes to it which indicates that a final release is imminent unless major issues are found soon. Reviewing the changes on git it appears that 356 commits were made by [...]]]></description>
			<content:encoded><![CDATA[<div>

37 Signals announced today that the second release candidate for Ruby on Rails 3.0 has been released. Ruby on Rails 3.0 RC2 has relatively few changes to it which indicates that a final release is imminent unless major issues are found soon. Reviewing the changes on git it appears that 356 commits were made by 64 authors in the process of producing RC2. Rails 3.0 now has it&#8217;s own <a href="http://github.com/rails/rails/tree/3-0-stable" target="_blank">stable branch</a> on git found with the master branch now pointing to rails 3.1

To update or install Ruby on Rails 3.0 RC2 through gem use:
<blockquote>gem install rails &#8211;pre</blockquote>
To update through Bundler edit your Gemfile and set the gem entry as:
<blockquote>gem &#8216;rails&#8217;, &#8217;3.0.0.rc2&#8242;</blockquote>
</div>
&nbsp;]]></content:encoded>
			<wfw:commentRss>http://www.adeviasoftware.com/2010/08/rails-3-rc2-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails 3 Release Candidate now available</title>
		<link>http://www.adeviasoftware.com/2010/07/rails-3-release-candidate-now-available/</link>
		<comments>http://www.adeviasoftware.com/2010/07/rails-3-release-candidate-now-available/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 16:28:05 +0000</pubDate>
		<dc:creator>adevia</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[web app development]]></category>

		<guid isPermaLink="false">http://173.255.221.198/?p=4</guid>
		<description><![CDATA[The Rails 3 RC was just released moments ago. If you have been testing out Rails 3 Beta 4, now is a great time to upgrade and see what&#8217;s changed. Engine Yard&#8217;s appCloud has also updated their technology stack to now support Rails 3 RC. Since Beta 4, 125 authors have made over 840 commits to [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>
The Rails 3 RC was just released moments ago. If you have been testing out Rails 3 Beta 4, now is a great time to upgrade and see what&#8217;s changed. Engine Yard&#8217;s appCloud has also updated their technology stack to now support Rails 3 RC.
</p>
<p>
Since Beta 4, <a href="http://github.com/rails/rails/compare/v3.0.0.beta4...master">125 authors have made over 840 commits</a> to the code base.
</p>
</div>
&nbsp;]]></content:encoded>
			<wfw:commentRss>http://www.adeviasoftware.com/2010/07/rails-3-release-candidate-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

