SINATRA RUBY

Mar 8, 11
Other articles:
  • 2 Apr 2009 . I liked it so much that I decided to write a fuller web app using Sinatra. Of course I had no idea what to write, so I decided to clone a .
  • 22 Jan 2010 . Discipline. Collaboration. Results. Pivotal Labs creates great software. We've done it for leading companies, and we can do it for you.
  • 6 Jul 2010 . I've been doing a little work with Ruby, starting with some XHTML parsing with Nokogiri. I've just created my first web page using Sinatra. .
  • 8 Oct 2010 . Ruby/Sinatra part 2: Following up on my previous post, I decided to go the easier route and just install an older version of Ruby that .
  • 30 Nov 2009 . R18n is a tool to internationalize and localize your Rails, Sinatra or desktop Ruby application.
  • 21 Oct 2009 . An ssh to the Dreamhost server for “gem install sinatra” followed by a little bit of FTP and my first Ruby/Sinatra application was live! .
  • Using Sinatra and Heroku to quickly get your website online.
  • 2 posts - 1 author - Last post: 25 JanI'm trying to build a simple site with Sinatra. Is there an easy way to make a Ruby app without Rails?
  • 1 Dec 2008 . “Sinatra, it is a very light-weight Ruby web framework. It is good to use for simple micro-apps when Rails and/or Merb would be overkill.” .
  • Introduction Padrino is by default a full-stack framework which provides a large number of enhancements to Sinatra and uses a new base application .
  • 23 Mar 2010 . In November 2007, we casually mentioned a new Ruby webapp library called Sinatra . It took a year to capture the imagination of the Ruby .
  • 22 Jan 2011 . Last week, I wrote about creating a very simple ecommerce application on Ruby with Sinatra. This week, we continue on the yellow brick road .
  • 9 Nov 2009 . Thanks to Julio for helping me come up with the idea on how to practice messing with all of the components I'm craving: Ruby, Sinatra, .
  • 30 Dec 2008 . It would be faster and the 'gem' command had some ruby dependencies that I hadn' t yet build. I downloaded Sinatra and Rack and then manually .
  • 25 Oct 2007 . As followers of this blog know, I am very interested in the Ruby language itself , not just web development. But it is undeniable that Ruby .
  • 6 Jan 2011 . In this 6-minute video tutorial on Ruby Sinatra Dynamic URLs Tutorial, you'll learn how to improve your authentication code by taking .
  • Sinatra is a Domain Specific Language (DSL) for quickly creating web- applications in Ruby. It keeps a minimal feature set, leaving the developer to use the .
  • Ruby and Sinatra make it ludicrously easy to make a webapp, but getting started, as with any new language or framework, can be daunting. .
  • 20 Oct 2010 . First of all, installing the latest Ruby version on Ubuntu. Currently the latest release is 1.9.2 and after reading from Heroku .
  • Sinatra reached 1.0, breaking backward compatibility for the first time in .
  • Quick discussion of Sinatra - a Ruby micro-framework.
  • 20 Mar 2009 . On the eve of the first ever online “Introduction to Sinatra” course, Satish Talim of RubyLearning caught up with Aaron Quint and talked to .
  • Uncut: Aaron Quint on Sinatra. Monday, April 20, 2009. Download: MP3 8.6 MB. Aaron Quint on the Sinatra and gems that embed webapps. .
  • I had an older post about cookie handling with Sinatra, and a few details .
  • Anyway, since it's so easy to write applications with Sinatra, you probably don' t want to waste time deploying them. That's where Heroku comes into play, .
  • Sinatra is a small Ruby web application framework that packs a big punch. It's also a lot of fun! You can use Sinatra to write tiny, focused web .
  • 2 posts - Last post: 17 Jan 2010My New Year's resolution is to learn Sinatra (a cool micro-framework that uses Ruby). I have set up a blog that you you can see here: .
  • Last week I started playing around with a very cool Ruby web framework called Sinatra. It is an easy way to create a fast RESTful ruby web application with .
  • How to get started in Sinatra, including how to use actions, parameters, ERB and views.
  • 11 Jun 2010 . Padrino is a ruby framework built upon the excellent Sinatra Microframework. Sinatra is a DSL for creating simple web applications in Ruby .
  • We offer Sinatra development services to clients globally with committed Sinatra developers.Hire capable Sinatra developers.
  • 4 Mar 2011 . Version 1.2 of Sinatra, the Ruby based web framework, adds "wall to wall features", including support for slim rendering via the Slim .
  • Build an iPhone Webapp in Minutes with Ruby, Sinatra and iUI . sinatra-iphone- web-app.png While Mobile Orchard and most developers focus on the .
  • 24 Oct 2007 . Let's compare it to Rails, Camping, and Merb, to better understand where Sinatra fits in, and why Ruby programmers should take a look at it. .
  • 1 Mar 2010 . Posted in : ruby and sinatra. It would be sacriledge to use the old and dusty ruby 1.8.7 and stable as a dead cow sinatra version 0.9 for .
  • 26 Dec 2010 . I'm going to setup Sinatra on Ubuntu using a bash console and a simple text editor. Windows is equally capable of running Ruby but I prefer .
  • 2 posts - 1 author - Last post: 25 Oct 2010(Steve Shreeve) * This release is compatible with Ruby 1.9.2. Sinatra was trying to read non existent files Ruby added to the call stack. .
  • Sinatra is a free and open source web application framework and domain-specific language written in Ruby. It is an alternative to other Ruby web application .
  • Sinatra is a library that allows you to build almost any kind of web-based application in a very simple manner. When you code in Sinatra you're bound only .
  • What is the best way to push data from a server written in Sinatra (ruby) to . A little googling turned up this blog post by Marc-André Cournoyer, .
  • Sinatra is a DSL for quickly creating web applications in Ruby with minimal .
  • 18 Oct 2010 . In this post, I will do a side by side comparison of Microsoft WebMatrix/WebPage with Ruby Sinatra. The reason I picked Sinatra because both .
  • Vim syntax highlight and snippets that helper coding applications based in Sinatra micro-framework.
  • 23 Jun 2010 . Sinatra. 7) And finally, no real fault of Ruby, but it's nice to work . Subject: Re: [urug] why switching from Ruby / Sinatra to Node.js .
  • require 'sinatra' get '/hi' do "Hello World!" end. Put this in your pipe. $ gem install sinatra $ ruby -rubygems hi.rb == Sinatra has taken the stage . .
  • 10 posts - 5 authors - Last post: 27 Jul 2010Glad to see another Ruby/Sinatra user on the Ubuntu Forums! I love using Sinatra , and along with Heroku it couldn't be easier or more fun. .
  • 31 Mar 2010 . I put together a presentation this past week about building small, fast websites with Ruby and Sinatra, and then deploying them on Heroku. .
  • 5 Nov 2007 . That is, we'll be using the pastie example to introduce you to two cool new pieces of Ruby tech: Sinatra, a new web micro-framework, .
  • gem install sinatra ruby sinatra-application.rb. This Is How We Roll # sample.rb require 'rubygems' require 'sinatra' get '/' do "Raise your glass!" end .

  • Sitemap