From 89cc45eb7e07cd73634be7f2b48a5e1ac152c012 Mon Sep 17 00:00:00 2001 From: Russell Quinn Date: Mon, 6 Feb 2017 10:50:50 -0800 Subject: [PATCH] Further README tweak --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index a59da64..27e18a7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -22,7 +22,7 @@ Casein 5.2.0 has the following updates: * Added auth_custom.js and auth_custom.scss for customizing JavaScript and CSS in the authentication layout * Deprecation updates and small improvements -Version 5.2.0 is almost a drop-in replacement for 5.1.1, but requires Rails 5.x and Ruby 2.1.x. The only other change is the addition of two methods to 'app/helpers/casein/config_helper.rb'. These are 'casein_config_auth_stylesheet_includes' and 'casein_config_auth_javascript_includes'. You can either manually copy them from the template here[https://github.com/russellquinn/casein/blob/master/lib/generators/casein/install/templates/app/helpers/casein/config_helper.rb] or you can run 'rake casein:install' again and press 'd' for difference when you reach the helper file and merge the changes. +Version 5.2.0 is almost a drop-in replacement for 5.1.1, but requires Rails 5.x and Ruby 2.1.x. The only other change is the addition of two methods to 'app/helpers/casein/config_helper.rb'. These are 'casein_config_auth_stylesheet_includes' and 'casein_config_auth_javascript_includes'. And two new template files. These are 'auth_custom.scss' and 'auth_custom.js'. You should run 'rails g casein:install' again to install the new files and, when you reach 'config_helper.rb' press 'd' to show differences and manually merge the changes. Thanks to @brchristian and @mkunkel for this release.