File tree
138 files changed
+208
-12
lines changed- .bundle
- example
- app
- assets
- images
- javascripts
- stylesheets
- controllers
- helpers
- mailers
- models
- views/layouts
- config
- environments
- initializers
- locales
- db
- migrate
- doc
- 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.
138 files changed
+208
-12
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + |
.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
Lines changed: 2 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
| |||
49 | 48 |
| |
50 | 49 |
| |
51 | 50 |
| |
52 |
| - | |
53 | 51 |
| |
54 | 52 |
| |
55 | 53 |
| |
| |||
59 | 57 |
| |
60 | 58 |
| |
61 | 59 |
| |
62 |
| - | |
63 |
| - | |
64 | 60 |
| |
65 | 61 |
| |
66 | 62 |
| |
| |||
86 | 82 |
| |
87 | 83 |
| |
88 | 84 |
| |
89 |
| - | |
| 85 | + | |
90 | 86 |
| |
91 | 87 |
| |
92 | 88 |
| |
| |||
134 | 130 |
| |
135 | 131 |
| |
136 | 132 |
| |
137 |
| - | |
138 | 133 |
| |
139 | 134 |
| |
140 | 135 |
| |
| |||
159 | 154 |
| |
160 | 155 |
| |
161 | 156 |
| |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 | 157 |
| |
166 | 158 |
| |
167 | 159 |
| |
|
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.
Lines changed: 0 additions & 2 deletions
This file was deleted.
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
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
|
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
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
| 60 | + | |
59 | 61 |
| |
60 | 62 |
| |
61 | 63 |
| |
|
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: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
44 | 53 |
| |
45 | 54 |
| |
46 | 55 |
| |
47 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
48 | 78 |
| |
49 | 79 |
| |
50 | 80 |
| |
|
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: 141 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 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.
Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + |
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