background preloader

Learn Ruby The Hard Way

Learn Ruby The Hard Way

Ruby-Doc.org: Documenting the Ruby Language Getting Started with Jekyll (plus a Free Bootstrap 3 Starter Theme) Jekyll is a simple and blog-aware static site generator built in Ruby. In laymen terms, it’s just a tool to let you have all the cool features of a full-blown CMS without having to worry about managing a database. This means hosting is extremely easy and scalable since all you’re doing is managing a bunch of files. In this tutorial, we’ll cover everything you need to know to get started. It doesn’t matter if your a seasoned Ruby developer or have never written a line of Ruby in your life. You can check-out a demo the blog we’re building here or dive straight into the theme’s code here. Bootstrap 3 integratedOrganized global variablesAll config settings setupPages setup in their own folderSimple BS3 pagination demoDead simple layout simple.gitignore already setupMultiple post options: Featured Image, Video, Lead Text, etc.Category and tag integrationHuge, in-your-face, blog-style you can easily change (accepting pull requests) Jekyll Benefits Simple Jekyll is really flexible. Static gem -v

Ruby Programming Language Flowchart Guide ( Complete Flowchart Tutorial with Examples ) Hello! This is the blog. Creately helps you draw beautiful diagrams suprisingly fast! Learn More Hide this This is the only Flowchart guide you will ever need. History of Flowcharts Flowcharts were introduced by Frank Gilberth in 1921, and they were called “Process Flow Charts” at the beginning . Flowchart Symbols Meaning Flowchart Symbols Before drawing flowcharts you need to understand the different symbols used in Flowcharts. Most people don’t know about some rarely used flowchart symbols like Sequential access storage, Direct data, Manual Input etc. How to Draw a Flowchart Flowcharts can be categorized into four main types. If you are drawing a flowchart with many responsible parties you can group them together using swim lanes. Below video shows how to draw a flowchart using Creately. Flowchart Templates and Examples Although you can start drawing flowcharts by scratch it is much easier to use templates. Support Process Flowchart Template Flowchart Best Practices More Diagram Tutorials

Vim for Rubyists part 1 - Vim plugins, tips, tricks and tutorials Photo by supervillain It is really exciting to be a Rubyist lately. We have our amazing tools (rake, rspec, Cucumber, Rails etc.), we write object-oriented code, that is easy to maintain and flexible when it comes to adding new features, and changing domain logic. We have amazing hosting support from Heroku, Engine Yard and Rackspace. Rubyists using Vim Big percentage of the Rubyists are actually using Vim. Gary Bernhardt - Gary is the creator of Destroy all Software. Aaron Patterson (tenderlove) - Tenderlove is a Ruby and Rails core team member. Mislav Marohnić - Mislav is a software craftsman from Croatia. Twitter: @mislavDotfiles: GitHub (Your name here? Vim plugins for Ruby development Vim Ruby Vim Ruby is probably the most popular Vim plugin for Ruby development. This enables: And when you press shift + enter: (Note: you can accomplish the same behaviour with endwise even without pressing shift). Files with a filename extension of .rb or a ruby shebang line (#! Vim Rails Oh, Rails! Janus

Related: