tag:blogger.com,1999:blog-49130079651692858042009-03-29T11:31:52.750-07:00Ruby RamblingsPosts about Ruby on Rails, Ruby, and software development.Stephen Veithttp://www.blogger.com/profile/13139649768846209971noreply@blogger.comBlogger3125tag:blogger.com,1999:blog-4913007965169285804.post-19095820552480791432009-03-15T05:33:00.000-07:002009-03-15T06:13:16.516-07:00Implementing REGEXP in Sqlite3I 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 Stephen Veithttp://www.blogger.com/profile/13139649768846209971noreply@blogger.com1tag:blogger.com,1999:blog-4913007965169285804.post-80834212521480045592008-05-25T07:26:00.000-07:002008-05-27T04:05:26.889-07:00Scaffold Resource MatrixThe 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,Stephen Veithttp://www.blogger.com/profile/13139649768846209971noreply@blogger.com0tag:blogger.com,1999:blog-4913007965169285804.post-61359832753146377542008-04-21T07:43:00.000-07:002008-06-02T07:58:45.432-07:00Converting Subversion Rails Project to GithubI 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 Stephen Veithttp://www.blogger.com/profile/13139649768846209971noreply@blogger.com0