elik-ru
elik-ru
Suppose a have a model Class A < ApplicationRecord end with attributes id and title and a model Class B < ApplicationRecord belongs_to :a validates_presence_of :a end and a form...
This is a continuation of previous PR: https://github.com/kirillplatonov/hotwire-livereload/pull/34 Here I have removed support of error pages (I'll do it in additional PR). How it works and some considerations. We can...
This PR introduce 2 major changes: 1. 3 different reload modes (css, soft, hard) 2. Auto-reload on error pages. Reload modes: Depending on what changed we can do different reload...
One nice feature of rails 5 - "rails" utility can execute rake commands. So instead of "rake db:migrate" one can use "rails rb:migrate". But currently spring can't detect this case...
I have a published extension "Blueprint MCP for Firefox", but I can't publish new version because "Add-on names cannot contain the Mozilla or Firefox trademarks" Though policy page says it...