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

7 commits

Author SHA1 Message Date
Ben Bleything
eefc3d3b20 Return the correct status code when a NotFound is raised 2008-11-30 20:51:49 -08:00
Ryan Tomayko
18723bb8af merge RACK_ENV and exception logging from bmizerany/master 2008-11-17 03:09:58 -08:00
Igal Koshevoy
68d76aa504 fix root path detection under thin/passenger
Fixed how the Sinatra application's path is set. Previously it
was derived exclusively from $0, but this was causing problems
when running Sinatra under Rack because $0 is the web server
(e.g., thin, passenger, etc) and thus Sinatra would incorrectly
set things like the default views path. This fix adds a new
locate_app_file method that uses a number of techniques to guess the
Sinatra application's path.
2008-11-07 05:15:28 -08:00
Ryan Tomayko
b03d7171d9 fix in file templates w/ CR+LF line ends (#45) 2008-11-07 04:40:15 -08:00
Ryan Tomayko
d389d27e1f update ChangeLog for 0.3.2 release 2008-11-03 17:42:04 -08:00
Ryan Tomayko
c09025efc5 tiny 0.3.1 release 2008-09-08 23:13:41 -07:00
Ryan Tomayko
f5d2a3d8b0 add ChangeLog with detail on 0.3.0 release 2008-09-07 20:36:20 -07:00