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.

Unobtrusive object deletion in Rails, the easy way

Out of the box, Rails requires a HTTP DELETE request to process object deletion, but this requires JavaScript or a form, which isn’t ideal. A few simple changes can improve this situation, for the concise solution continue reading unobtrusive object deletion in Rails…

Nice article, no doubt the other commenters even bothered to your article befor…
Anonymous Coward, 100% agreed. A lot of people have their own solutions, I j…
And, thank you Luke.
It’s not just CSRF you’re protecting yourself from, link prefetchers are anothe…

sendgrowl (sendmail via Growl)

sendgrowl is a simple Bash script for Mac OS X which redirects sendmail to Growl. Messages piped to the sendmail binary are displayed as Growl notifications instead and - when clicked - the entire message is opened in a Quick Look preview window. Quite useful for Cron output and - to some degree - for developing Rails apps which send mails.

Literate programming with Github and Markdown

As a developer using Github, we often find ourselves browsing other people’s code. Sometimes it’s out of curiosity, sometimes it’s because we need to make a maintenance task, but in either case, it’s something valuable because peer review is a fantastic way to gain experience. more

In a similar but different vein: http://cookbook.hobocentral.net/tutorials/agi…
NBD, but rubinius totally had this first. Just sayin’. Also a shameless self-pl…

Improving University Course "Agile Development with Ruby" Part I

Few years ago I started delivering course Agile Development with Ruby at the Faculty of Mathematics and Informatics of Vilnius University . I delivered and tuned this course for 4 semesters so far, but I think there are still unsolved issues and plenty space for improvements, so I’ll write problems I faced teaching students in this series of posts and I would like get your feedback.

Pakyow 0.7.0

We’re proud to announce Pakyow 0.7.0, available now. This release includes several bug fixes, new features (hooks, pakyow-mailer, and more) as well as significant performance improvements. Detailed release notes can be found here.

Tutorial and Example App for Rails with Subdomains

My RailsApps tutorials and starter apps have been well-received (thanks!) and today I completed a new one. You can find the example app for Rails 3.1 Subdomains in the GitHub repo. The Rails 3.1 Subdomains Tutorial is in the GitHib wiki and you can find an application template for a Rails starter app on GitHub as well. The example app shows how to build an app with “Basecamp-style” use of subdomains using Mongoid for a datastore and Devise for authentication. As always, please try it, copy, fork and submit issues so all may benefit.

Not sure if you based this from anything but the solution is very similar to a …
@bcardarella, yes, your blog post on “Custom Subdomains in Rails 3” was very he…
Loading older posts