Download bootsy Free Java Code

Description

A beautiful wysiwyg editor with image uploads for Rails.

Icons

bootsy

Source Files

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


.gitignore//from w  w w.j  av  a 2s.  c  o  m
.rspec
.travis.yml
CHANGELOG.md
Gemfile
Gemfile.lock
MIT-LICENSE
README.md
Rakefile
app/assets/images/bootsy/gallery-loader.gif
app/assets/images/bootsy/upload-loader.gif
app/assets/javascripts/bootsy.js
app/assets/javascripts/bootsy/bootstrap-wysihtml5.js
app/assets/javascripts/bootsy/bootstrap.file-input.js
app/assets/javascripts/bootsy/bootsy.js
app/assets/javascripts/bootsy/editor_options.js
app/assets/javascripts/bootsy/init.js
app/assets/javascripts/bootsy/locales/bootstrap-wysihtml5.pt-BR.js
app/assets/javascripts/bootsy/locales/bootsy.pt-BR.js
app/assets/javascripts/bootsy/translations.js
app/assets/javascripts/bootsy/wysihtml5.js
app/assets/stylesheets/bootsy.css
app/assets/stylesheets/bootsy/bootstrap-submenu.css
app/assets/stylesheets/bootsy/bootstrap-wysihtml5.css
app/assets/stylesheets/bootsy/bootsy.css
app/controllers/bootsy/application_controller.rb
app/controllers/bootsy/images_controller.rb
app/helpers/bootsy/application_helper.rb
app/uploaders/bootsy/image_uploader.rb
app/views/bootsy/images/_image.html.erb
app/views/bootsy/images/_modal.html.erb
app/views/bootsy/images/_new.html.erb
bootsy.gemspec
config/cucumber.yml
config/locales/en.yml
config/locales/pt-BR.yml
config/routes.rb
db/migrate/20120624171333_create_bootsy_images.rb
db/migrate/20120628124845_create_bootsy_image_galleries.rb
features/access_image_gallery.feature
features/customize_editor_options.feature
features/destroy_image.feature
features/foreign_gallery.feature
features/insert_image.feature
features/nested_attributes.feature
features/remote_form.feature
features/simple_form.feature
features/step_definitions/editor_steps.rb
features/step_definitions/global_steps.rb
features/step_definitions/image_gallery_steps.rb
features/step_definitions/image_steps.rb
features/support/env.rb
features/support/factory_girl.rb
features/support/hooks.rb
features/support/paths.rb
features/unsaved_changes.feature
features/upload_image.feature
lib/bootsy.rb
lib/bootsy/activerecord/image.rb
lib/bootsy/activerecord/image_gallery.rb
lib/bootsy/container.rb
lib/bootsy/core_ext.rb
lib/bootsy/engine.rb
lib/bootsy/form_builder.rb
lib/bootsy/form_helper.rb
lib/bootsy/simple_form/bootsy_input.rb
lib/bootsy/version.rb
lib/generators/bootsy/USAGE
lib/generators/bootsy/install_generator.rb
lib/generators/bootsy/templates/bootsy.rb
lib/tasks/bootsy_tasks.rake
lib/tasks/cucumber.rake
script/cucumber
script/rails
spec/dummy/README.rdoc
spec/dummy/Rakefile
spec/dummy/app/assets/javascripts/application.js
spec/dummy/app/assets/javascripts/comments.js
spec/dummy/app/assets/javascripts/posts.js
spec/dummy/app/assets/javascripts/remote_posts.js
spec/dummy/app/assets/stylesheets/application.css
spec/dummy/app/assets/stylesheets/comments.css
spec/dummy/app/assets/stylesheets/posts.css
spec/dummy/app/controllers/application_controller.rb
spec/dummy/app/controllers/comments_controller.rb
spec/dummy/app/controllers/posts_controller.rb
spec/dummy/app/controllers/simple_form_posts_controller.rb
spec/dummy/app/helpers/application_helper.rb
spec/dummy/app/helpers/comments_helper.rb
spec/dummy/app/helpers/posts_helper.rb
spec/dummy/app/mailers/.gitkeep
spec/dummy/app/models/.gitkeep
spec/dummy/app/models/comment.rb
spec/dummy/app/models/post.rb
spec/dummy/app/views/comments/_index.html.erb
spec/dummy/app/views/comments/_new.html.erb
spec/dummy/app/views/comments/_show.html.erb
spec/dummy/app/views/layouts/application.html.erb
spec/dummy/app/views/posts/_form.html.erb
spec/dummy/app/views/posts/_post.html.erb
spec/dummy/app/views/posts/edit.html.erb
spec/dummy/app/views/posts/index.html.erb
spec/dummy/app/views/posts/new.html.erb
spec/dummy/app/views/posts/new_with_comment.html.erb
spec/dummy/app/views/posts/show.html.erb
spec/dummy/app/views/remote_posts/_form.html.erb
spec/dummy/app/views/simple_form_posts/_form.html.erb
spec/dummy/app/views/simple_form_posts/new.html.erb
spec/dummy/config.ru
spec/dummy/config/application.rb
spec/dummy/config/boot.rb
spec/dummy/config/database.yml
spec/dummy/config/environment.rb
spec/dummy/config/environments/development.rb
spec/dummy/config/environments/production.rb
spec/dummy/config/environments/test.rb
spec/dummy/config/initializers/bootsy.rb
spec/dummy/config/initializers/secret_token.rb
spec/dummy/config/initializers/session_store.rb
spec/dummy/config/initializers/simple_form.rb
spec/dummy/config/initializers/simple_form_bootstrap.rb
spec/dummy/config/initializers/wrap_parameters.rb
spec/dummy/config/locales/bootsy.en.yml
spec/dummy/config/locales/bootsy.pt-BR.yml
spec/dummy/config/locales/en.bootstrap.yml
spec/dummy/config/locales/en.yml
spec/dummy/config/locales/simple_form.en.yml
spec/dummy/config/routes.rb
spec/dummy/db/migrate/20120624163943_create_posts.rb
spec/dummy/db/migrate/20120628174731_create_bootsy_images.bootsy.rb
spec/dummy/db/migrate/20120628174732_create_bootsy_image_galleries.bootsy.rb
spec/dummy/db/migrate/20120710181942_create_comments.rb
spec/dummy/db/schema.rb
spec/dummy/lib/templates/erb/scaffold/_form.html.erb
spec/dummy/log/.gitkeep
spec/dummy/public/404.html
spec/dummy/public/422.html
spec/dummy/public/500.html
spec/dummy/public/favicon.ico
spec/dummy/public/test.jpg
spec/dummy/script/rails
spec/factories/image_factory.rb
spec/factories/image_gallery_factory.rb
spec/helpers/application_helper_spec.rb
spec/lib/bootsy_spec.rb
spec/lib/contaier_spec.rb
spec/lib/core_ext_spec.rb
spec/lib/form_builder_spec.rb
spec/lib/form_helper_spec.rb
spec/lib/simple_form/bootsy_input_spec.rb
spec/models/bootsy/image_gallery_spec.rb
spec/models/bootsy/image_spec.rb
spec/spec_helper.rb
spec/uploaders/image_uploader_spec.rb

Download

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

bootsy-master.zip




















Home »
  Javascript Free Code Download »
    Image »




Image
Image Animation
Image Background
Image Canvas
Image Gallery
Image HTML5
Image jQuery
Image Lightbox
Image Node.JS
Image Resize
Image Responsive
Image Slider
Image Slideshow