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

hello-rails

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hello-rails

  • 0.5.1
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Hello

A Rails Engine.
Provides a set of valuable features for Registration, Authentication, Management and Internationalization.

Tested With The Latest

Ruby 2.3 Ruby 2.4.0-dev Rails 5.0

Status

Is It Working?Is It Tested?Code Quality
Master Build StatusCode ClimateCode Climate
# of DownloadsMaintainance StatusGet Involved!
DownloadsDependency StatusGitHub Issues

Install

Gemfile

gem 'hello-rails'
gem 'bcrypt'   # bcrypt is a requirement
gem 'nav_lynx' # nav_lynx is optional, add it if you are using hello for the first time
Terminal

bundle install
bundle exec rails generate hello:install
bundle exec rake db:migrate

Generators

After you are comfortable with this gem, come back and give these guys a try!

bundle exec rails generate hello:install # initial setup
bundle exec rails generate hello:users # our secret-sauce scaffold for users
bundle exec rails generate hello:views # copies our view files to your project
bundle exec rails generate hello:locales # copies our translation files to your project
bundle exec rails generate hello:concerns # copies our key-behavior files to your project

How To

Contributing

Versions

Semantic Versioning 2.0.0

Thank You

Tim Lucas, John Nunemaker, Dan Everton and Johan Andersson or their open source gem user_agent_parser. As well as Tobie Langel and everybody involved in BrowserScope (full list), as our device and browser detection derives from their open-source work.

Iain Hecker for his open source gem http_accept_language that helps us understand browser's favorite locales.

Brian Landau and Ryan Foster for NavLynx as well as everybody on the Bootstrap Team as we use these open source projects on our generated view code.

Copyright 2013-2016 James Pinto – Released under MIT License

FAQs

Package last updated on 11 Sep 2016

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