RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Gregory Brown Summarizes His Ruby Mendicant Project

Remember Gregory Brown, the Ruby developer who got $11,000 in donations to work full-time on an open source Ruby library? He’s written a summary of how it all went.

I’m very impressed by Gregory’s commitment to “pay back” the community with Pra…
A really great summary by a really impressive contributor. Prawn is already a f…
Gregory Brown is a great coder and has a lot of really interesting things to sa…
Better than Kottke’s micropatron project at least ;-)

Rails in the Cloud: AWS, Heroku, and Morph

I posted a comparison between two interesting Ruby on Rails hosting providers: Heroku and Morph. Both of these significantly lower the barrier for getting a new Rails based website off the ground.

Anyone here use morph?? thoughts?
The barrier doesn’t need to be lowered. It is already quite simple: http://www…

Marley, the blog engine without textareas

Have a look at Marley, a blog engine written in Sinatra framework, which has no administrative interface and silly s</code>, but stores content in plain-text files and comes with Capistrano tasks for setting up elaborate Git <em>post-receive hooks</em> to synchronize your content. See the <a href="http://www.restafari.org/introducing-marley.html" title="Introducing Marley, the blog engine without textareas [Restafari.org]">introductory post</a> or <a href="http://github.com/karmi/marley" title="karmi's marley at master — GitHub">source code at Github</a> directly. It has <a href="http://github.com/karmi/marley/tree/master/README.rdoc" title="README.rdoc at master from karmi's marley — GitHub">instructive README</a> and has some basic <a href="http://github.com/karmi/marley/tree/master/app/test/marley_test.rb" title="app/test/marley_test.rb at master from karmi's marley — GitHub">test coverage</a>.

Search and access your local rdocs with croc

I released a beta of croc, a gem that indexes your local rdocs and generates a web page to search and access them like gotapi.com. The gem is served by github, so take a quick look at the install instructions.

Very awesome work Dan.
Install Ruby and Stdlib rdocs from www.ruby-doc.org? (y/n) y Installing http://…
Hmm, looks like the gem hadn’t rebuilt on github. I updated the gemspec; it sh…
Loading older posts