Commit Graph

30 Commits

Author SHA1 Message Date
andrew morton
198257f510 Don't assume sprockets is loaded
Fixes #12
2016-09-11 20:00:30 -06:00
domaindrivendev
0309ff2166 Merge pull request #9 from dnswus/master
Fix deprecation warning
2016-09-11 13:02:58 -07:00
Dennis Wu
9be5a63db3
Fix deprecation warning for ActionDispatch::IntegrationTest HTTP request methods will accept only the following keyword arguments in future Rails versions. 2016-08-29 09:30:41 +08:00
Dennis Wu
2f2c010074
Keep the execution order of the specs so that the resulting swagger.json will be consistent. 2016-08-25 11:12:28 +08:00
Garima Singh
ee3921fe05 Bumping up the version 2016-08-12 09:59:54 +08:00
Garima Singh
9c250cffe1 Extracting out APIMetadata from Formatter 2016-08-12 08:23:28 +08:00
Garima Singh
1bd138b0fb Adding description (Implementation Notes) for HTTP operations 2016-08-10 10:29:31 +08:00
Dmitri Koulikoff
1046d96906 Allow rails 5 2016-08-04 12:19:52 +02:00
richie
f321207285 Ensure all swagger-ui assets get included in asset precompile 2016-07-15 10:26:48 -07:00
richie
f716c4f054 Serve static swagger-ui assets via vendor/assets 2016-07-13 18:30:47 -07:00
richie
7a01babe01 Support mount-specific swagger_root and add swagger_filter setting 2016-06-29 16:11:40 -07:00
richie
60f33a5386 Only load swaggerize task if rspec available 2016-05-23 08:47:46 -07:00
richie
9983261d4f Send Rails CSRF Token with swagger-ui requests 2016-05-18 22:53:01 -07:00
richie
1b9f596c6f Prep for beta2 release 2016-05-13 00:10:14 -07:00
richie
9a327e84cf Honor basePath, output tags & other cleanup 2016-05-13 00:03:23 -07:00
richie
452917e0d9 Pusblish as beta version 2016-05-09 20:00:07 -07:00
domaindrivendev
efab9b43a4 Require 'in' property for path params + rename Adapter to DSL 2016-04-25 23:32:33 -07:00
domaindrivendev
0cf86cb5bf Add some comments to swagger_rails initializer 2016-04-06 17:19:54 -07:00
domaindrivendev
63861a3940 First iteration of rspec driven swagger 2016-04-06 09:19:41 -07:00
domaindrivendev
d579dab7d8 wip:swagger-based dsl for rspec 2016-03-09 16:58:38 -08:00
domaindrivendev
9297120adb Demo swagger-driven tests with minitest and rspec 2016-02-25 09:47:09 -08:00
domaindrivendev
9ad7a49e6d assert response body based on spec examples 2016-02-25 09:47:09 -08:00
domaindrivendev
071239727a rename & refactor example_builder 2016-02-25 09:47:09 -08:00
domaindrivendev
f9225a8a22 Basic functionality via minitest 2016-02-25 09:47:09 -08:00
domaindrivendev
4b40fb9efe Support multiple swagger documents. Add custom_ui_generator. Update readme 2016-02-05 14:47:55 -08:00
domaindrivendev
df4b9c80c9 Serve Swagger docs via middleware 2016-02-03 23:41:31 -08:00
domaindrivendev
ec2bda1e3d Add install generator and support Rails 3 or 4 2015-12-10 18:24:35 -08:00
domaindrivendev
c01edd2ded swagger-ui via bower and middleware 2015-09-22 15:12:28 -07:00
domaindrivendev
9b0539a79d Initial commit 2015-01-12 18:08:38 -08:00
domaindrivendev
e4da21b9c5 Generated as mountable Rails Engine 2015-01-12 18:08:38 -08:00