Skip to content

Commit a20ca94

Browse files
committed
Remove wURL.
Would love to eventually get this in Raddocs as a side library, but for now it's too far of a stretch to be in RAD.
1 parent 3aa6429 commit a20ca94

File tree

8 files changed

+3
-639
lines changed

8 files changed

+3
-639
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See the `example` folder for a sample Rails app that has been documented.
3232
## Configuration options
3333
- app - Set the application that Rack::Test uses, defaults to `Rails.application`
3434
- docs_dir - Output folder
35-
- format - An array of output format(s). Possible values are :json, :html, or :wurl. The final option is similar to :html, but includes the wURL console.
35+
- format - An array of output format(s). Possible values are :json, :html
3636
- template_path - Location of templates
3737
- filter - Filter by example document type
3838
- exclusion_filter - Filter by example document type

example/spec/spec_helper.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434

3535
RspecApiDocumentation.configure do |config|
3636
config.docs_dir = Rails.root.join("public", "docs")
37-
# html pages with the wURL console
38-
config.format = [:json, :wurl, :combined_text]
39-
# html pages without the wURL console
40-
#config.format = [:json, :html]
37+
config.format = [:json, :html, :combined_text]
4138
config.url_prefix = "/docs"
4239
config.curl_host = 'http://localhost:3000'
4340
config.api_name = "Example App API"

lib/rspec_api_documentation.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ module RspecApiDocumentation
2525
autoload :OAuth2MACClient, "rspec_api_documentation/oauth2_mac_client"
2626
autoload :TestServer
2727
autoload :HtmlWriter
28-
autoload :WurlWriter
2928
autoload :JsonWriter
3029
autoload :JsonIodocsWriter
3130
autoload :IndexWriter

lib/rspec_api_documentation/wurl_writer.rb

Lines changed: 0 additions & 109 deletions
This file was deleted.

templates/assets/javascripts/application.js

Lines changed: 0 additions & 250 deletions
This file was deleted.

0 commit comments

Comments
 (0)