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

jquery-smooth-scroll-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-smooth-scroll-rails

  • 0.0.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Installation

Rails programmer will have jquery-smooth-scroll plugin in asset pipeline when using this little shiny thang. Bling you scrolling!

There is no gem of this version bumping fork yet.

Rails 4

Add this to your project's Gemfile:

group :assets do
  #gem 'jquery-smooth-scroll-rails'
  gem 'jquery-smooth-scroll-rails', :git => 'git@github.com:gretel/jquery-smooth-scroll-rails.git'
end

Add this to application.js, possibly at app/assets/javascripts/application.js:

//= require jquery-smooth-scroll

For production you might need to re-precompile assets:

RAILS_ENV=production bundle exec rake assets:precompile

The actual usage is explained here.

Rails 3

Dunno if it works, sorry. Please report any issues.

FAQs

Package last updated on 04 Oct 2014

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