amy + ruby   277

Octopress
"Octopress is a framework designed by Brandon Mathis for Jekyll, the blog aware static site generator powering Github Pages. To start blogging with with Jekyll, you have to write your own HTML templates, CSS, Javascripts and set up your configuration. But with Octopress All of that is already taken care of. Simply clone or fork Octopress, install dependencies and the theme, and you’re set."
blogging  ruby  jekyll  git 
july 2011 by amy
Home - GitHub
Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.
ruby  HTML 
february 2011 by amy
Untitled (http://railsconf.com)
RT : RailsConf registration is open. See the initial lineup of tutorials, sessions & speakers
#rails  #ruby  rails  ruby  from twitter
february 2011 by amy
newtoy/toystore - GitHub
ORM for key-value data stores
datastore  ruby 
january 2011 by amy
Sass - Syntactically Awesome Stylesheets
ass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
css  framework  ruby  sass 
january 2011 by amy
Hackety Hack!
Simple on-ramp to Ruby. RT Want to learn programming?
ruby  education  programming  from twitter_favs
december 2010 by amy
holman/boom - GitHub
boom lets you access text snippets over your command line. I'm personally aiming for exactly two use cases, but I'm almost positive there are thirteen more. Here's a couple examples:

Your own del.icio.us-esque URL tracker. When I make clever animated gifs of my coworkers, I tend to lose the URL, which is a total bummer since I want to repeatedly repost these images well past their funny expiration date. boom lets me easily access the good stuff for years to come.
Commonly-used email replies. Everyone's got those stock replies in their pocket for a few common use cases. Rather than keep some files strewn about with the responses, boom gives me them on my ever-present command line.
Simple todos. You can super-quickly drop items into lists and remove them when finished. I'm a big fan of simple, straightforward stuff. Plus, it's a Dropbox away from simple cloud syncing. Someone get Cultured Code on the line THIS MAY BE RELEVANT TO THEIR INTERESTS!
We store everything in one JSON file in your home directory: ~/.boom. The structure is simple, too. Each individual item is tossed on a list, and you can have multiple lists.
ruby  software  utilities 
december 2010 by amy
sferik/rails_admin - GitHub
RailsAdmin is a Rails 3 engine that provides an easy-to-use interface for managing your data
rails  ruby 
december 2010 by amy
sporkmonger's addressable at master - GitHub
addressable is a must have gem if you care about standard compliant uri parsing/canonicalization
#ruby  ruby  from twitter_favs
december 2010 by amy
schacon's showoff at master - GitHub
ShowOff is a Sinatra web app that reads simple configuration files for a presentation. It is sort of like a Keynote web app engine - think S5 + Slidedown. I am using it to do all my talks in 2010, because I have a deep hatred in my heart for Keynote and yet it is by far the best in the field.

The idea is that you setup your markdown slide files in section subdirectories and then startup the showoff server in that directory. It will read in your showoff.json file for which sections go in which order and then will give you a URL to present from.
ruby  sinatra  presentations  markdown 
october 2010 by amy
RailsWizard
Rails Wizard is a web-based wizard to walk you through the first steps of creating a Rails application.
rails  railsrumble  ruby 
october 2010 by amy
Cinderella - A Development Environment for Macs
Is anyone using Cinderella on their mac?
"Cinderella is a fully managed development environment for open source hacking on Mac OSX. It's powered by rvm, homebrew and chef. You only need Xcode to get started.

Cinderella builds everything up in ~/Developer. It won't stomp on any of your current installations so you don't have to commit your entire machine immediately. It's simple to rollback if you really want to."
#dev  dev  osx  development  mysql  ruby  from twitter_favs
september 2010 by amy
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.
ruby  programming  concurrency 
august 2010 by amy
The Pragmatic Bookshelf | Metaprogramming Ruby
Metaprogramming Ruby is a well-written, must-read book.
#ruby  ruby  from twitter_favs
august 2010 by amy
mrflip's twitter-stream at master - GitHub
fork of 'Simple Ruby client library for twitter streaming API. Uses EventMachine for connection handling. Adheres to twitter's reconnection guideline.'
twitter  ruby  APIs 
august 2010 by amy
Schema Design for Riak
Two great slide decks on schema design, , and from and
#riak  #ruby  riak  ruby  from twitter_favs
july 2010 by amy
Little Ruby Photo Organizer
Place this script in a folder full of pictures, run it, and it will organize the pictures into folders by the day they were taken.
ruby  photography 
july 2010 by amy
chirphax_growler.rb at master from hayesdavis's twitter-scripts - GitHub
Sends events from the Chirp preview of the user stream api to growl. It shows
retweets, favorites, un-favorites and follows by you or anyone you follow.
twitter  ruby 
april 2010 by amy
tlossen's remodel at master - GitHub
"remodel is meant as a direct replacement for ActiveRecord using Redis and offers familiar syntax (has_many, belongs_to ...) to build your domain model in ruby."
rails  ruby  databases 
march 2010 by amy
Home - prawn - GitHub
Prawn is a pure Ruby PDF generation library that aims to make low level PDF generation tasks easy. It is currently under active development, and could be considered somewhere between alpha and beta quality software.
ruby  pdf 
february 2010 by amy
Basaah's urlfetch-gae at master - GitHub
Easy Google App Engine’s URLFetch service jruby library
Overview
Easy access to Google’s App Engine URLFetch Service. You need something like this if you want to use NET:HTTP things, cause NET:HTTP is NOT supported by GAE.
jruby  ruby  java  gae  rails 
february 2010 by amy
RunningRails - appengine-jruby - Rails on App Engine - Project Hosting on Google Code
We have Rails 3.0.pre and Rails 2.3.5 running on App Engine. Rubygems has been disabled, but we use gem bundler to package gems. We are also using DataMapper instead of ActiveRecord. There are some issues with both these options, but we expect they will be resolved shortly. Special thanks to Yehuda Katz and Sasaki Takeru for making this happen!

See the Rails 2 Primer for more information.
ruby  jruby  java  gae  rails 
december 2009 by amy
:: Blacklight
Blacklight is a free and open source ruby-on-rails based discovery interface (a.k.a. “next-generation catalog”) especially optimized for heterogeneous collections. You can use it as a library catalog, as a front end for a digital repository, or as a single-search interface to aggregate digital content that would otherwise be siloed. (uses solr)
search  discovery  rails  ruby  from delicious
december 2009 by amy
hayesdavis's grackle at master - GitHub
Lightweight Ruby library for the Twitter API that supports both Basic and OAuth authentication
ruby  twitter  oauth  authentication 
november 2009 by amy
hayesdavis's twitter-scripts at master - GitHub
Description: Some scripts for doing stuff with Twitter. Kind of a grab-bag of things I think are useful
twitter_fav  @hayesdavis  twitter  ruby 
november 2009 by amy
« earlier      

related tags

#bundler  #code  #design  #dev  #gems  #git  #lesscss  #opensource  #organized  #programming  #rails  #rails3  #RailsConf  #riak  #ruby  #sass  @austinonrails  @hayesdavis  @pengwynn  ack  ajax  algorithms  amazon  amusements  apache  api  APIs  architecture  austin  authentication  aws  bbc  bioinformatics  blogging  blogs  books  bundler  capistrano  cli  cms  code  collaboration  collaborative_filtering  comment  computer_languages  computing  concurrency  cool  css  database  databases  datamining  datastore  deployment  design  design_patterns  dev  development  discovery  documentation  ec2  education  email  events  examples  exploits  firefox  framework  gae  geekery  gem  gems  gender  git  github  google  graphics  gtd  gwt  hadoop  hosting  html  http  iphone  java  javascript  jekyll  jruby  json  jvm  latex  lesscss  libraries  library  mac  machine_learning  mapreduce  maps  markdown  markup  md  memcached  mongrel  mysql  news  nyc  oauth  opensource  open_source  organized  orwell  oscon  osx  passenger  pdf  photography  php  platforms  plugins  presentations  productivity  programming  psychology  publishing  python  queues  rails  rails3  RailsConf  railsrumble  recommendation  reference  resources  riak  ruby  s3  sass  scalability  sdb  search  security  sinatra  software  software/social  sql  storage  svd  tagging  tbr  testing  textmate  tips  tools  tutorials  twitter  twitter_fav  typography  ubuntu  ui  unix  utilities  version_control  via:tinyfly  videos  virtualization  web  web_dev  web_servers  web_services  windows  wp  wukong  yui 

Copy this bookmark:



description:


tags: