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.

Evax Gem: Another Ruby Assets Compressor

The idea behind it is to have a really simple library to compress your assets in the simplest way without any weird dependency (who said Java?). There are nice assets packaging systems out there but they have too many options for some cases. Sometimes, you just want to play with a pet project. I hope that Evax will help you!

How to zip/unzip stuff with Ruby and Zip library

Small tutorial on how to zip/unzip directories and how to access single files stored in those archives without unzipping whole packages. Read more

Give the Pinch gem a try if you want to get hold of file in a zip archive. …
The ruby zip landscape is a bit bleak. I made a completely independent gem for …

Rails Gem cookie_tracker for easily storing and updating user preference settings.

The cookie_tracker gem simplifies the task of keeping track of certain user preference settings, typically display related. It provides a nice instance method you can use in your controller to define these settings as a hash along with default options. Each setting is made available to your controllers and views as instance variables and stored in the users cookies. Any time a user changes the value and submits the form, the instance variables and cookies are updated to reflect that change. Settings can be stored in the session store if that’s what you prefer. You can override default values using an initializer file. Check out the Github page: CookieTracker Give it a shot and let me know what you think.

Asset Pipeline Best Practices

I started writing some thoughts on how to best use the Asset Pipeline. I’m most likely going to write several more articles about the asset pipeline. Thanks for reading.

Why don’t you have a rss feed?
I’m busy would probably be the right answer. I just have not gotten around to …
OK I got the RSS feed working.
Loading older posts