Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

idabmat/rails-instant-articles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrating a Rails Blog with Facebook's Instant Articles

Blog post here

This is a simple demo with a minimal blog generating a RSS feed of instant articles.

It uses Rails 5 and a patched version of trix

Local development

To play with it:

  • bundle install the gems
  • Create, migrate and seed the database (PG): rails db:setup
  • Serve: rails s

The RSS feed can be found at localhost:3000/instant_articles.rss

The generated Instant Article markup can be found at localhost:3000/instant_articles/1

About

A minimal blog with an RSS feed for Facebook's Instant Articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published