goma.gemspec in goma-0.0.1.beta vs goma.gemspec in goma-0.0.1.gamma
- old
+ new
@@ -16,18 +16,34 @@
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
s.require_paths = ['lib']
s.post_install_message =<<-MESSAGE
+
\e[32mThank you for installing!
You can use this gem as follows:
\e[0mrails g goma:install\e[32m
Edit config/initializers/goma.rb to fit your needs.
\e[0mrails g goma:scaffold User\e[32m
+
+
+===========================================================================
+Some setup you must do manually if you heven't yet:
+
+- Ensure you have defined default url options in your environments files.
+ Here is an example of default_url_options appropriate for a development
+ environment in config/environments/development.rb
+
+ \e[0mconfig.action_mailer.default_url_options = { host: 'localhost:3000' }\e[32m
+
+ in production, :host should be set to the actual host of your application.
+
+===========================================================================
+
That's it.
This gem is in early development phase and I do not recommend you to use this for production for a while.
Bug reports and pull requests are welcome.