A Rails Engine.
Provides a set of valuable features for Registration, Authentication, Management and Internationalization.
Ruby 2.3 | Ruby 2.4.0-dev | Rails 5.0 |
---|
Is It Working? | Is It Tested? | Code Quality |
---|---|---|
# of Downloads | Maintainance Status | Get Involved! |
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
bundle install
bundle exec rails generate hello:install
bundle exec rake db:migrate
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
- Please read Customizing
- Chat: Gitter chat
- Please read Running Tests and Contributing
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