Download BoozleBlog Free Java Code

Description

Private blog/social network for extended family. Has become my test bed for any Rails features. Currently using 3.1 asset pipeline goodness.

Icons

BoozleBlog

Source Files

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


.gitignore//from   w ww  .  j  av  a2 s.  c o m
Gemfile
Gemfile.lock
README.markdown
Rakefile
app/assets/fonts/OldStandard-Bold-webfont.eot
app/assets/fonts/OldStandard-Bold-webfont.svg
app/assets/fonts/OldStandard-Bold-webfont.ttf
app/assets/fonts/OldStandard-Bold-webfont.woff
app/assets/fonts/OldStandard-Italic-webfont.eot
app/assets/fonts/OldStandard-Italic-webfont.svg
app/assets/fonts/OldStandard-Italic-webfont.ttf
app/assets/fonts/OldStandard-Italic-webfont.woff
app/assets/fonts/OldStandard-Regular-webfont.eot
app/assets/fonts/OldStandard-Regular-webfont.svg
app/assets/fonts/OldStandard-Regular-webfont.ttf
app/assets/fonts/OldStandard-Regular-webfont.woff
app/assets/images/avatars/barnacles.gif
app/assets/images/avatars/kwazii.gif
app/assets/images/avatars/peso.gif
app/assets/images/avatars/sauci.gif
app/assets/images/avatars/shellington.gif
app/assets/images/avatars/tweak.gif
app/assets/images/glyphicons-halflings-white.png
app/assets/images/glyphicons-halflings.png
app/assets/images/logo.png
app/assets/images/logo_sm.png
app/assets/images/octonauts_pattern.jpg
app/assets/images/octotile.png
app/assets/images/showcase/arrows-small.png
app/assets/images/showcase/arrows.png
app/assets/images/showcase/black-opacity-40.png
app/assets/images/showcase/black-opacity-60.png
app/assets/images/showcase/black-opacity-80.png
app/assets/images/showcase/plus.png
app/assets/images/showcase/white-opacity-40.png
app/assets/images/showcase/white-opacity-60.png
app/assets/images/showcase/white-opacity-80.png
app/assets/images/webback.jpg
app/assets/images/webback_sm.jpg
app/assets/javascripts/alert_close.js.coffee
app/assets/javascripts/application.js
app/assets/javascripts/comments.js.coffee
app/assets/javascripts/fitvid.js.coffee
app/assets/javascripts/infinite_scroll.js.coffee
app/assets/javascripts/libs/jquery.aw-showcase.js
app/assets/javascripts/libs/jquery.fitvids.min.js
app/assets/javascripts/libs/jquery.imagesloaded.js
app/assets/javascripts/showcase.js.coffee
app/assets/stylesheets/.gitkeep
app/assets/stylesheets/application.scss
app/assets/stylesheets/bootstrap-responsive.scss
app/assets/stylesheets/bootstrap.css
app/assets/stylesheets/partials/_base.scss
app/assets/stylesheets/partials/_layout.scss
app/assets/stylesheets/partials/_showcase.scss
app/assets/stylesheets/partials/_typography.scss
app/controllers/application_controller.rb
app/controllers/archives_controller.rb
app/controllers/logged_in_controller.rb
app/controllers/posts_controller.rb
app/controllers/side_bar_controller.rb
app/controllers/tags_controller.rb
app/controllers/users_controller.rb
app/helpers/application_helper.rb
app/helpers/archives_helper.rb
app/helpers/comments_helper.rb
app/helpers/posts_helper.rb
app/helpers/user_helper.rb
app/mailers/post_mailer.rb
app/models/comment.rb
app/models/comment_observer.rb
app/models/image.rb
app/models/post.rb
app/models/post_observer.rb
app/models/tag.rb
app/models/user.rb
app/models/video.rb
app/views/archives/index.html.haml
app/views/devise/sessions/new.html.haml
app/views/layouts/application.html.haml
app/views/layouts/archives.html.haml
app/views/layouts/posts.html.haml
app/views/layouts/tags.html.haml
app/views/post_mailer/new_comment_notification.html.haml
app/views/post_mailer/new_comment_notification.text.erb
app/views/post_mailer/new_post_notification.html.haml
app/views/post_mailer/new_post_notification.text.erb
app/views/posts/_comment.html.haml
app/views/posts/_form.html.haml
app/views/posts/_post.html.haml
app/views/posts/edit.html.haml
app/views/posts/index.html.haml
app/views/posts/new.html.haml
app/views/posts/show.html.haml
app/views/shared/_archive_month_link.html.haml
app/views/shared/_archive_year_link.html.haml
app/views/shared/_recent_comment_link.html.haml
app/views/shared/_side_bar.html.haml
app/views/shared/_spacer.html.haml
app/views/shared/_tag_link.html.haml
app/views/tags/index.html.haml
app/views/tags/show.html.haml
app/views/users/my_account.html.haml
app/views/users/show.html.haml
config.ru
config/application.rb
config/boot.rb
config/compass.rb
config/database.yml
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/devise.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/locales/devise.en.yml
config/locales/en.yml
config/routes.rb
db/migrate/20110415222940_devise_create_users.rb
db/migrate/20110416170511_add_flags_and_avatar_to_users.rb
db/migrate/20110416185538_add_name_to_users.rb
db/migrate/20110416230816_create_videos.rb
db/migrate/20110416231359_create_images.rb
db/migrate/20110416231512_create_posts.rb
db/migrate/20110416231726_create_comments.rb
db/migrate/20110417115626_change_date_column_to_string_on_posts.rb
db/migrate/20110417202725_remove_date_from_posts.rb
db/migrate/20110418205326_create_tags.rb
db/migrate/20110420084800_rename_can_post_on_users.rb
db/migrate/20110507125326_add_new_post_notification_to_users.rb
db/migrate/20110515210843_rename_url_to_embed_on_images.rb
db/migrate/20110516201326_add_index_to_post_id_on_comments.rb
db/migrate/20110516202013_add_index_to_post_id_on_videos.rb
db/migrate/20110516202032_add_index_to_post_id_on_images.rb
db/migrate/20110516202145_add_index_to_user_id_on_posts.rb
db/migrate/20110516220204_add_indexes_to_tags.rb
db/migrate/20110909195922_add_new_comment_notification_to_user.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
lib/tasks/.gitkeep
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
script/rails
test/functional/comments_controller_test.rb
test/unit/helpers/comments_helper_test.rb
vendor/plugins/.gitkeep

Download

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

BoozleBlog-master.zip




















Home »
  Javascript Free Code Download »
    Social-Network »




Facebook
Social Network
Twitter