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.

Helpers and Wrappers for RubyMotion

I started a collection of helpers and wrappers for RubyMotion making some ObjC APIs a bit more familiar to Ruby developers. Here is the GitHub repo feel free to watch or/and fork and send pull requests. The goal being to provide a rich library of various helpers and wrappers for educational purpose and to simply RubyMotion developers life.

Simple Rails 3 Login Generator

I created simple-login that is a rails 3 generator. It creates user class with signup, login, logout and password reset features. It is very simple to use and it generates routes, controller, model and view files so you can further customize. Passwords are salted and protected already.

Kata 1.1 Released

Katas are well known in the ruby community as a great way to practice the language. The kata gem provides facilities to make the practice easier. Writing a kata is as easy as writing an rspec test while taking it is a step by step process with github integration baked in. With this release you don’t have to create a new repo but instead just add the project tree to an existing one. Check it out and have a look at the code katas project for some samples to test yourself against!

directory_template gem released

I released the directory_template gem, which allows you to generate directory structures from a template, optionally processing paths (variables in the path) and contents (e.g., render ERB templates). You can write and use your own processors too (for both, path and content manipulation). This is useful if you want to template e.g. Projects, or want to build something akin to rails’ generators. The project is - of course - found on github, and the documentation is available online.

Damnit, I needed this two weeks ago :P Thanks though, will check it out! …
Rebo, If you have questions, just drop me a line, I’m almost always on irc (irc…
Loading older posts