Skip to content

Commit

Permalink
remove web inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed May 1, 2010
1 parent 833683e commit 9a1d770
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -10,5 +10,4 @@ sinatra-namespace
sinatra-reloader sinatra-reloader
sinatra-sugar sinatra-sugar
sinatra-test-helper sinatra-test-helper
sinatra-web-inspector
yard-sinatra yard-sinatra
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -48,7 +48,6 @@ class Subproject < OpenStruct
new "sinatra-reloader" new "sinatra-reloader"
new "sinatra-sugar" new "sinatra-sugar"
new "sinatra-test-helper" new "sinatra-test-helper"
new "sinatra-web-inspector"
new "yard-sinatra" new "yard-sinatra"


end end
Expand Down
7 changes: 0 additions & 7 deletions TODO.md
Expand Up @@ -22,16 +22,9 @@ sinatra-compass:


* Implement #stylesheet * Implement #stylesheet


sinatra-web-inspector:

* check dependency stuff, add some css
* OR: remove project

After 0.4.0 After 0.4.0
----------- -----------


Most that stuff can of course, make it to 0.4.0.

General: General:


* Implement more fancy stuff * Implement more fancy stuff
Expand Down
1 change: 0 additions & 1 deletion lib/sinatra/big_band.rb
Expand Up @@ -24,7 +24,6 @@ def self.subclass_extension(path, development_only = false, parent = Sinatra, &b
subclass_extension :namespace subclass_extension :namespace
subclass_extension :reloader, true subclass_extension :reloader, true
subclass_extension :sugar subclass_extension :sugar
subclass_extension :web_inspector, true


def self.apply_options(klass) def self.apply_options(klass)
klass.set :app_file, klass.caller_files.first.expand_path unless klass.app_file? klass.set :app_file, klass.caller_files.first.expand_path unless klass.app_file?
Expand Down

0 comments on commit 9a1d770

Please sign in to comment.