Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
fecf23b
Ignore swp files.
Jul 4, 2013
842a975
Generate api docs in json, combined_text and html.
Jul 5, 2013
397bd37
Added a GeneralMarkupWriter class as parent of HtmlWriter
Jul 5, 2013
c789f44
Moved HtmlIndex and HtmlExample to a dedicated module
Jul 5, 2013
6174372
Added MarkupIndex and MarkupExample for views as parent
Jul 5, 2013
58b26a3
Merge branch 'feature/writers_minor_refactoring' into develop
Jul 5, 2013
1a74b2a
Added textile views and writer.
jonathanpa Jul 7, 2013
a3780d1
Textile Index and Example mustache templates with
jonathanpa Jul 28, 2013
c03d6c8
Added additional test cases in textile_documentation.feature.
Jul 29, 2013
3a717fc
Remove links in textile index towards textile examples
Aug 2, 2013
c16e673
First version of the textile_example mustache template.
Aug 2, 2013
1800a64
Cucumber steps definitions written for basic textile
jonathanpa Aug 3, 2013
47502e4
Use Sinatra dummy app for textile_documentation.feature.
jonathanpa Aug 15, 2013
e5defdb
Rewrote the spec dummy api and its related api spec.
jonathanpa Aug 18, 2013
1e9ed3f
In textile_documentation.feature, contents retested
jonathanpa Aug 18, 2013
3904c77
Check contents of 'Creating an order' example file in
Aug 19, 2013
ae1eeb9
Added scenarios to test presence of generated examples
jonathanpa Aug 19, 2013
1a99d05
Corrections on scenarios in textile_documentation.feature
jonathanpa Aug 20, 2013
6553294
Added TextileWriter test cases in api_documentation_spec.rb.
jonathanpa Aug 20, 2013
1f05639
Merge branch 'feature/textile_writter' into develop
jonathanpa Aug 20, 2013
a205f57
Merge remote-tracking branch 'zipmark/master' into feature/merge_chan…
jonathanpa Aug 30, 2013
4869063
Updated textile_documentation.feature with the latest
jonathanpa Aug 30, 2013
7306126
Merge branch 'feature/merge_changes_from_zipmark' into develop
jonathanpa Aug 30, 2013
5cd4d3a
Fix in MarkupIndex that should not use HtmlExample.
jonathanpa Aug 30, 2013
c8819f6
Added links to textile examples in textile index.
jonathanpa Aug 30, 2013
637e143
Merge branch 'feature/links_into_textile_index_to_examples' into develop
jonathanpa Aug 30, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Generate api docs in json, combined_text and html.
  • Loading branch information
Jonathan Pares committed Jul 5, 2013
commit 842a9756c417ccb1f49185ef3500c7afa2dc1ccb
2 changes: 1 addition & 1 deletion example/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
end

RspecApiDocumentation.configure do |config|
config.format = [:json, :combined_text]
config.format = [:json, :combined_text, :html]
config.curl_host = 'http://localhost:3000'
config.api_name = "Example App API"
end