##SnippeterOnSteroids ####by JSON team.
{
"JSON_team": {
"member": {
"name": "Dariusz Gafka",
"github_acc": "<b><a href="https://github.com/dgafka">dgafka</a></b>"
},
"member": {
"name": "Daniel Banecki",
"github_acc": "<b><a href="https://github.com/Dejniel">Dejniel</a></b>"
},
"member": {
"name": "Dawid Zawadzki",
"github_acc": "<b><a href="https://github.com/ghost717">ghost717</a></b>"
},
"member": {
"name": "Roman Józwiak",
"github_acc": "<b><a href="https://github.com/gruchanet">gruchanet</a></b>"
}
}
}
-
Ruby version: 2.1.1
-
Rails ver. 4.1.1
-
gem 'pygments.rb', '0.5.4'
-
Markdown parser "Redcarpet is Ruby library for Markdown processing that smells like butterflies and popcorn."
gem 'redcarpet', '3.1.1'
-
gem 'sass-rails', '~> 4.0.1'
-
gem 'bootstrap-sass', '~> 3.1.1'
-
gem 'bootstrap-generators', '~> 3.1.1'
-
gem 'animate-scss' # gem 'animate-rails'
-
gem 'will_paginate', '~> 3.0.5'
gem 'bootstrap-will_paginate', '~> 0.0.10'
-
gem 'has_scope', '~> 0.5.1'
-
gem 'select2-rails', '~> 3.5.4'
-
gem 'simple_form', '~> 3.0.1'
-
gem 'omniauth-github', '1.1.1'
-
gem 'thin'
-
gem 'rspec-rails'
-
gem 'capybara', '~> 2.2.1'
-
gem 'factory_girl_rails', '~> 4.4.1'
-
gem 'database_cleaner'
-
gem 'selenium-webdriver', '~> 2.41.0'
-
gem 'capybara-select2'
- Coloful syntax depending on chosen syntax
-
Clickable table rows, which act as a link to certain snippet
-
Possibility to input TAB character in snippet form
-
Pagination with infinite scrolling
-
Simple search engine
-
Secured combobox
-
Responsive layout
-
Snippet preview with smooth scrolling
-
Form validation
-
My buttons :)
-
Application deeply tested (87 examples)!
-
User account system - using a provider authentication, saves some informations to database
-
Authentication system - you cannot edit/delete someones else snippet
-
EVERYWHERE Avatars from GitHub EVERYWHERE
-
Searching snippets by user - Search engine extension
-
Still Responsive!