File tree
137 files changed
+51
-13
lines changed- .bundle
- example
- app
- assets
- images
- javascripts
- stylesheets
- controllers
- helpers
- mailers
- models
- views/layouts
- config
- environments
- initializers
- locales
- db
- migrate
- lib
- assets
- tasks
- log
- public
- spec
- acceptance
- features
- fixtures
- step_definitions
- support
- lib
- rspec_api_documentation
- dsl
- views
- writers
- tasks
- spec
- views
- writers
- templates/rspec_api_documentation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
137 files changed
+51
-13
lines changed.bundle/config
100644
100755
File mode changed.
.gitignore
100644
100755
File mode changed.
.rspec
100644
100755
File mode changed.
.travis.yml
100644
100755
File mode changed.
Gemfile
100644
100755
File mode changed.
Gemfile.lock
100644
100755
File mode changed.
LICENSE.md
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
Rakefile
100644
100755
File mode changed.
example/.gitignore
100644
100755
File mode changed.
example/.rspec
100644
100755
File mode changed.
example/Gemfile
100644
100755
File mode changed.
example/Gemfile.lock
100644
100755
File mode changed.
example/README
100644
100755
File mode changed.
example/Rakefile
100644
100755
File mode changed.
example/app/assets/images/rails.png
100644
100755
File mode changed.
example/app/assets/javascripts/application.js
100644
100755
File mode changed.
example/app/assets/stylesheets/application.css
100644
100755
File mode changed.
File mode changed.
example/app/controllers/orders_controller.rb
100644
100755
File mode changed.
example/app/helpers/application_helper.rb
100644
100755
File mode changed.
example/app/mailers/.gitkeep
100644
100755
File mode changed.
example/app/models/.gitkeep
100644
100755
File mode changed.
example/app/models/order.rb
100644
100755
File mode changed.
example/app/views/layouts/application.html.erb
100644
100755
File mode changed.
example/config.ru
100644
100755
File mode changed.
example/config/application.rb
100644
100755
File mode changed.
example/config/boot.rb
100644
100755
File mode changed.
example/config/database.yml
100644
100755
File mode changed.
example/config/environment.rb
100644
100755
File mode changed.
example/config/environments/development.rb
100644
100755
File mode changed.
example/config/environments/production.rb
100644
100755
File mode changed.
example/config/environments/test.rb
100644
100755
File mode changed.
File mode changed.
example/config/initializers/inflections.rb
100644
100755
File mode changed.
example/config/initializers/mime_types.rb
100644
100755
File mode changed.
example/config/initializers/raddocs.rb
100644
100755
File mode changed.
example/config/initializers/secret_token.rb
100644
100755
File mode changed.
example/config/initializers/session_store.rb
100644
100755
File mode changed.
example/config/initializers/wrap_parameters.rb
100644
100755
File mode changed.
example/config/locales/en.yml
100644
100755
File mode changed.
example/config/routes.rb
100644
100755
File mode changed.
File mode changed.
example/db/schema.rb
100644
100755
File mode changed.
example/db/seeds.rb
100644
100755
File mode changed.
example/lib/assets/.gitkeep
100644
100755
File mode changed.
example/lib/tasks/.gitkeep
100644
100755
File mode changed.
example/log/.gitkeep
100644
100755
File mode changed.
example/public/404.html
100644
100755
File mode changed.
example/public/422.html
100644
100755
File mode changed.
example/public/500.html
100644
100755
File mode changed.
example/public/favicon.ico
100644
100755
File mode changed.
example/public/index.html
100644
100755
File mode changed.
example/public/robots.txt
100644
100755
File mode changed.
example/spec/acceptance/orders_spec.rb
100644
100755
File mode changed.
example/spec/spec_helper.rb
100644
100755
File mode changed.
features/callbacks.feature
100644
100755
File mode changed.
features/combined_json.feature
100644
100755
File mode changed.
features/combined_text.feature
100644
100755
File mode changed.
features/curl.feature
100644
100755
File mode changed.
features/example_request.feature
100644
100755
File mode changed.
features/fixtures/file.png
100644
100755
File mode changed.
features/folder_structure.feature
100644
100755
File mode changed.
features/headers.feature
100644
100755
File mode changed.
features/html_documentation.feature
100644
100755
File mode changed.
features/json_iodocs.feature
100644
100755
File mode changed.
features/oauth2_mac_client.feature
100644
100755
File mode changed.
features/patch.feature
100644
100755
File mode changed.
features/readme.md
100644
100755
File mode changed.
features/redefining_client.feature
100644
100755
File mode changed.
features/step_definitions/curl_steps.rb
100644
100755
File mode changed.
features/step_definitions/html_steps.rb
100644
100755
File mode changed.
features/step_definitions/image_steps.rb
100644
100755
File mode changed.
features/step_definitions/json_steps.rb
100644
100755
File mode changed.
features/support/capybara.rb
100644
100755
File mode changed.
features/support/env.rb
100644
100755
File mode changed.
features/textile_documentation.feature
100644
100755
File mode changed.
features/upload_file.feature
100644
100755
File mode changed.
lib/rspec_api_documentation.rb
100644
100755
File mode changed.
File mode changed.
lib/rspec_api_documentation/api_formatter.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/client_base.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/configuration.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/curl.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/dsl.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/dsl/callback.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/dsl/endpoint.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/dsl/resource.rb
100644
100755
Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 |
| |
46 | 54 |
| |
47 | 55 |
| |
| |||
50 | 58 |
| |
51 | 59 |
| |
52 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
53 | 70 |
| |
54 | 71 |
| |
55 | 72 |
| |
|
lib/rspec_api_documentation/example.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/headers.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/index.rb
100644
100755
File mode changed.
File mode changed.
lib/rspec_api_documentation/rack_test_client.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/railtie.rb
100644
100755
File mode changed.
lib/rspec_api_documentation/test_server.rb
100644
100755
File mode changed.
File mode changed.
lib/rspec_api_documentation/views/html_index.rb
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
Lines changed: 34 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 |
| |
11 | 14 |
| |
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
| 20 | + | |
17 | 21 |
| |
18 |
| - | |
19 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
20 | 30 |
| |
21 | 31 |
| |
22 | 32 |
| |
23 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
24 | 36 |
| |
25 | 37 |
| |
26 | 38 |
| |
27 | 39 |
| |
28 | 40 |
| |
29 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
30 | 49 |
| |
31 | 50 |
| |
32 | 51 |
| |
33 |
| - | |
| 52 | + | |
34 | 53 |
| |
35 | 54 |
| |
36 | 55 |
| |
| |||
51 | 70 |
| |
52 | 71 |
| |
53 | 72 |
| |
54 |
| - | |
55 | 73 |
| |
56 | 74 |
| |
57 | 75 |
| |
| |||
93 | 111 |
| |
94 | 112 |
| |
95 | 113 |
| |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
103 | 120 |
| |
104 | 121 |
| |
105 | 122 |
| |
| |||
115 | 132 |
| |
116 | 133 |
| |
117 | 134 |
| |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
118 | 139 |
| |
119 | 140 |
| |
120 | 141 |
|
File mode changed.
File mode changed.
lib/rspec_api_documentation/writers/writer.rb
100644
100755
File mode changed.
lib/tasks/docs.rake
100644
100755
File mode changed.
rspec_api_documentation.gemspec
100644
100755
File mode changed.
spec/api_documentation_spec.rb
100644
100755
File mode changed.
spec/api_formatter_spec.rb
100644
100755
File mode changed.
spec/configuration_spec.rb
100644
100755
File mode changed.
spec/curl_spec.rb
100644
100755
File mode changed.
spec/dsl_spec.rb
100644
100755
File mode changed.
spec/example_spec.rb
100644
100755
File mode changed.
spec/index_spec.rb
100644
100755
File mode changed.
spec/rack_test_client_spec.rb
100644
100755
File mode changed.
spec/rspec_api_documentation_spec.rb
100644
100755
File mode changed.
spec/spec_helper.rb
100644
100755
File mode changed.
spec/views/html_example_spec.rb
100644
100755
File mode changed.
spec/writers/combined_text_example_spec.rb
100644
100755
File mode changed.
spec/writers/html_writer_spec.rb
100644
100755
File mode changed.
spec/writers/index_helper_spec.rb
100644
100755
File mode changed.
spec/writers/json_iodocs_writer_spec.rb
100644
100755
File mode changed.
spec/writers/json_swagger_writer.rb
100644
100755
File mode changed.
spec/writers/json_writer_spec.rb
100644
100755
File mode changed.
spec/writers/textile_writer_spec.rb
100644
100755
File mode changed.
File mode changed.
File mode changed.
File mode changed.
File mode changed.
0 commit comments