jw-00000

0
2
A weblog, in Ruby, using Sinatra and Sequel. An experiment, using literate programming techniques...
Created Fri Jul 18 08:21:58 -0700 2008
legend
A blog, powered by Sinatra (http://sinatrarb.com/). An experiment.
Created Sun Mar 23 10:56:06 -0700 2008
legend

Following

Public Activity  feed

jw-00000 created journey-to-success 7 days ago
New repository is at jw-00000/journey-to-success
jw-00000 started watching compojure 9 days ago
compojure is at weavejester/compojure
jw-00000 started watching wink 9 days ago
wink is at rtomayko/wink
jw-00000 committed to sinatra-blog about 1 month ago

b815a5483a528bcf9506db1ca51502113760704a

Add a section "Other cool things" to the README.

jw-00000 committed to sinatra-blog about 1 month ago

44af7b7f8ea3a471ba6c4935c0dbc29c60871bf3

Add a new 'archive' template, which will be used in the new action that returns all entries.

jw-00000 committed to sinatra-blog about 1 month ago

5ae81e00238ec304e29fc0fca3b382dc519023ce

Add a new function #permalink to Entry.

jw-00000 committed to sinatra-blog about 1 month ago

b371f77427e6bc7a98b61d1d360e2a851e5ffa0f

Add a new FIXME indicating that we should return a "201 Created" HTTP response code after creating

jw-00000 committed to sinatra-blog about 1 month ago

3a01299dae45d48cd698a8e5b91517b958cd286d

Change the not_found helper function to work better, and use it in the actions of the entries

jw-00000 committed to sinatra-blog about 1 month ago

7107159b7302c96057e770a7b57a73f359a0268f

Add a FIXME message about the HTTP error code 405 Method Not Allowed.

jw-00000 committed to sinatra-blog about 1 month ago

c1fbaef93a8a3ff02192e20051f7d40618e5ebac

Add a helper function for "Not found" pages.