harrylove + ruby   332

nathanl/authority
Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.
rubyonrails  authorization  ruby 
9 days ago by harrylove
presidentbeef/brakeman
A static analysis security vulnerability scanner for Ruby on Rails applications
ruby  rubyonrails  security  testing 
27 days ago by harrylove
intridea/grape - GitHub
An opinionated micro-framework for creating REST-like APIs in Ruby
ruby  rest  frameworks  apis 
january 2012 by harrylove
Renee
Renee rack-based web framework
ruby  rack  frameworks 
january 2012 by harrylove
evanphx/puma - GitHub
Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running rack apps only.
ruby  rack  servers 
january 2012 by harrylove
Sinatra::Synchrony
Sinatra::Synchrony is a small extension for Sinatra that dramatically improves the concurrency of your web application. Powered by EventMachine and EM-Synchrony, it increases the number of clients your application can serve per process when you have a lot of traffic and slow IO calls (like HTTP calls to external APIs).
ruby  sinatra  eventmachine 
december 2011 by harrylove
ryanfb/ruby-opencv - GitHub
Versioned fork of the OpenCV gem for Ruby
ruby  opencv 
september 2011 by harrylove
NoamB/sorcery - GitHub
Magical authentication for Rails 3 and Sinatra
authentication  ruby 
september 2011 by harrylove
karmi/tire - GitHub
A rich Ruby API and DSL for the ElasticSearch search engine/database
ruby  search  elasticsearch  lucene  java 
august 2011 by harrylove
etsy/deployinator - GitHub
Deployments are grouped by "stacks". You might have a "web" and "search" stack.

Each of those stacks might have different deployment environments, such as "staging" or "production".
ruby  deployment 
july 2011 by harrylove
flogic/whiskey_disk - GitHub
A very opinionated deployment tool, designed to be as fast as technologically possible. (For more background, read the WHY.txt file) Should work with any project which is git hosted, not just Ruby / Ruby on Rails projects. Allows for local deploys as well as remote.
deployment  ruby  capistrano  rubyonrails 
june 2011 by harrylove
c42/goldberg - GitHub
Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
ruby  continuousintegration 
may 2011 by harrylove
Goliath
Goliath is an open source version of the non-blocking (asynchronous) Ruby web server framework powering PostRank. It is a lightweight framework designed to meet the following goals: bare metal performance, Rack API and middleware support, simple configuration, fully asynchronous processing, and readable and maintainable code (read: no callbacks).
ruby  servers 
march 2011 by harrylove
Adventures in Scaling, Part 1: Using REE | Miso Engineering
Some simple Ruby GC tweaks for extracting more performance out of Ruby Enterprise Edition
ruby  ree  phusionpassenger 
february 2011 by harrylove
mdp/rotp - GitHub
A ruby library for generating one time passwords according to RFC 4226 and the HOTP RFC

This is compatible with Google Authenticator apps available for Android and iPhone, and now in use on GMail
ruby  passwords 
february 2011 by harrylove
jnicklas/carrierwave - GitHub
Classier solution for file uploads in Ruby for Rack, Rails, Merb and Sinatra
ruby  rubyonrails  rack  uploaders  images  files 
february 2011 by harrylove
seejohnrun/easy_translate - GitHub
Google Translate (with Bulk translate) in Ruby
ruby  i18n  google  translators 
february 2011 by harrylove
cinchrb/cinch - GitHub
Cinch is an IRC Bot Building Framework for quickly creating IRC bots in Ruby with minimal effort.
ruby  irc  bots 
january 2011 by harrylove
nu7hatch/gmail - GitHub
A Rubyesque interface to Gmail
ruby  gmail 
january 2011 by harrylove
jamesgolick/degrade - GitHub
Keep track of service error rates using redis. Degrade functionality if they're too high
ruby  rubyonrails  redis  deployment 
january 2011 by harrylove
jamesgolick/rollout - GitHub
Conditionally roll out features with redis.
deployment  redis  ruby  rubyonrails 
january 2011 by harrylove
myronmarston/vcr - GitHub
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
ruby  testing  http  mocking 
january 2011 by harrylove
PoolParty!
PoolParty is a declarative cloud infrastructure. PoolParty provides an executable description of a cloud computing infrastructure in a single file.
aws  ec2  rubyonrails  ruby  chef 
december 2010 by harrylove
brianmario/yajl-ruby - GitHub
A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
ruby  json 
december 2010 by harrylove
For a Good Strftime - Easy Skeezy Ruby Date/Time Formatting
Drag and drop date/time formats to get the correct strftime format.
ruby  datetime 
december 2010 by harrylove
nbrochu/bbpush - GitHub
A simple server-side Blackberry push notification client that works with BIS applications
blackberry  push  ruby 
december 2010 by harrylove
blaulabs/ruby_flipper - GitHub
Ruby Flipper makes it easy to define features and switch them on and off.
ruby  rubyonrails  features  authorization 
december 2010 by harrylove
RoR-Ecommerce: Rails Ecommerce done right.
RoR Ecommerce is a complete ecommerce platform written completely in Rails 3, and built to scale.
ecommerce  ruby  rubyonrails  shoppingcart 
december 2010 by harrylove
ssoper/summarize - GitHub
A Ruby C wrapper for Open Text Summarizer
ruby  summarizers 
december 2010 by harrylove
chriseppstein's compass at stable - GitHub
Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
css  ruby  sass  frameworks  grids  layout 
november 2010 by harrylove
File: README [Zbatery: Rack HTTP server without a fork stuck in it]
Zbatery is an HTTP server for Rack applications on systems that either do not support fork(), or have no memory (nor need) to run the master/worker model. It is based on Rainbows! (which is based on Unicorn (which is based on Mongrel)) and inherits parts of each. Zbatery supports your choice of all the thread/fiber/event/actor-based concurrency models and Rack middleware that Rainbows! supports (or will ever support) in a single process.
http  servers  rack  unicorn  ruby 
november 2010 by harrylove
File: README [Sunshowers: Web Sockets for Ruby, Rack+Rainbows!]
Sunshowers is a Ruby library for Web Sockets. It exposes an easy-to-use API that may be used in both clients and servers. On the server side, it is designed to work with Rack::Request and Rainbows! concurrency models that expose a synchronous application flow. On the client side, it may be used as a standalone wrapper for IO-like objects.
ruby  websockets  io  rainbows  comet  unicorn  rack 
november 2010 by harrylove
crafterm's sprinkle at master - GitHub
Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created
ruby  sysadmin  rubyonrails 
november 2010 by harrylove
imanel's socky_gem at master - GitHub
Socky is a WebSocket server and client for Ruby on Rails
ruby  websockets  flash  push 
october 2010 by harrylove
janlelis's irbtools at master - GitHub
irbtools is a meta gem which installs some great irb gems and configures your irb.
ruby  irb 
october 2010 by harrylove
Rails ERD – Entity-Relationship Diagrams for Rails
Rails ERD is a plugin for Ruby on Rails that generates diagrams based on your Active Record models. Such an entity-relationship diagram gives an overview of your models and how they are associated.
ruby  rubyonrails  documentation  erd  visualization 
october 2010 by harrylove
wvanbergen's chunky_png at master - GitHub
Pure ruby library for read/write, chunk-level access to PNG files
ruby  png  images 
october 2010 by harrylove
intridea's omniauth at master - GitHub
OmniAuth is a flexible authentication system utilizing Rack middleware.
authentication  rack  ruby  facebook  twitter  openid  37signals  google  yahoo 
october 2010 by harrylove
tomas-stefano's infinity_test at master - GitHub
Continuous testing and a flexible alternative to Autotest using Watchr and RVM. Will test using all the Rubies available on your system through RVM.
testing  ruby  autotest  rvm 
september 2010 by harrylove
xaviershay's kronic at master - GitHub
A dirt simple library for parsing human readable dates, alternative to Chronic.
ruby  parsing  dates 
september 2010 by harrylove
Ticketmaster - A Universal API To Project Management and Ticket Tracking Systems
Ticketmaster provides a universal API to ticket tracking and project management systems. You can use it to connect an application to any ticketing system with a supported provider. You can also use the command line interface to easily manage your workflow when using one or more different back end project management or ticketing systems.
ruby  bugtracking  apis 
september 2010 by harrylove
rocco.rb
Rocco is a Ruby port of Docco, the quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. Rocco reads Ruby source files and produces annotated source documentation in HTML format. Comments are formatted with Markdown and presented alongside syntax highlighted code so as to give an annotation effect.
ruby  documentation 
september 2010 by harrylove
Explain Ruby
Paste Ruby code or a URL to get Ruby syntax explained. Explain Ruby will not be able to explain what the code in question does, i.e. the original author's intent, but it will help newcomers to Ruby to learn how to read code by teaching them programming constructs of the Ruby programming language.
ruby  programming  pedagogy 
september 2010 by harrylove
mperham's dalli at master - GitHub
High performance memcached client for Ruby
ruby  memcached 
august 2010 by harrylove
lantins's resque-retry at master - GitHub
A resque plugin; provides retry, delay and exponential backoff support for resque jobs.
resque  redis  ruby 
august 2010 by harrylove
Monk
Monk is a glue framework for web development in Ruby. It’s truly modular by relying on the best tool for each job. It’s also pretty fast thanks to Rack and Sinatra.
ruby  sinatra  rack  redis  frameworks  monk 
august 2010 by harrylove
File: README [Rainbows! - Unicorn for sleepy apps and slow clients]
Rainbows! is an HTTP server for sleepy Rack applications. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients.
http  ruby  rack  comet  rainbows  unicorn  servers 
august 2010 by harrylove
sstephenson's ruby-yui-compressor at master - GitHub
A Ruby interface to YUI Compressor for minifying JavaScript and CSS assets.
ruby  javascript  yui 
august 2010 by harrylove
Mongomatic
Mongomatic is a Ruby library that lets you easily model your MongoDB documents in your applications. The primary design goals of Mongomatic are simplicity and adherence to MongoDB conventions. Mongomatic is not an ActiveRecord clone and has been designed to fit nicely with the document-oriented nature of MongoDB. Features include cursors, hash access to your document and embedded documents, validations, callbacks and conventions for creating indexes and relationships.
mongodb  ruby  databases 
august 2010 by harrylove
Reia Programming Language - Reia
Reia (pronounced RAY-uh) is a Ruby/Python-like scripting language for the Erlang virtual machine (BEAM). Reia aims to expose all the features and functionality of Erlang in a language more familiar to programmers of scripting languages, while improving string handling, regular expressions, linking with external libraries, and other tasks which are generally considered outside the scope of Erlang.
erlang  ruby  languages 
august 2010 by harrylove
Redis To Go | Resque with Redis To Go
This tutorial will cover setting up Resque with Rails and Redis To Go.
redis  resque  ruby  rubyonrails 
july 2010 by harrylove
seattlerb's minitest at master - GitHub
minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite.
ruby  testing 
july 2010 by harrylove
Replace Cron with Clockwork
A time period and a job name are the only required parameters. Options may include an hour and minute to run for daily jobs. The job name is passed to your queueing system to enqueue a job, to be worked in one of your background job workers. (An important part of the lockless scheduler process pattern is that it never does any work itself, only queues up jobs for the workers to handle.) In order to make Clockwork queueing system-agnostic, the second bit of code you need is a small handler block that declares how to enqueue a job.
ruby  cron  gems 
july 2010 by harrylove
arsduo's koala at master - GitHub
A lightweight, flexible library for Facebook with support for the Graph API, the old REST API, realtime updates, and OAuth validation.
facebook  ruby  apis  gems  oauth 
june 2010 by harrylove
gistinc's sprite at master - GitHub
sprite is a gem that helps generate css sprite images automagically. It's aim is to support all web frameworks (Merb/Rails/Sinatra), and have extensible output generator. By default, it supports CSS and SASS output (via mixins).
css  sprites  ruby  rubyonrails 
june 2010 by harrylove
h3rald's glyph at master - GitHub
A Ruby-powered Rapid Document Authoring Framework. With Glyph, you can manage your documents tidily in projects and generate deliverables in different formats such as HTML or PDF (through Prince).
ruby  documentation  pdf  princexml  html 
june 2010 by harrylove
Pyrite - Easy peasy in-browser testing with Selenium
Pyrite is a lightweight DSL around the Selenium browser testing framework.
ruby  selenium  testing  gems 
june 2010 by harrylove
jdpace's PDFKit at master - GitHub
Use HTML+CSS to generate PDFs using wkhtmltopdf
ruby  pdf 
june 2010 by harrylove
« earlier      

related tags

37signals  activerecord  ai  ajax  algorithms  amqp  analytics  apache  api  apis  apple  apps  architecture  art  ascii  asterisk  attachments  auditing  authentication  authlogic  authorization  automation  autotest  aviation  aws  backups  bayesian  bazaar  bdd  blackberry  blocks  bots  browsers  bugtracking  buttons  c  c++  caching  calendar  callbacks  capistrano  capybara  charset  chef  closures  clustering  cms  cocoa  code  comet  commandline  community  compass  compilers  continuousintegration  conversion  converters  cramp  cron  css  csv  cucumber  currency  cvs  darcs  databases  datamining  datastructures  dates  datetime  ddd  de-doodoodoo-de-dadada  debugging  delegation  deployment  designpatterns  devise  documentation  downloads  dropbox  ebook  ec2  ecommerce  education  elasticsearch  email  encoding  encryption  enumerables  erb  erd  erlang  eventmachine  excel  facebook  features  files  filesystem  filters  finance  fireeagle  flash  flv  forecasts  frameworks  games  garbagecollection  gems  generators  geocoding  geohash  geoip  geolocation  geospatial  gis  git  github  gmail  google  graphics  graphviz  grep  gridfs  grids  gui  haskell  helpers  hg  hpricot  html  html5  http  i18n  im  images  integration  interpreters  io  iphone  irb  irc  jabber  java  javascript  joyent  jquery  jruby  json  karma  keyvalue  koi  lambdas  languages  las  layout  ldd  learning  libxml  linkeddata  loadtesting  logging  lua  lucene  m17n  machinelearning  macruby  maps  markdown  markup  math  memcached  memory  merb  mercurial  messaging  metaprogramming  metar  method_missing  metrics  middleware  migrations  mocking  mocks  modrails  money  mongodb  mongomapper  mongrel  monitoring  monk  mustache  mvc  mysql  networking  nginx  nodejs  oauth  objectivec  ocaml  oEmbed  omniauth  one-liners  ontologies  ontology  oodesign  opencv  openid  openoffice  opensocial  optimization  orm  osx  owl  pancake  paperclip  parsers  parsing  passenger  passwords  patterns  payment  pdf  pedagogy  performance  perl  phone  php  phusionpassenger  plugins  png  pop3  postgis  postgres  postgresql  princexml  processing  procs  profilers  profiling  programming  proxies  pubsub  push  python  queues  rabbitmq  rack  rainbows  rake  rbac  rdf  rdoc  redcloth  redis  ree  refactoring  replication  reporting  resque  rest  rspec  rubonrails  ruby  rubyonrails  rvm  sass  scalability  scaling  scheme  scm  screencasts  search  security  selenium  semanticweb  seo  serialization  servers  shoppingcart  shoulda  sinatra  sitemaps  sms  smtp  soap  socialnetworking  software  solaris  sparkle  spreadsheets  sprites  sql  ssl  stacks  statemachines  statistics  storage  streaming  summarizers  svn  symboltoproc  sysadmin  talks  tcl  tdd  templates  testing  textile  thin  time  tokyocabinet  translation  translators  tshirts  tutorials  twitter  typography  unicode  unicorn  unittesting  uploaders  uploading  utf8  vcs  versioning  video  videos  virtualization  virtualmachines  visualization  voip  voting  watir  weather  webby  webdesign  webhooks  webrat  webservices  websockets  workflow  workflows  wsdl  xml  xmpp  yahoo  yui 

Copy this bookmark:



description:


tags: