Git Product home page Git Product logo

alpah-blog's Introduction

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Please feel free to use a different markup language if you do not plan to run rake doc:app.

GEM

remote: https://rubygems.org/
specs:
  actionmailer (4.2.5)
    actionpack (= 4.2.5)
    actionview (= 4.2.5)
    activejob (= 4.2.5)
    mail (~> 2.5, >= 2.5.4)
    rails-dom-testing (~> 1.0, >= 1.0.5)
  actionpack (4.2.5)
    actionview (= 4.2.5)
    activesupport (= 4.2.5)
    rack (~> 1.6)
    rack-test (~> 0.6.2)
    rails-dom-testing (~> 1.0, >= 1.0.5)
    rails-html-sanitizer (~> 1.0, >= 1.0.2)
  actionview (4.2.5)
    activesupport (= 4.2.5)
    builder (~> 3.1)
    erubis (~> 2.7.0)
    rails-dom-testing (~> 1.0, >= 1.0.5)
    rails-html-sanitizer (~> 1.0, >= 1.0.2)
  activejob (4.2.5)
    activesupport (= 4.2.5)
    globalid (>= 0.3.0)
  activemodel (4.2.5)
    activesupport (= 4.2.5)
    builder (~> 3.1)
  activerecord (4.2.5)
    activemodel (= 4.2.5)
    activesupport (= 4.2.5)
    arel (~> 6.0)
  activesupport (4.2.5)
    i18n (~> 0.7)
    json (~> 1.7, >= 1.7.7)
    minitest (~> 5.1)
    thread_safe (~> 0.3, >= 0.3.4)
    tzinfo (~> 1.1)
  arel (6.0.4)
  binding_of_caller (0.8.0)
    debug_inspector (>= 0.0.1)
  builder (3.2.3)
  byebug (10.0.2)
  coffee-rails (4.1.1)
    coffee-script (>= 2.2.0)
    railties (>= 4.0.0, < 5.1.x)
  coffee-script (2.4.1)
    coffee-script-source
    execjs
  coffee-script-source (1.12.2)
  concurrent-ruby (1.0.5)
  crass (1.0.4)
  debug_inspector (0.0.3)
  erubis (2.7.0)
  execjs (2.7.0)
  ffi (1.9.25)
  globalid (0.4.1)
    activesupport (>= 4.2.0)
  i18n (0.9.5)
    concurrent-ruby (~> 1.0)
  jbuilder (2.7.0)
    activesupport (>= 4.2.0)
    multi_json (>= 1.2)
  jquery-rails (4.3.3)
    rails-dom-testing (>= 1, < 3)
    railties (>= 4.2.0)
    thor (>= 0.14, < 2.0)
  json (1.8.6)
  loofah (2.2.2)
    crass (~> 1.0.2)
    nokogiri (>= 1.5.9)
  mail (2.7.0)
    mini_mime (>= 0.1.1)
  mini_mime (1.0.1)
  mini_portile2 (2.3.0)
  minitest (5.11.3)
  multi_json (1.13.1)
  nokogiri (1.8.4)
    mini_portile2 (~> 2.3.0)
  pg (1.1.3)
  rack (1.6.10)
  rack-test (0.6.3)
    rack (>= 1.0)
  rails (4.2.5)
    actionmailer (= 4.2.5)
    actionpack (= 4.2.5)
    actionview (= 4.2.5)
    activejob (= 4.2.5)
    activemodel (= 4.2.5)
    activerecord (= 4.2.5)
    activesupport (= 4.2.5)
    bundler (>= 1.3.0, < 2.0)
    railties (= 4.2.5)
    sprockets-rails
  rails-deprecated_sanitizer (1.0.3)
    activesupport (>= 4.2.0.alpha)
  rails-dom-testing (1.0.9)
    activesupport (>= 4.2.0, < 5.0)
    nokogiri (~> 1.6)
    rails-deprecated_sanitizer (>= 1.0.1)
  rails-html-sanitizer (1.0.4)
    loofah (~> 2.2, >= 2.2.2)
  rails_12factor (0.0.3)
    rails_serve_static_assets
    rails_stdout_logging
  rails_serve_static_assets (0.0.5)
  rails_stdout_logging (0.0.5)
  railties (4.2.5)
    actionpack (= 4.2.5)
    activesupport (= 4.2.5)
    rake (>= 0.8.7)
    thor (>= 0.18.1, < 2.0)
  rake (12.3.1)
  rb-fsevent (0.10.3)
  rb-inotify (0.9.10)
    ffi (>= 0.5.0, < 2)
  rdoc (4.3.0)
  sass (3.5.7)
    sass-listen (~> 4.0.0)
  sass-listen (4.0.0)
    rb-fsevent (~> 0.9, >= 0.9.4)
    rb-inotify (~> 0.9, >= 0.9.7)
  sass-rails (5.0.7)
    railties (>= 4.0.0, < 6)
    sass (~> 3.1)
    sprockets (>= 2.8, < 4.0)
    sprockets-rails (>= 2.0, < 4.0)
    tilt (>= 1.1, < 3)
  sdoc (0.4.2)
    json (~> 1.7, >= 1.7.7)
    rdoc (~> 4.0)
  spring (2.0.2)
    activesupport (>= 4.2)
  sprockets (3.7.2)
    concurrent-ruby (~> 1.0)
    rack (> 1, < 3)
  sprockets-rails (3.2.1)
    actionpack (>= 4.0)
    activesupport (>= 4.0)
    sprockets (>= 3.0.0)
  sqlite3 (1.3.13)
  thor (0.20.0)
  thread_safe (0.3.6)
  tilt (2.0.8)
  turbolinks (5.2.0)
    turbolinks-source (~> 5.2)
  turbolinks-source (5.2.0)
  tzinfo (1.2.5)
    thread_safe (~> 0.1)
  uglifier (4.1.18)
    execjs (>= 0.3.0, < 3)
  web-console (2.3.0)
    activemodel (>= 4.0)
    binding_of_caller (>= 0.7.2)
    railties (>= 4.0)
    sprockets-rails (>= 2.0, < 4.0)

PLATFORMS

ruby

DEPENDENCIES

byebug
coffee-rails (~> 4.1.0)
jbuilder (~> 2.0)
jquery-rails
pg
rails (= 4.2.5)
rails_12factor
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
spring
sqlite3
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)

BUNDLED WITH

1.15.4

alpah-blog's People

Contributors

ashernamanya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.