This is just a quick post to let you know that AppConstants can now be used as gem!
Just add it to your Gemfile and ‘bundle install’ it:
1
2
3
4
5
6
7
#in your Gemfile
gem "app_constants"
#in the console
$ bundle install
$ rails generate app_constants
#then follow the instructions on-screen instructions
It can also be used without Rails. Check out full instructions on the GitHub repository.
Feedback welcome :)