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.

The Raw Experience of Setting Up RubyMotion for Android - Free Screencast

The big announcement of RubyMotion’s support for Android has finally reached public beta! Instead of creating my normal polished screencasts, I decided to got RAWRRRR!!! This is me playing around trying to get RubyMotion for Android set up, and at the end you can see me fighting with the Android emulator, showing exactly why I use a device for development, because it’s faster and more stable. It’s a bit longer than I would have liked, but if you’re wondering about all the stuff you’re doing with setting up, this is going to be the goto place to work that out. Eventually I’ll update this as things change over time. [more inside]

Never forget to `bundle install` after a git checkout again

Certain tasks like updating dependencies or migrating a database must be done after pulling code or checking out a branch. Other tasks such as re-indexing our ctags improve our development experience. Both kinds of tasks are easy to forget to do and are therefore error-prone. To address the problem, we’ve recently added a standard, extensible set of git hooks to our dotfiles in order to automate necessary, but annoying tasks. [more inside]

Rake Tasks Best Practices

One of the guys at the office asked me. What things should I keep in mind when writing a rake task and how do I know if my rake task is well written. I decided to make a list of what I think are good practices and here it’s the result. [more inside]

Neo4j and Rails

I just launched Neo4j and Rails to help guys who are getting trouble with them. I write two parts: * Setup and Deploy to Heroku * Declare Relationship and Write some Queries on Graph Database.

Loading older posts