1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
Commit graph

30 commits

Author SHA1 Message Date
Blake Mizerany
49538259f2 PUT and DELETE working 2007-10-03 11:52:49 -07:00
Blake Mizerany
01061464e0 Turn sessions on or off 2007-10-01 21:20:45 -07:00
Blake Mizerany
09f4eac1bf layouts in dsl 2007-10-01 18:11:21 -07:00
Blake Mizerany
ca5f8f35cb Rendering refactoring with layouts 2007-10-01 01:10:46 -07:00
blake.mizerany@gmail.com
22945ab100 redirect 2007-09-25 17:42:21 +00:00
blake.mizerany@gmail.com
05d0c82e35 error page 2007-09-25 17:42:13 +00:00
blake.mizerany@gmail.com
44d65cb089 * serving static files for real now. ;)
* fixed logger in test mode
2007-09-25 17:42:10 +00:00
blake.mizerany@gmail.com
fc0a4c53b4 haml lives 2007-09-25 01:07:31 +00:00
blake.mizerany@gmail.com
c85078476a cookie sessions 2007-09-25 00:40:18 +00:00
blake.mizerany@gmail.com
3e085f52db * Only add :format to routes if otherwise not explicitly set.
-- This allows us to remove the need to responds_to.
-- In other words... In the event of /foo.xml.. In the event of /foo.json...
2007-09-25 00:03:04 +00:00
blake.mizerany@gmail.com
0315f4bfb2 configs 2007-09-18 01:12:01 +00:00
blake.mizerany@gmail.com
4f4b864670 reload! helper for irb 2007-09-17 23:15:33 +00:00
blake.mizerany@gmail.com
036c3aa42e serving static files 2007-09-17 23:15:29 +00:00
blake.mizerany@gmail.com
db8d6863b3 urls are ready
urls are working
2007-09-17 18:35:47 +00:00
blake.mizerany@gmail.com
0302501212 returns block body if body is never called 2007-09-12 23:44:10 +00:00
blake.mizerany@gmail.com
49da7fc4c7 * silence warnings or reload
* simple responder
* update examples
2007-09-12 06:56:31 +00:00
blake.mizerany@gmail.com
b215850cbd * If given format on path, extract and set in params; default to html if none specified. 2007-09-11 23:16:44 +00:00
blake.mizerany@gmail.com
3580217b52 * Pretty Urls
* RakeFile
2007-09-11 23:16:35 +00:00
a_user@mac.com
2da510039e Changed the body method to accept blocks as well as strings. Also, added example calendar app to be built more in the future. Finally, added the respon_to block. View readme for example 2007-09-11 11:00:11 +00:00
blake.mizerany@gmail.com
3b491e00ab * custom 404
* bug fixes
* refactoring
2007-09-11 01:14:18 +00:00
blake.mizerany@gmail.com
1de67c2d6c fixed Irb errors 2007-09-11 01:14:14 +00:00
blake.mizerany@gmail.com
436f1fd14a only reload files in dev 2007-09-11 01:14:11 +00:00
blake.mizerany@gmail.com
22e0f1d4a8 taking params 2007-09-11 01:14:09 +00:00
blake.mizerany@gmail.com
9903d74a21 better for irb 2007-09-11 01:14:07 +00:00
blake.mizerany@gmail.com
fb81823b8b Sexy IRB!!! 2007-09-11 01:14:03 +00:00
blake.mizerany@gmail.com
208158a7da * README w/MIT
* Log to file
* Tail log file
* Some refactoring
2007-09-11 01:14:00 +00:00
blake.mizerany@gmail.com
2333cf2515 * loader is working! 2007-09-09 22:21:21 +00:00
blake.mizerany@gmail.com
939f30ace0 refactoring 2007-09-09 22:21:18 +00:00
blake.mizerany@gmail.com
8cc45b6a1a * after filters 2007-09-09 00:46:38 +00:00
blake.mizerany@gmail.com
72be291da2 this is it 2007-09-08 23:51:24 +00:00