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.

Building a Simple AJAX Website with Sinatra & jQuery (6 minutes)

We’ve just released the Building a Simple AJAX Website with Sinatra & jQuery screencast. To mark AJAX’s birthday on 18th March, we’ve put together a screencast to show you how to create your very own AJAX-updating countdown website for the big day. We use Sinatra and jQuery. We show you how to query Sinatra’s request object to disable layouts for XHR requests. Check it out.

Tuning Mysql/innodb with Rails

Ever deploy a rails application that seemed slow once it had real data in it? Ever tweak a few things in your my.cnf and it perked things up, but really didn’t know what the correct values should be? My blog entry on 4 Mysql settings you should tune and how to tune them might be just the performance prescription you need.

The link doesn’t appear to work
Link broken here as well.
Look over here: http://blog.codesherpas.com/on_the_path/2011/03/tuning-mysql.ht…
Link fixed. Thanks for the fixing comment, Bryan.

An init script for managing delayed_job

If you run delayed_job as a daemon on a server, you’d probably like to have an init script for automatically starting it at bootup time. Let me share with you my init script for accomplishing this – and it’s even RVM-friendly!

post is here: http://cbpowell.wordpress.com/2011/03/10/an-init-script-for-manag…
Loading older posts