threedaymonk + ruby   296

Ve - A linguistic framework you can use
Transliteration and part-of-speech tagging for Japanese and English (at present).
language  linguistics  japanese  english  ruby 
7 weeks ago by threedaymonk
ruby-1.9.3-p0 cumulative performance patch
‘Patched ruby 1.9.3-p0 for 30% faster rails boot’.
ruby  rails  patch 
january 2012 by threedaymonk
Brakeman
‘Static analysis security scanner for Ruby on Rails’.
ruby  rails  security  xss  webdev 
november 2011 by threedaymonk
Rubygems Proxy
Rack app for caching RubyGems files. Useful for offices on bad internet connections.
ruby  rubygems  cache 
september 2011 by threedaymonk
Presenting the #blue api
‘The solution we've used is to build a presenter for each model, solely responsible for building the json.’
ruby  rails  json  api  webdev 
august 2011 by threedaymonk
Your Code is My Hell
‘Just please, do me a favor: before you tell me that Ruby and Rails doesn’t need any of this discipline, have a chat with the guy or gal who is still maintaining the first Rails app you worked on.’
ruby  rails  development 
august 2011 by threedaymonk
Faraday: advanced HTTP requests made easy
Middleware for clients, similar to what Rack does for servers.
ruby  http  https  client  network 
july 2011 by threedaymonk
ahx/include_js
Load CommonJS modules into Ruby and use them via therubyracer/V8.
javascript  ruby  commonjs 
may 2011 by threedaymonk
Duostack
Hosting for Ruby and Node. Heroku-style Git-based deployment.
ruby  javascript  node.js  hosting  git 
may 2011 by threedaymonk
Slim - A Fast, Lightweight Template Engine for Ruby
A simple template language like Jade (for Node). Like Haml without the punctuation.
ruby  templating  html  webdev 
march 2011 by threedaymonk
Efficiency 2.0 Ops Middleware
‘A collection of useful middleware for exposing information about deployed Rack applications.’
ruby  rack  rails  webdev  sysadmin 
march 2011 by threedaymonk
Clever Algorithms
45 nature-inspired algorithms with code examples in Ruby.
ai  algorithms  programming  books  ebooks  ruby 
january 2011 by threedaymonk
parslet
A PEG parser generator library that uses Ruby rather than its own language.
ruby  parser  peg 
january 2011 by threedaymonk
Gollum
A wiki system built on Git, as used by GitHub.
git  ruby  wiki  webdev 
january 2011 by threedaymonk
Citrus
Parsing expressions for Ruby.
ruby  parser  peg 
november 2010 by threedaymonk
Ruby ‘compiler’ in CL
Compiles a subset of Ruby to Common Lisp, and runs it pretty fast.
ruby  lisp  compiler 
october 2010 by threedaymonk
BrokenGlass
A password store for teams. Works on the principle that anyone with credentials can obtain a password if needed, but access is recorded.
security  passwords  ruby  rails 
september 2010 by threedaymonk
foreigner
‘Adds foreign key helpers to migrations and correctly dumps foreign keys to schema.rb’
ruby  rails  plugin  database  activerecord 
july 2010 by threedaymonk
Temple
Compile templates to ERB to simplify and allow optimisations to be shared by all.
webdev  ruby  rails  template 
july 2010 by threedaymonk
Replace Cron with Clockwork
An app-level scheduler that understands multiple app servers.
ruby  cron  scheduler  webdev 
july 2010 by threedaymonk
integrum's job-application
Integrum Job Application Challenge in the form of a refactoring task.
ruby  jobs  recruitment  refactoring 
july 2010 by threedaymonk
Introducing the Public Suffix List library for Ruby
‘Some examples of public suffixes are “.com”, “.co.uk” and “pvt.k12.wy.us”’
ruby  dns  domain 
june 2010 by threedaymonk
Profligacy
A JRuby library for making Swing GUIs.
ruby  jruby  gui  java  programming  library 
may 2010 by threedaymonk
Tip: Relative paths with File.expand_path
A simpler and more concise method than the usual way.
ruby  tips  path 
january 2010 by threedaymonk
git-deploy
‘straightforward, Heroku-style, push-based deployment’.
ruby  rails  webdev  deployment  sysadmin  git 
january 2010 by threedaymonk
On-the-fly image handling with Dragonfly
‘Images, and what size they should be, are visual concerns, so surely the correct place for specifying thumbnails is in the view.’
ruby  rails  webdev  images  thumbnail 
january 2010 by threedaymonk
Hamster
‘Efficient, Immutable, Thread-Safe Collection classes for Ruby’
ruby  datastructures  library 
january 2010 by threedaymonk
ASCIIcasts - “Episode 156 - Webrat”
Browser-driven integration tests for Rails without Cucumber.
ruby  rails  testing  webdev  tdd 
january 2010 by threedaymonk
Rails Best Practices
Some good reminders about how best to solve common problems.
ruby  rails  webdev  programming 
january 2010 by threedaymonk
effigy
Use Ruby to populate an HTML template with data. Sort of like (one of the uses of) XSLT.
ruby  webdev  html  template 
december 2009 by threedaymonk
Consuming SOAP services in Ruby
Tastes horrible, but is sometimes unavoidable.
ruby  soap  webservices  wsdl 
october 2009 by threedaymonk
RuHL
HTML templates using custom attributes and Ruby.
ruby  html  webdev  template 
october 2009 by threedaymonk
Testing Sphinx with Cucumber
A method that doesn’t slow down the non-Sphinx features.
ruby  rails  sphinx  cucumber  tdd  testing 
september 2009 by threedaymonk
“On Rake” by John Barnette
‘Rake is all about resolving dependencies. It’s about being declarative, not imperative. Especially when dealing with files and directories, this can make a huge difference.’
rake  ruby  programming 
september 2009 by threedaymonk
ASCIIcasts
‘ASCIIcasts are text versions of each Railscast, each with a link to the original video.’ Speaking as someone who prefers text to video, I thoroughly approve of this project.
webdev  ruby  rails  reference  tutorial 
september 2009 by threedaymonk
RubyFoo London 2009 Conference
‘The conference covers two days, one for presentations from leading experts within the Ruby community and another for collaborative hacking giving you a chance to hang out with Ruby geeks, experts, and curious newcomers in a casual and laid back atmosphere.’ And Matz is attending.
ruby  london  conference 
august 2009 by threedaymonk
Using indexes in rails: Index your associations
‘Hopefully I’ve shown that foreign_keys should always be indexed, and how to index them.’
ruby  rails  database  performance  optimisation  activerecord  sql 
august 2009 by threedaymonk
JavaScript dependency management and concatenation: Sprockets
‘Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files. It takes any number of source files and preprocesses them line-by-line in order to build a single concatenation. Specially formatted lines act as directives to the Sprockets preprocessor …’
javascript  webdev  ruby  sprockets 
august 2009 by threedaymonk
xmlvm
Converts JVM, .Net or YARV bytecode to JVM, .Net, JavaScript, Python, C++ or Objective-C.
java  jvm  dotnet  ruby  yarv  javascript  python  c++  objectivec  compiler  crosscompiler 
august 2009 by threedaymonk
SexpPath
‘SexpPath is a ruby DSL for pattern matching S-Expressions. Think of it as XPath or Regular Expressions for Ruby code, and you’re most of the way there.’
sexp  ruby  s-expressions 
july 2009 by threedaymonk
Rails 3: The Great Decoupling
‘[T]he key to making this work well is to keep the interfaces between components as small as possible’.
ruby  rails  webdev  software 
july 2009 by threedaymonk
Big Old Rails Template
A Rails application template with lots of the things you might need.
ruby  rails  webdev  template 
july 2009 by threedaymonk
Parkaby
Uses ParseTree to rewrite Markaby into an internal Ruby representation that’s much faster.
webdev  ruby  rails  html  markup 
july 2009 by threedaymonk
Announcing Patron: a Ruby HTTP client library
Alternative to the poorly-performing Net::HTTP and the unfinished Curb.
ruby  library  http 
july 2009 by threedaymonk
Anemone
‘An easy-to-use Ruby web spider framework’
ruby  web  spider  crawler  webdev 
july 2009 by threedaymonk
Ruby daemons using RobustThread
‘RobustThread allows us to create daemons that operate in a safe and sane manner, with a fairly minimal amount of fuss.’
ruby  daemons 
june 2009 by threedaymonk
em-http-request
Asynchronous HTTP request library using EventMachine.
ruby  http  webdev  library 
june 2009 by threedaymonk
Drive-Thru
‘[A]ims to be a quick and easy way to go from a box with only an ssh connection to a box that contains everything that you’ve ordered off the menu (as defined by your cookbooks and dna.rb)’
chef  sysadmin  deployment  ruby  rails  automation 
june 2009 by threedaymonk
« earlier      

related tags

activerecord  adware  ai  ajax  algorithm  algorithms  amazon  apache  api  apple  applescript  arduino  automation  backup  bbc  bdd  blogs  books  browser  bug  bugfix  c++  cache  caching  calendar  capistrano  capsitrano  chat  chef  ci  client  clr  cluster  cms  cocoa  collaboration  commented  commonjs  community  compiler  complexity  compression  compsci  concurrency  conference  console  continuous-integration  couchdb  coverage  crawler  criticism  cron  crosscompiler  css  cucumber  curl  daemons  data  database  datastructures  date  debian  debugging  democracy  deployment  designbycontract  development  devops  distributed  django  dlr  dns  domain  dotnet  dropbox  dtrace  dummy  dvcs  ebooks  ec2  editor  election  english  erlang  esi  euruko  exceptions  facebook  firewall  flash  forlater  forms  forum  framework  friendly  fsm  gc  geocoding  git  github  gnome  google  graphics  grep  gtk  gui  haskell  heroku  highlighting  hosting  howto  html  htmlentities  http  https  i18n  ibatis  ide  ie  ie6  im  image-processing  images  internet  interpreter  interview  io  iphone  iplayer  jabber  japanese  java  javascript  jobs  jpeg  jruby  json  jvm  l10n  language  languages  laszlo  library  linguistics  linux  lisp  logic  london  lucene  markup  me  mecab  memory  mephisto  messaging  microsoft  mirah  mocking  mono  mysql  namechecks  nat  network  node.js  nosql  objectivec  open-source  openid  opensource  optimisation  orm  osx  packaging  parser  passenger  passwords  patch  path  peg  performance  perftools  perl  photography  photos  php  plugin  png  processing  profiling  programming  project  prolog  protocol  python  qu  queue  rack  ragel  rails  rake  rb2js  rbatis  rddb  recommendation  recruitment  reevoo  reevoo-developer  refactoring  reference  reia  reload  rete  rpc  rspec  rss  rtmp  rubinius  ruby  rubygems  rules  rvm  s-expressions  scala  scheduler  scraping  search  security  server  sexp  shell  soap  software  solaris  solr  specification  sphinx  spider  spreadsheet  sprockets  sql  ssh  static  svn  syntax  sysadmin  tdd  template  templating  testing  text  textmate  thinkingsphinx  thumbnail  time  timeout  tips  todo  translation  treemap  tutorial  twitter  ubuntu  udp  unicode  unix  usability  utf8  validation  vcs  video  vim  voting  waves  web  webdev  webservices  wiki  windows  wordpress  workflow  wsdl  xml  xss  yaml  yarv  youtube 

Copy this bookmark:



description:


tags: