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

family_gallery

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

family_gallery

  • 0.0.8
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Build Status Code Climate Test Coverage

FamilyGallery

Install

Add to your Gemfile and bundle:

gem "family_gallery"

Then add something like this to your Rails-app's "routes.rb":

mount FamilyGallery::Engine => "/family_gallery"

Create a config-file under "#{Rails.root}/config/family_gallery.yml" and insert this:

facebook:
  app_id: 123
  app_secret: 321

In order to use the existing translations, you should add this line to your "application.rb":

config.i18n.load_path += Dir[FamilyGallery::Engine.root.join("config", "locales", "**", "*.yml").to_s]

To create an admin-user with a password of "password", you can run the seed script like this:

bundle exec rake family_gallery:seed

You should now be able to access it on "http://localhost:3000/family_gallery".

License

This project rocks and uses MIT-LICENSE.

FAQs

Package last updated on 07 Aug 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