<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-628035614856412995.comments</id><updated>2009-11-02T06:01:27.188-08:00</updated><title type='text'>Cutting Edge Meltdown</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.shenie.net/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/comments/default'/><link rel='alternate' type='text/html' href='http://blog.shenie.net/'/><author><name>shenie</name><uri>http://www.blogger.com/profile/09978796132519594310</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-628035614856412995.post-701016850421582589</id><published>2009-11-02T06:01:27.377-08:00</published><updated>2009-11-02T06:01:27.377-08:00</updated><title type='text'>This is the most worthless description of installi...</title><content type='html'>This is the most worthless description of installing RoR on Qnap. :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/4685287137790380416/comments/default/701016850421582589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/4685287137790380416/comments/default/701016850421582589'/><link rel='alternate' type='text/html' href='http://blog.shenie.net/2009/04/how-i-install-ruby-and-run-ror-on-qnap.html?showComment=1257170487377#c701016850421582589' title=''/><author><name>Carolin</name><uri>http://www.blogger.com/profile/00898474160711842452</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.shenie.net/2009/04/how-i-install-ruby-and-run-ror-on-qnap.html' ref='tag:blogger.com,1999:blog-628035614856412995.post-4685287137790380416' source='http://www.blogger.com/feeds/628035614856412995/posts/default/4685287137790380416' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-628035614856412995.post-4247102214614084716</id><published>2009-07-16T10:01:30.367-07:00</published><updated>2009-07-16T10:01:30.367-07:00</updated><title type='text'>In fact, the "update" script in the hook directory...</title><content type='html'>In fact, the &amp;quot;update&amp;quot; script in the hook directory verify if the user has changed the &amp;quot;description&amp;quot; file of the parent directory.&lt;br /&gt;Editing the file &amp;quot;description&amp;quot; resolve the problem in a better &lt;br /&gt;manner.&lt;br /&gt;Remove the first line which is a default description of a Git project, and put your own description, now your problem should be solved, without renaming the update file.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/7997495577856741966/comments/default/4247102214614084716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/7997495577856741966/comments/default/4247102214614084716'/><link rel='alternate' type='text/html' href='http://blog.shenie.net/2009/01/easy-way-to-backup-codebase-on-usb-key.html?showComment=1247763690367#c4247102214614084716' title=''/><author><name>Goug</name><uri>http://www.blogger.com/profile/01615152775293087483</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.shenie.net/2009/01/easy-way-to-backup-codebase-on-usb-key.html' ref='tag:blogger.com,1999:blog-628035614856412995.post-7997495577856741966' source='http://www.blogger.com/feeds/628035614856412995/posts/default/7997495577856741966' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-628035614856412995.post-164995915922053975</id><published>2009-06-10T11:54:20.187-07:00</published><updated>2009-06-10T11:54:20.187-07:00</updated><title type='text'>Yeah; ActiveRecord is incredibly useful in that it...</title><content type='html'>Yeah; ActiveRecord is incredibly useful in that it allows the developers to: &lt;br&gt;&lt;br /&gt;1. move the database state up or down to any specific revision by simply running the migration scripts in a sequential revision order.&lt;br&gt;&lt;br /&gt;2. also quickly create fixtures data for testing the functionality they work on, thus promoting Test-Driven development.&lt;br /&gt;&lt;br /&gt;Recently, in a couple of projects I used ActiveRecord Migrations to manage database setup and migrations. You can find a walk-though the steps to follow in order to get a set of ActiveRecord migrations working on a  Ubuntu-9.0.4 desktop at &lt;a href="http://www.nagarro.com/blog/using-activerecord-for-database-setup-and-migration/" rel="nofollow"&gt;Using ActiveRecord for Database Setup and Migration: A How-to&lt;/a&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/5817199812160455508/comments/default/164995915922053975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/5817199812160455508/comments/default/164995915922053975'/><link rel='alternate' type='text/html' href='http://blog.shenie.net/2009/01/use-activerecord-migration-to-manage.html?showComment=1244660060187#c164995915922053975' title=''/><author><name>Ram</name><uri>http://www.blogger.com/profile/03328222100833917865</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.shenie.net/2009/01/use-activerecord-migration-to-manage.html' ref='tag:blogger.com,1999:blog-628035614856412995.post-5817199812160455508' source='http://www.blogger.com/feeds/628035614856412995/posts/default/5817199812160455508' type='text/html'/></entry></feed>