Download apipie demo Free Java Code
Description
A sample application showing the power of the Apipie gem.
Source Files
The download file apipie-demo-master.zip has the following entries.
.gitignore//from w w w . ja v a 2s.co m
Gemfile
Gemfile.lock
README.md
Rakefile
app/controllers/application_controller.rb
app/controllers/v1/base_controller.rb
app/controllers/v1/tweets_controller.rb
app/controllers/v1/users_controller.rb
app/controllers/v2/base_controller.rb
app/controllers/v2/tweets_controller.rb
app/controllers/v2/users_controller.rb
app/mailers/.gitkeep
app/models/.gitkeep
app/models/tweet.rb
app/models/user.rb
config.ru
config/application.rb
config/boot.rb
config/database.yml
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/apipie.rb
config/initializers/backtrace_silencers.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/locales/en.yml
config/routes.rb
db/migrate/20120627155559_create_tweets.rb
db/migrate/20120711191746_create_users.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
doc/apidoc-onepage.html
doc/apidoc-plain.html
doc/apidoc.html
doc/apidoc/javascripts/apipie.js
doc/apidoc/javascripts/bundled/bootstrap-collapse.js
doc/apidoc/javascripts/bundled/bootstrap.js
doc/apidoc/javascripts/bundled/jquery-1.7.2.js
doc/apidoc/javascripts/bundled/prettify.js
doc/apidoc/stylesheets/application.css
doc/apidoc/stylesheets/bundled/bootstrap-responsive.min.css
doc/apidoc/stylesheets/bundled/bootstrap.min.css
doc/apidoc/stylesheets/bundled/prettify.css
doc/apidoc/tweets.html
doc/apidoc/tweets/create.html
doc/apidoc/tweets/destroy.html
doc/apidoc/tweets/index.html
doc/apidoc/tweets/show.html
doc/apidoc/tweets/update.html
doc/apidoc/users.html
doc/apidoc/users/create.html
doc/apidoc/users/destroy.html
doc/apidoc/users/index.html
doc/apidoc/users/show.html
doc/apidoc/users/update.html
doc/apipie_examples.yml
lib/assets/.gitkeep
lib/tasks/.gitkeep
log/.gitkeep
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/index.html
public/robots.txt
script/rails
test/fixtures/.gitkeep
test/fixtures/tweets.yml
test/fixtures/users.yml
test/functional/.gitkeep
test/functional/v1/tweets_controller_test.rb
test/functional/v1/users_controller_test.rb
test/functional/v2/tweets_controller_test.rb
test/functional/v2/users_controller_test.rb
test/integration/.gitkeep
test/integration/users_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitkeep
Download
Click the following link to download apipie-demo-master.zip.
apipie-demo-master.zip