Download pmpknpi Free Java Code

Description

A RESTful Blog API written in Merb.

Icons

pmpknpi

Source Files

The download file pmpknpi-master.zip has the following entries.


.gitignore/*  ww w  .  j  ava  2 s.c  o m*/
README.markdown
Rakefile
app/controllers/application.rb
app/controllers/articles.rb
app/controllers/assets.rb
app/controllers/comments.rb
app/controllers/exceptions.rb
app/controllers/sessions.rb
app/helpers/articles_helper.rb
app/helpers/assets_helper.rb
app/helpers/comments_helper.rb
app/helpers/global_helpers.rb
app/helpers/sessions_helper.rb
app/models/article.rb
app/models/asset.rb
app/models/comment.rb
app/views/articles/_form.html.erb
app/views/articles/edit.html.erb
app/views/articles/index.atom.erb
app/views/articles/index.html.erb
app/views/articles/index.rss.erb
app/views/articles/new.html.erb
app/views/articles/show.html.erb
app/views/articles/show.rss.erb
app/views/assets/edit.html.erb
app/views/assets/index.html.erb
app/views/assets/new.html.erb
app/views/assets/show.html.erb
app/views/comments/_comment.html.erb
app/views/comments/_new.html.erb
app/views/comments/index.html.erb
app/views/comments/update.js.erb
app/views/exceptions/internal_server_error.html.erb
app/views/exceptions/not_acceptable.html.erb
app/views/exceptions/not_found.html.erb
app/views/layout/admin.html.erb
app/views/layout/application.atom.erb
app/views/layout/application.html.erb
app/views/sessions/new.html.erb
app/views/shared/_admin_sbar.html.erb
app/views/shared/_sbar.html.erb
config/database.yml
config/database.yml.sample
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/init.rb
config/rack.rb
config/router.rb
config/settings.yml
db/.gitignore
lib/authenticated_system.rb
lib/date_and_time_helpers.rb
lib/global_mixin.rb
plugins/attachment_fu/.svn/all-wcprops
plugins/attachment_fu/.svn/entries
plugins/attachment_fu/.svn/format
plugins/attachment_fu/.svn/text-base/CHANGELOG.svn-base
plugins/attachment_fu/.svn/text-base/README.svn-base
plugins/attachment_fu/.svn/text-base/Rakefile.svn-base
plugins/attachment_fu/.svn/text-base/amazon_s3.yml.tpl.svn-base
plugins/attachment_fu/.svn/text-base/init.rb.svn-base
plugins/attachment_fu/.svn/text-base/install.rb.svn-base
plugins/attachment_fu/CHANGELOG
plugins/attachment_fu/README
plugins/attachment_fu/Rakefile
plugins/attachment_fu/amazon_s3.yml.tpl
plugins/attachment_fu/init.rb
plugins/attachment_fu/install.rb
plugins/attachment_fu/lib/geometry.rb
plugins/attachment_fu/lib/technoweenie/attachment_fu.rb
plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/db_file_backend.rb
plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb
plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/s3_backend.rb
plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/core_image_processor.rb
plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/gd2_processor.rb
plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/image_science_processor.rb
plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/mini_magick_processor.rb
plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/rmagick_processor.rb
plugins/attachment_fu/test/backends/db_file_test.rb
plugins/attachment_fu/test/backends/file_system_test.rb
plugins/attachment_fu/test/backends/remote/s3_test.rb
plugins/attachment_fu/test/base_attachment_tests.rb
plugins/attachment_fu/test/basic_test.rb
plugins/attachment_fu/test/database.yml
plugins/attachment_fu/test/extra_attachment_test.rb
plugins/attachment_fu/test/fixtures/attachment.rb
plugins/attachment_fu/test/fixtures/files/fake/rails.png
plugins/attachment_fu/test/fixtures/files/foo.txt
plugins/attachment_fu/test/fixtures/files/rails.png
plugins/attachment_fu/test/geometry_test.rb
plugins/attachment_fu/test/processors/core_image_test.rb
plugins/attachment_fu/test/processors/gd2_test.rb
plugins/attachment_fu/test/processors/image_science_test.rb
plugins/attachment_fu/test/processors/mini_magick_test.rb
plugins/attachment_fu/test/processors/rmagick_test.rb
plugins/attachment_fu/test/schema.rb
plugins/attachment_fu/test/test_helper.rb
plugins/attachment_fu/test/validation_test.rb
plugins/attachment_fu/vendor/red_artisan/core_image/filters/color.rb
plugins/attachment_fu/vendor/red_artisan/core_image/filters/effects.rb
plugins/attachment_fu/vendor/red_artisan/core_image/filters/perspective.rb
plugins/attachment_fu/vendor/red_artisan/core_image/filters/quality.rb
plugins/attachment_fu/vendor/red_artisan/core_image/filters/scale.rb
plugins/attachment_fu/vendor/red_artisan/core_image/filters/watermark.rb
plugins/attachment_fu/vendor/red_artisan/core_image/processor.rb
public/images/arrowdown.gif
public/images/arrowup.gif
public/images/merb.jpg
public/javascripts/application.js
public/javascripts/jquery-1.2.1.js
public/javascripts/jquery-1.2.1.pack.js
public/javascripts/jquery-1.2.3.pack.js
public/javascripts/jquery.form.js
public/javascripts/simplevalidate.js
public/merb.fcgi
public/stylesheets/admin.css
public/stylesheets/application.css
public/stylesheets/coderay.css
public/stylesheets/forms.css
public/stylesheets/master.css
schema/development_structure.sql
schema/migrations/001_add_model_articles.rb
schema/migrations/002_add_model_comments.rb
schema/migrations/003_add_model_assets.rb
schema/schema.rb
spec/controllers/articles_spec.rb
spec/controllers/assets_spec.rb
spec/controllers/comments_spec.rb
spec/controllers/sessions_spec.rb
spec/helpers/articles_helper_spec.rb
spec/helpers/assets_helpers.rb
spec/helpers/comments_helper_spec.rb
spec/helpers/sessions_helper_spec.rb
spec/models/article_spec.rb
spec/models/asset_spec.rb
spec/models/comment_spec.rb
spec/spec.opts
spec/spec_helper.rb
spec/views/articles/edit_html_spec.rb
spec/views/articles/index_html_spec.rb
spec/views/articles/new_html_spec.rb
spec/views/articles/show_html_spec.rb
spec/views/assets/delete.html.erb_spec.rb
spec/views/assets/edit.html.erb_spec.rb
spec/views/assets/index.html.erb_spec.rb
spec/views/assets/new.html.erb_spec.rb
spec/views/assets/show.html.erb_spec.rb
spec/views/comments/edit_html_spec.rb
spec/views/comments/index_html_spec.rb
spec/views/comments/new_html_spec.rb
spec/views/comments/show_html_spec.rb
spec/views/sessions/index_html_spec.rb

Download

Click the following link to download pmpknpi-master.zip.

pmpknpi-master.zip




















Home »
  Javascript Free Code Download »
    Network »




AJAX
Client
Network
RESTful
Server
URL
URL Shortener
WebSocket