Skip to content

Taureli/MyGists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#MyGists

######Ruby version: 2.1.1
######Rails version: 4.0.4

Simple application written in Ruby on Rails for storing and browsing gists.

###What was done:

  • Added Bootstrap
  • Using 'twitter-bootstrap-rails' gem
  • Added pagination (matched for bootstrap) and infinite scrolling
  • Displaying only a preview of gist on the main page
  • Added sample gists as seeds for database
  • Colored syntax in snippets based on used language
  • Using 'pygments.rb' gem
  • Adjusted font size
  • Adjusted the sizes of all elements
  • Fully responsive application
  • Search gists by language

###Used gems:

  • gem 'pygments.rb'
  • gem 'redcarpet'
  • gem 'quiet_assets'
  • gem 'will_paginate', '~> 3.0.5'
  • gem 'twitter-bootstrap-rails'
  • gem 'will_paginate-bootstrap', '~> 0.2.5'

###Application on Heroku: http://mygists-jkarolczak.herokuapp.com/

About

Ruby on Rails web application for creating & storing gists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published