Giter Club home page Giter Club logo

microrb.com's Introduction

microrb.com

micro.rb website

Project Submission Policy

  • We don't accept ActiveSupport as a dependency because:
    • monkey-patching is bad m'kay
    • implicit dependencies inside activesupport via requires is also bad
    • it's a huge dependency that is often used without any good reasons (ie "oh I need Hash#symbolize_keys!")
  • A project must be focused on solving just one problem
  • At the same time a project must not be anemic
  • A project must follow semantic versioning

How to submit your project

Submit an issue with:

  • URL to your project
  • Description of what it does if you didn't do it already in the project's README
  • Indicate if it's beeing already used in production environments (even if it's below 1.0)

How to preview your project locally

You will need a Github API access token first, register an application, then do a

curl -u"username" -d '{"scopes":["public_repo"],"client_id":"...","client_secret":"...","note":"update microrb"}' https://api.github.com/authorizations

filling in your username, client_id and client_secret. Note down the token in the response.

  1. Clone this repository
  2. Run bundle to install the dependencies
  3. Add your project's Github path and tags to data/projects.json
  4. Update project data with OAUTH_TOKEN=... ruby bin/update.rb using the token acquired above
  5. Generate the site with make
  6. Open public/index.html

Generate HTML

Make sure you have mote and virtus installed, then:

$ make

It will create public/index.html.

microrb.com's People

Contributors

f-3r avatar frodsan avatar gcapizzi avatar ismasan avatar krisleech avatar patriciomacadden avatar plexus avatar pragtob avatar solnic avatar soveran avatar

Watchers

 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.