unedited.cyrusinnovation.com
Cyrus Innovation Unedited Blog: November 2008
http://unedited.cyrusinnovation.com/2008_11_01_archive.html
Cyrus Innovation Unedited Blog. Musings on Agile Development, Extreme Programming and Lean Thinking. Wednesday, November 26, 2008. Leave it to a ruby programmer to name their gem after a JCVD movie! Http:/ blog.smartlogicsolutions.com/2008/11/19/timecop-freeze-time-in-ruby-for-better-testing/. Here is some sample code from the post:. Def test mortgage due in 30 days. John = User.find(1). Timecop.travel(Time.now 30.days) do. Assert john.mortgage payment due? Posted by Ariel Valentin. Ola Bini and Loke.
lightyror.blogspot.com
Lighty RoR: 2008/04
http://lightyror.blogspot.com/2008_04_01_archive.html
介紹 Ruby,Ruby on Rails,JRuby. 把某資料夾的 UTF8 檔案轉成 Big5. 不要問我為何如此,反正 TextMate 只能用Big5的Project 造成的。 All files = `. Find app -type f -not -regex .*.svn.*. All files.each do. Old file = pwd. New file = pwd. Iconv -f utf-8 -t big5. Passenger :Mod rails for Apache 終於出世. 這是 Rails 登基的最後一塊基石嗎? 不知道說了多少次,Apache 上面沒有 mod rails,不能像是 php 一樣放上去就跑了,不過時代終於改變了,Mod rails 出現了,他的名字叫做 Passenger. 他做的事情就是讓設定Ruby on Rails 簡單到極點. DHH : This could definitely become very popular, very fast ;). 1 gem i passenger. 採用類似 Apache mod fastcgi...
blog.splitbody.com
body blog: GoRuCo 2009
http://blog.splitbody.com/2009/6/6/goruco-2009
Ramblings on tech and work. On Saturday, June 06, 2009. Is the nyc’s own ruby conference organized by nyc ruby users group. It was my second time attending it. this post is an attempt to organize my own notes, as well as an attempt at feedback that i think i owe to the speakers and the organizers. I really like the smaller focused gatherings like this with around a hundred-plus attendees – there is definitely a community spirit there, since a lot of the folks are local and already know each other. More o...
antonmaximov.com
body blog - ramblings on tech and work
http://www.antonmaximov.com/tags/ruby
Ramblings on tech and work. On Monday, July 27, 2009. Scarred, but not defeated by vim. I decided to try a recently released beta. Of rubymine 1.5. And it’s been great so far. Massive disclaimer: i have not tried anything else for ruby/rails coding except for vim. Unlike a similar offering from netbeans. Rubymine is a standalone install that seems to reuse a lot of the existing intellij idea. Support, and all rake tasks run without any modifications. however, for. In cygwin evironment i had to replace.
littlefyr.com
API | LittleFyr Communications Inc.
http://www.littlefyr.com/articles/tag/api
Many people are simply slapping an interface on to every web application they build and don’t give it much thought. Tim is right in asking why try to coerce your website into a REST paradigm since the browser is a bad (or rather not a general) REST client. We shouldn’t. However, this doesn’t dispose of the need for a truly REST framework (that is one which uses real hypertext. So what are the advantages to the approach? Here are but a few. Let’s say that the sale of widgets has gone through the roof and ...
littlefyr.com
adam | LittleFyr Communications Inc.
http://www.littlefyr.com/articles/author/adam
Rails 2.3 Template for Dreamhost. I’ve started playing with Rails 2.3 after a bit of a break (Ruby hasn’t been my main programming language until very recently) and I have to say that Templates ROCK! Working from Casper Fabricus’ script to setup a new git repository on Dreamhost and John Nunemaker’s tutorial on getting your rails app running on dreamhost with passenger and combined them into one template:. Ssh user = ask( "What is the shell user name to access your git repository? March 20, 2009. So ther...
littlefyr.com
Uncategorized | LittleFyr Communications Inc.
http://www.littlefyr.com/articles/category/uncategorized
Rails 2.3 Template for Dreamhost. I’ve started playing with Rails 2.3 after a bit of a break (Ruby hasn’t been my main programming language until very recently) and I have to say that Templates ROCK! Working from Casper Fabricus’ script to setup a new git repository on Dreamhost and John Nunemaker’s tutorial on getting your rails app running on dreamhost with passenger and combined them into one template:. Ssh user = ask( "What is the shell user name to access your git repository? March 20, 2009. So ther...
littlefyr.com
frameworks | LittleFyr Communications Inc.
http://www.littlefyr.com/articles/tag/frameworks
Where are the REST frameworks? I like REST. I’ll admit that I didn’t understand all of Dr. Roy Fielding’s Dissertation. He is, after all writing to experts in the field of. But I think that I’ve managed to understand enough of it that Rails’ implementation of REST leaves a lot to be desired. Rails is not alone, many services are releasing APIs that they are calling REST. Dr. Fielding recently addressed this in a post on his site. If I’m going to build the archetypical Blog application, then I need media ...
littlefyr.com
February | 2009 | LittleFyr Communications Inc.
http://www.littlefyr.com/articles/2009/02
Monthly Archives: February 2009. REST in a Nutshell Part 1. REST is probably the most powerful architectural styles to appear on the scene in the last few years. OK, its not new. Roy wrote his thesis in 2000, but REST is the architectural style that underpins the web so its been around for a while. The thing about Dr. Fielding’s thesis. Is that its not written for the normal person. In this article, we will look at some initial considerations and cover some basic terminology. This is important to remembe...
blog.splitbody.com
body blog - ramblings on tech and work
http://blog.splitbody.com/tags/ruby
Ramblings on tech and work. On Monday, July 27, 2009. Scarred, but not defeated by vim. I decided to try a recently released beta. Of rubymine 1.5. And it’s been great so far. Massive disclaimer: i have not tried anything else for ruby/rails coding except for vim. Unlike a similar offering from netbeans. Rubymine is a standalone install that seems to reuse a lot of the existing intellij idea. Support, and all rake tasks run without any modifications. however, for. In cygwin evironment i had to replace.