This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /tmp | |
refinerycms bar | |
cd bar | |
git init . | |
git add . | |
git commit -a -m "Hide these files" | |
rake refinery:override view=**/* | |
rake refinery:override controller=**/* | |
rake refinery:override model=**/* | |
git add -N . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/vendor/extensions/news_posts/app/views/refinery/news_posts/news_posts/index.html.erb | |
<section id="page"> | |
<div class="container"> | |
<div class="row"> | |
<div class="span12"> | |
<h1>News</h1> | |
<hr> | |
<div class="row"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby '2.7.1' | |
gem 'rails', github: 'rails/rails' | |
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data | |
# Action Text | |
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra' | |
gem 'okra', github: 'basecamp/okra' | |
# Drivers |