Skip to content

joshcrews/rails-typus-ckeditor-s3-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

With Blog

With Blog is a demo Rails 3.1 app for a generic app that has a simple blog and pages CMS.

My needs

My need is for building Rails apps/CMSs to be hosted on heroku with images on Amazon s3 that has a WYSIWYG editor for writing blog posts.

Install

  1. clone app
  2. bundle install
  3. rake db:migrate
  4. edit config/amazon_s3.yml for your amazon values
  5. commit in git
  6. gem install heroku
  7. heroku create
  8. git push heroku master
  9. heroku rake db:migrate

Tests

  1. rake db:test:clone
  2. cucumber

What it is

It’s Rails 3.1 app with a CMS for blog posts and pages. The admin is Rails gem called Typus, that’s been hooked up to the WYSIWYG editor CKeditor. That editor uses paperclip and Amazon S3 to handle the image uploads/storage that are used in blog posts / pages.

It has some basic style through getskeleton.com.

About

Rails 3.1 CMS template for a blank app with blog and pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published