Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fotoramajs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fotoramajs

  • 4.6.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Fotorama for Ruby on Rails

Fotorama is a simple, stunning, powerful JavaScript gallery.

This is packager, that allows you to simply install and maintain Fotorama by RubyGem in Rails Assets Pipeline. In development it will use local copy and in production it will use CDN.

Fotorama was created and maintained by Artem Polikarpov.

Install

  1. Add fotoramajs gem to Gemfile:

    gem 'fotoramajs'
    
  2. Install gems:

    bundle install
    
  3. Include jQuery in your project. I recommend jquery-cdn or jquery-rails-cdn.

  4. Put include_fotorama after jQuery script tag:

    head
      = include_jquery
      = include_fotorama
    
  5. Use Fotorama by documentation.

Development

To update original library, you can use rake update task.

FAQs

Package last updated on 14 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc