Download moments on three Free Java Code
Description
A photo gallery and e commerce web app for photographers written in Rails 3.
Icons
Source Files
The download file moments_on_three-master.zip has the following entries.
.gitignore/* w ww .j a va 2 s. co m*/
.sass-cache/ecd8598cb15138c8a464952df250d9ced8f02a1a/moments.sass.erbc
.sass-cache/ecd8598cb15138c8a464952df250d9ced8f02a1a/moments.sassc
Gemfile
Gemfile.lock
README.markdown
Rakefile
app/assets/images/branding_logo.jpg
app/assets/images/bullet.gif
app/assets/images/close.gif
app/assets/images/closelabel.gif
app/assets/images/donate-button.gif
app/assets/images/download-icon.gif
app/assets/images/icons/add.png
app/assets/images/icons/delete.png
app/assets/images/icons/edit.png
app/assets/images/icons/error.png
app/assets/images/icons/notice.png
app/assets/images/icons/thumb_up.png
app/assets/images/icons/upload.png
app/assets/images/image-1.jpg
app/assets/images/loading.gif
app/assets/images/nextlabel.gif
app/assets/images/prevlabel.gif
app/assets/images/rails.png
app/assets/images/thumb-1.jpg
app/assets/javascripts/application.js
app/assets/javascripts/jquery.ba-bbq.js
app/assets/javascripts/pagination.js
app/assets/stylesheets/application.css
app/assets/stylesheets/form.css
app/assets/stylesheets/image_gallery.css
app/assets/stylesheets/lightbox.css
app/assets/stylesheets/moments.sass.erb
app/assets/stylesheets/swfupload.css
app/controllers/application_controller.rb
app/controllers/categories_controller.rb
app/controllers/galleries_controller.rb
app/controllers/home_controller.rb
app/controllers/order_items_controller.rb
app/controllers/orders_controller.rb
app/controllers/permissions_controller.rb
app/controllers/photos_controller.rb
app/controllers/prints_controller.rb
app/helpers/application_helper.rb
app/helpers/categories_helper.rb
app/helpers/error_messages_helper.rb
app/helpers/galleries_helper.rb
app/helpers/home_helper.rb
app/helpers/layout_helper.rb
app/helpers/order_items_helper.rb
app/helpers/orders_helper.rb
app/helpers/permissions_helper.rb
app/helpers/photos_helper.rb
app/helpers/prints_helper.rb
app/models/category.rb
app/models/gallery.rb
app/models/order.rb
app/models/order_item.rb
app/models/permission.rb
app/models/photo.rb
app/models/print.rb
app/models/user.rb
app/views/categories/_form.html.erb
app/views/categories/_photos.html.haml
app/views/categories/edit.html.erb
app/views/categories/index.html.erb
app/views/categories/new.html.erb
app/views/categories/show.html.erb
app/views/galleries/_form.html.haml
app/views/galleries/_gallery.html.haml
app/views/galleries/_photos.html.haml
app/views/galleries/edit.html.haml
app/views/galleries/index.html.haml
app/views/galleries/new.html.haml
app/views/galleries/show.html.haml
app/views/galleries/show.js.erb
app/views/home/index.html.erb
app/views/layouts/application.html.erb
app/views/order_items/_form.html.haml
app/views/order_items/edit.html.haml
app/views/order_items/new.html.haml
app/views/orders/_form.html.haml
app/views/orders/edit.html.haml
app/views/orders/index.html.haml
app/views/orders/new.html.haml
app/views/orders/show.html.haml
app/views/permissions/_form.html.haml
app/views/permissions/edit.html.erb
app/views/permissions/new.html.erb
app/views/photos/_form.html.haml
app/views/photos/edit.html.erb
app/views/photos/new.html.erb
app/views/photos/show.html.erb
app/views/prints/_form.html.haml
app/views/prints/edit.html.haml
app/views/prints/index.html.haml
app/views/prints/new.html.haml
bin/cap
bin/capify
bin/convert_to_should_syntax
bin/css2sass
bin/erubis
bin/gpgen
bin/haml
bin/html2haml
bin/minitar
bin/mongrel_rails
bin/rackup
bin/rails
bin/rake
bin/rake2thor
bin/rdebug
bin/rdoc
bin/ri
bin/sass
bin/sass-convert
bin/scss
bin/sqlite3_ruby
bin/thor
bin/tilt
bin/tt
config.ru
config/application.rb
config/boot.rb
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/extractor.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/paperclip.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/wrap_parameters.rb
config/locales/devise.en.yml
config/locales/en.yml
config/routes.rb
db/migrate/20101216160627_create_galleries.rb
db/migrate/20101216161504_create_photos.rb
db/migrate/20101216161611_add_attachment_collection_to_gallery.rb
db/migrate/20101216161625_add_attachment_image_to_photo.rb
db/migrate/20101224023332_acts_as_taggable_on_migration.rb
db/migrate/20110104020543_create_categories.rb
db/migrate/20110122213949_devise_create_users.rb
db/migrate/20110126042255_create_permissions.rb
db/migrate/20110204003926_add_admin_role_to_users.rb
db/migrate/20110411021207_create_orders.rb
db/migrate/20110411021812_create_order_items.rb
db/migrate/20110411022207_create_prints.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/images/branding_logo.jpg
public/images/bullet.gif
public/images/close.gif
public/images/closelabel.gif
public/images/donate-button.gif
public/images/download-icon.gif
public/images/icons/add.png
public/images/icons/back.png
public/images/icons/cart_add.png
public/images/icons/cart_delete.png
public/images/icons/delete.png
public/images/icons/edit.png
public/images/icons/error.png
public/images/icons/notice.png
public/images/icons/thumb_up.png
public/images/icons/upload.png
public/images/icons/view.png
public/images/image-1.jpg
public/images/loading.gif
public/images/nextlabel.gif
public/images/prevlabel.gif
public/images/rails.png
public/images/thumb-1.jpg
public/robots.txt
public/stylesheets/scaffold.css
script/delayed_job
script/rails
test/fixtures/categories.yml
test/fixtures/galleries.yml
test/fixtures/order_items.yml
test/fixtures/orders.yml
test/fixtures/permissions.yml
test/fixtures/photos.yml
test/fixtures/prints.yml
test/fixtures/sample_file.jpg
test/fixtures/sample_landscape_image.jpg
test/fixtures/sample_portrait_image.jpg
test/fixtures/users.yml
test/functional/categories_controller_test.rb
test/functional/galleries_controller_test.rb
test/functional/home_controller_test.rb
test/functional/order_items_controller_test.rb
test/functional/orders_controller_test.rb
test/functional/permissions_controller_test.rb
test/functional/photos_controller_test.rb
test/functional/prints_controller_test.rb
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/category_test.rb
test/unit/gallery_test.rb
test/unit/helpers/home_helper_test.rb
test/unit/order_item_test.rb
test/unit/order_test.rb
test/unit/permission_test.rb
test/unit/photo_test.rb
test/unit/print_test.rb
test/unit/user_test.rb
vendor/plugins/.gitkeep
Download
Click the following link to download moments_on_three-master.zip.
moments_on_three-master.zip