"hello world"
article in Tech programming

Ruby - whats on rails now?


Ruby Programming Language - official website
Rails Framework Documentation - api reference
edgecase's ruby_koans at master - GitHub - The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries. We also teach you culture. Testing is not just something we pay lip service to, but something we live. It is essential in your quest to learn and do great things in the language.
Ruby on Rails guides
Why's (poignant) Guide to Ruby - if you are into that cartoon learning adventure stuff... emberDesign - why' poignant guide to ruby whys-poignant-guide-to-ruby.pdf (mirror)
AWK-ward Ruby - a look at ruby & perl's major influence AWK.
RVM: Ruby Version Manager - RVM Ruby Version Manager - Documentation - RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
SapphireSteel Software:: The Visual Studio IDE Company - RUBY IN STEEL $$

Mongrel - Trac - fast HTTP library and server for Ruby
Cramp - Asynchronous framework for the web
Thin - yet another web server
Install — Phusion Passenger™ (a.k.a. mod_rails / mod_rack)

InstantRailsWiki: Instant Rails - apache, mysql, ruby, and rails instantly.
RubyInstallerWiki: RubyInstaller - windows installer, does not include rails.
RubyInstaller - Homepage
cowboyd/therubyracer - GitHub - Embed the V8 Javascript Interpreter into Ruby
Rails Rumble 2009 :: Welcome to the 2008 Rails Rumble

Daniel Fischer, your friendly Los Angeles geek - Got Fisch? » How To: Use GMail as your mail server for Rails 2.0!
Rubular: a Ruby regular expression editor and tester


random ruby info

The group_by method from Ruby’s Enumerable mixin (and compared with Scala) | Software development and other things
has_many :bugs, :through => :rails
/\ndy PragDave
InformIT: Ruby Articles - Random Ruby articles.
An excellent set of tutorials for rails development on MacOSX...good read.
Developing Rails Applications on Mac OS X Leopard
Customizing Rails Applications on Mac OS X Leopard
Deploying Rails Applications on Mac OS X Leopard

A List Apart: Articles: Getting Started with Ruby on Rails
facebooker - ruby interface to facebook
facebooker Documentation
facebook canvas - main interactive portion.
profile area - push area, tab for application in profile tabs.
notifications, events, emails, publish items in newfeeds.

RubyForge: Welcome - home for open source Ruby projects

Revactor - is an application framework for Ruby which uses the Actor model to simplify the creation of high-performance network services. (writing Erlang-like network services and tools in ror)


Visual Studio 2008 vs Ruby on Rails - A Recipe for New Media

Rails Screencasts || Rails videos

Ruby on Rails Screencasts - RailsCasts
Creating a weblog in 15 minutes with Rails 2
ASCIIcasts - Recent Episodes
PlanetRubyOnRails - has_many :blogs, :through => :feeds


#haml
#haml.tutorial
nex3's haml at master - GitHub
Sass is a meta-language on top of CSS that‘s used to describe the style of a document cleanly and structurally, with more power than flat CSS allows.
Compass Home | Compass Documentation
Compass Core Framework | Compass Documentation - use the best of breed css frameworks (blueprint, yui, 960) ported to Sass to make them easier to configure and apply to your semantic markup.


ruby gem

RubyGems Manuals
RubyForge: RubyGems: Project Filelist - download here
Update gem
gem update --system
I like looking at what other people have got installed too...
ChadFowler.com Show Us Your Gems
a work on process » Shiny gems


Capistrano for deployment

So I've scripted bash and written custom apps for deployment before. But I heard good things about the ruby tool called Capistrano. You can install it with gem install capistrano. It automates tasks and provides rollback capabilities.
Capistrano: Home - is a tool for automating tasks on one or more remote servers with rollback.
Same Con to Hoyci » Using Capistrano to Deploy Django Apps
Deploying a Rails Application to Dreamhost with Capistrano


Puppet

reductive - reductive labs makes puppet a system for automating system administration tasks. declarative configuration...uses ruby.
railsmachine's moonshine at master - GitHub - moonshine uses Puppet + Capistrano giving you a configuration management and deployment system that follows the Rails way, simplifying server configuration, dependency management, and Rails application deployment.
railsmachine's shadow_puppet at master - GitHub - ShadowPuppet provides a DSL for creating collections ("manifests") of Puppet Resources in Ruby.
railsmachine's railsmachine at master - GitHub - RailsMachine is a collection of libraries for automating deployment and hosting configuration for Ruby on Rails applications using Capistrano and Rake.
jfryman (James Fryman) - jfryman/puppet-nginx · GitHub jfryman/puppet-php · GitHub
BOXEN - GitHub, Inc. wrote boxen and it only works on Mac OS X, using homebrew, puppet, and roughly a bajillion libraries.
maestrodev/puppet-maven - A Puppet recipe for Apache Maven, to download artifacts from a Maven repository
Shit Gary Says - professional services engineer for Puppet Labs


Cucumber

Cucumber - Making BDD fun - text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid - all rolled into one format. (Cucumber works with Ruby, Java, .NET, Flex or web applications written in any language.)
Given When Then - GitHub
Feature Introduction - GitHub


Ruby testing

Maintainable Software: DRY up testing in Rails with Autotest - tool to continiously run rake test when your files change. It will also color output for easier read and report tests through growl/snarl/kdenotify.
jnicklas/capybara - Acceptance test framework for web applications Selenium, Webkit or pure Ruby drivers.


IronRuby

IronRuby - ironruby.codeplex.com IronRuby is a Open Source implementation of the Ruby programming language for .NET and Silverlight, heavily relying on Microsoft's Dynamic Language Runtime.
IronRuby rocks
IronShay | Ironing code, geek t-shirts and even presentations!


Cider - A Development Environment for Macs - Cider 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.
nanoc: a Ruby site compiler that generates static HTML » home - nanoc › Introduction to nanoc
Lovd By Less -- Open Source Social Network -- Who loves you, baby? - RoR based social networking.


database sync using ruby

rubyrep: Tutorial - (Database replication that doesn't hurt.)


Static website generation

Jekyll • Simple, blog-aware, static sites mojombo/jekyll - Jekyll is a simple, blog aware, static site generator.
Middleman: Hand-crafted frontend development - Middleman is a static site generator using all the shortcuts and tools in modern web development.
nanoc: a static site generator written in Ruby » home
Home | webgen - static website generator
Webby :: Webby
skx/static-site-generators - mini-review of static site generators


Liquid

Shopify/liquid - Liquid markup language. Safe, customer facing template language for flexible web apps.
Liquid for Designers · Shopify/liquid Wiki


Jekyll

Jekyll • Simple, blog-aware, static sites mojombo/jekyll - Jekyll is a simple, blog aware, static site generator.
How to Use Jekyll | Nettuts+
Learning Jekyll By Example: Build a Jekyll Website, Start to Finish | Andrew Munsell
Yeoman meets Jekyll .::. ~
Unique Post Styling with Jekyll - Web Design Weekly
Going Static with Jekyll & Deploying via GitHub for Free - Setting up a custom domain with Pages · GitHub Help
Blogging with Jekyll Tutorial | Jekyll-Bootstrap - git clone https://github.com/plusjade/jekyll-bootstrap.git
Migrating from Wordpress to Jekyll - Part 2: **Everything** you need to know about Jekyll
necolas/jekyll-boilerplate
Great fun getting started with Jekyll
Jekyll - 7 Tips & Tricks
Our experience with Jekyll and Octopress | Multunus
Octopress - Octopress is a framework designed for Jekyll, the static blogging engine powering Github Pages.
imathis/octopress - Octopress is an obsessively designed framework for Jekyll blogging. It’s easy to configure and easy to deploy. Sweet huh?
adding search to Jekyll using angular:
Angular in a Jekyll Blog - Paul Hammant's blog
Dynamic search in a static world
Drew Inglis' Blog – Adding RSS to Jekyll
snaptortoise/jekyll-rss-feeds - Templates for rendering RSS feeds for your Jekyll blog
RSS Feed for Jekyll (feed/index.xml) - paulstamatiou.com


ruby-debug
Pry - an IRB alternative and runtime developer console
Install Ruby on Debian Wheezy using RVM
Acme Envy - oylenshpeegul's blog
lolcommits: selfies for software developers - lolcommits takes a snapshot with your webcam every time you git commit code, and archives a lolcat style image with it.
Created: 2008-03-04 07:27:56 Modified: 2014-12-24 07:13:10
/root sections/
>peach custard pie
>linux
>windows
>programming
>random tech
>science
>research


moon and stars



My brain

Visible Dave Project


destory this webpage; if you will.