<?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/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4913007965169285804</id><updated>2011-04-21T20:24:31.493-07:00</updated><category term='ruby'/><category term='github'/><category term='regexp'/><category term='regular expression'/><category term='rails scaffold resource functional test matrix REST'/><category term='rails'/><category term='subversion'/><category term='sqlite3'/><title type='text'>Ruby Ramblings</title><subtitle type='html'>Posts about Ruby on Rails, Ruby, and software development.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://stephen-veit.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4913007965169285804/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://stephen-veit.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Stephen Veit</name><uri>http://www.blogger.com/profile/13139649768846209971</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4913007965169285804.post-1909582055248079143</id><published>2009-03-15T05:33:00.000-07:00</published><updated>2009-03-15T06:13:16.516-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='regexp'/><category scheme='http://www.blogger.com/atom/ns#' term='sqlite3'/><category scheme='http://www.blogger.com/atom/ns#' term='regular expression'/><category scheme='http://www.blogger.com/atom/ns#' term='rails'/><title type='text'>Implementing REGEXP in Sqlite3</title><summary type='text'>I am implementing a rails application that required searching using a regular expression. I am using MySQL for the production database, but SQLite3 for the test database. Now SQLite3 supports the REGEXP SQL operator, however it is left to the user to implement the function. I found a post by Rolando Abarca where he attempted to implement regexp in Ruby. I adapted that and also created a rails </summary><link rel='replies' type='application/atom+xml' href='http://stephen-veit.blogspot.com/feeds/1909582055248079143/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4913007965169285804&amp;postID=1909582055248079143' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4913007965169285804/posts/default/1909582055248079143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4913007965169285804/posts/default/1909582055248079143'/><link rel='alternate' type='text/html' href='http://stephen-veit.blogspot.com/2009/03/implementing-regexp-in-sqlite3.html' title='Implementing REGEXP in Sqlite3'/><author><name>Stephen Veit</name><uri>http://www.blogger.com/profile/13139649768846209971</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4913007965169285804.post-8083421252148004559</id><published>2008-05-25T07:26:00.000-07:00</published><updated>2008-05-27T04:05:26.889-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='rails scaffold resource functional test matrix REST'/><title type='text'>Scaffold Resource Matrix</title><summary type='text'>The scaffold resource matrix generator creates a model, a controller,and a set of templates that are ready to use as the starting point foryour REST-like, resource-oriented application. This basically meansthat it follows a set of conventions to exploit the full set of HTTPverbs (GET/POST/PUT/DELETE) and is prepared for multi-client access(like one view for HTML, one for an XML API, one for ATOM,</summary><link rel='replies' type='application/atom+xml' href='http://stephen-veit.blogspot.com/feeds/8083421252148004559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4913007965169285804&amp;postID=8083421252148004559' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4913007965169285804/posts/default/8083421252148004559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4913007965169285804/posts/default/8083421252148004559'/><link rel='alternate' type='text/html' href='http://stephen-veit.blogspot.com/2008/05/scaffold-resource-matrix.html' title='Scaffold Resource Matrix'/><author><name>Stephen Veit</name><uri>http://www.blogger.com/profile/13139649768846209971</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4913007965169285804.post-6135983275314637754</id><published>2008-04-21T07:43:00.000-07:00</published><updated>2008-06-02T07:58:45.432-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='rails'/><category scheme='http://www.blogger.com/atom/ns#' term='subversion'/><category scheme='http://www.blogger.com/atom/ns#' term='github'/><title type='text'>Converting Subversion Rails Project to Github</title><summary type='text'>I signed up for a Github account. Github is a hosted git repository. Git is a distributed version control system focused on speed, effectivity and real-world usability on large projects. There are a couple of things I want to do with this. I want to use it as a repository for my rails apps. I also want to use it to host Rails plugins that I plan to release. Ruby on Rails has moved their repo to </summary><link rel='replies' type='application/atom+xml' href='http://stephen-veit.blogspot.com/feeds/6135983275314637754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4913007965169285804&amp;postID=6135983275314637754' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4913007965169285804/posts/default/6135983275314637754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4913007965169285804/posts/default/6135983275314637754'/><link rel='alternate' type='text/html' href='http://stephen-veit.blogspot.com/2008/04/converting-subversion-rails-project-to.html' title='Converting Subversion Rails Project to Github'/><author><name>Stephen Veit</name><uri>http://www.blogger.com/profile/13139649768846209971</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
