0.03
No commit activity in last 3 years
No release in over 3 years
Provides a set of valuable features for Registration, Authentication, Management and Internationalization.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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 Status Code Climate Code Climate
# of Downloads Maintainance Status Get Involved!
Downloads Dependency Status GitHub 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

Copyright 2013-2016 James Pinto – Released under MIT License