Git Product home page Git Product logo

coderack's Introduction

CodeRack

This is an open-source version of the CodeRack middleware directory which evolved from the site that hosted the CodeRack contest organized by Lunar Logic Polska in 2009.

What's it all about?

CodeRack is a searchable directory of Rack middlewares. Upload, search, rate, or simply browse the collection.

CodeRack is entirely a volunteer effort from the team at Lunar Logic Polska โ€“ so bear with us as we work on this! Our aim is that the site will be useful for the whole community โ€“ Rack is a beautiful thing and we want to spread the word and be your number one destination for Rack middlewares.

What is Rack?

Don't know what Rack is? From Rack documentation:

Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.

If you're a serious Ruby developer we recommend to read more about Rack.

How you can help

You can join CodeRack in 3 easy steps:

  1. Create interesting Rack middleware solving a problem that you or someone else has.
  2. Put your code on GitHub or Gist. You can also prepare a gem and upload it to rubygems.org.
  3. Add your middleware here.

Or, if you want to help us improve the site itself:

  1. Fork the project.
  2. Make some changes and push them to your fork.
  3. Send a pull request. Thank you!

coderack's People

Watchers

 avatar  avatar  avatar

Forkers

eliotsykes

coderack's Issues

Restore two pending (really failing) tests.

I made two failing tests pending. Uncomment them and fix them.

Pending:
Middleware should say if middleware is a contest winner (top 3 places)
# Not yet implemented
# ./spec/models/middleware_spec.rb:223
UsersController#show should be successful
# Not yet implemented
# ./spec/requests/users_controller_spec.rb:7

MORE INFO

  1. UsersController#show should be successful
    Failure/Error: get(user_path(user))
    ActionView::Template::Error:
    undefined method `contest_winners' for ActiveRecord::IdentityMap::Middleware:Class

    ./app/models/middleware.rb:121:in`contest_winner?'

  2. Middleware should say if middleware is a contest winner (top 3 places)
    Failure/Error: m.should_not be_a_contest_winner
    NoMethodError:
    undefined method `contest_winners' for ActiveRecord::IdentityMap::Middleware:Class

    ./app/models/middleware.rb:121:in`contest_winner?'

    ./spec/models/middleware_spec.rb:225:in `block (2 levels) in <top (required)>'

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.